2024-02-15T16:48:48.499 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-15T16:48:48.499 DEBUG:teuthology.run:Teuthology command: teuthology --name lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --verbose --owner scheduled_lflores@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385 -- /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385/orig.config.yaml 2024-02-15T16:48:48.537 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-15T16:48:48.618 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385 branch: wip-yuri10-testing-2024-02-08-0854-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7561385' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-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-yuri10-testing-2024-02-08-0854-pacific 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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-02-08-0854-pacific sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 owner: scheduled_lflores@teuthology priority: 25 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-02-08-0854-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0e714d9a4bd2a821113e6318adb87bd06cf81ec1/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 targets: smithi117.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMMu9cThuYD5XEkxjbZ6xttLa6jPmSuXveZKIL014MPWPUqqNQ130isGLmVEM4Xh+V0vGULeCMHcUcbGbDiTwm4= smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiYWP3odSCoqJKAq6t4sDfyrI4eDQxLnJjerzrWsm3+ZI3icSxs1es4odBEELyLONCBXAZGvuuBn8PcVMidlZc= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-15_16:35:54 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-02-15T16:48:48.619 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0e714d9a4bd2a821113e6318adb87bd06cf81ec1/qa; will attempt to use it 2024-02-15T16:48:48.619 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0e714d9a4bd2a821113e6318adb87bd06cf81ec1/qa/tasks 2024-02-15T16:48:48.619 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-15T16:48:48.621 INFO:teuthology.task.internal:Checking packages... 2024-02-15T16:48:48.645 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-15T16:48:48.645 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-15T16:48:48.646 INFO:teuthology.packaging:ref: None 2024-02-15T16:48:48.646 INFO:teuthology.packaging:tag: None 2024-02-15T16:48:48.646 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-15T16:48:48.646 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T16:48:48.646 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-15T16:48:48.792 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-15T16:48:48.794 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-15T16:48:48.801 INFO:teuthology.task.internal:no buildpackages task found 2024-02-15T16:48:48.802 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-15T16:48:48.809 INFO:teuthology.task.internal:Saving configuration 2024-02-15T16:48:48.824 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-15T16:48:48.830 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T16:48:48.856 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi117.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 16:43:31.697075', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMMu9cThuYD5XEkxjbZ6xttLa6jPmSuXveZKIL014MPWPUqqNQ130isGLmVEM4Xh+V0vGULeCMHcUcbGbDiTwm4='} 2024-02-15T16:48:48.877 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 16:43:31.698717', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiYWP3odSCoqJKAq6t4sDfyrI4eDQxLnJjerzrWsm3+ZI3icSxs1es4odBEELyLONCBXAZGvuuBn8PcVMidlZc='} 2024-02-15T16:48:48.877 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-15T16:48:48.882 INFO:teuthology.task.internal:roles: ubuntu@smithi117.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-15T16:48:48.882 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-15T16:48:48.883 INFO:teuthology.run_tasks:Running task console_log... 2024-02-15T16:48:48.955 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f05468bdee0>, signals=[15]) 2024-02-15T16:48:48.955 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-15T16:48:48.962 INFO:teuthology.task.internal:Opening connections... 2024-02-15T16:48:48.962 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T16:48:48.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:48:49.045 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-02-15T16:48:49.046 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:48:49.129 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-15T16:48:49.136 DEBUG:teuthology.orchestra.run.smithi117:> uname -m 2024-02-15T16:48:49.158 INFO:teuthology.orchestra.run.smithi117.stdout:x86_64 2024-02-15T16:48:49.158 DEBUG:teuthology.orchestra.run.smithi117:> cat /etc/os-release 2024-02-15T16:48:49.220 INFO:teuthology.orchestra.run.smithi117.stdout:NAME="CentOS Stream" 2024-02-15T16:48:49.220 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION="8" 2024-02-15T16:48:49.220 INFO:teuthology.orchestra.run.smithi117.stdout:ID="centos" 2024-02-15T16:48:49.220 INFO:teuthology.orchestra.run.smithi117.stdout:ID_LIKE="rhel fedora" 2024-02-15T16:48:49.220 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION_ID="8" 2024-02-15T16:48:49.221 INFO:teuthology.orchestra.run.smithi117.stdout:PLATFORM_ID="platform:el8" 2024-02-15T16:48:49.221 INFO:teuthology.orchestra.run.smithi117.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-15T16:48:49.221 INFO:teuthology.orchestra.run.smithi117.stdout:ANSI_COLOR="0;31" 2024-02-15T16:48:49.221 INFO:teuthology.orchestra.run.smithi117.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-15T16:48:49.221 INFO:teuthology.orchestra.run.smithi117.stdout:HOME_URL="https://centos.org/" 2024-02-15T16:48:49.221 INFO:teuthology.orchestra.run.smithi117.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-15T16:48:49.221 INFO:teuthology.orchestra.run.smithi117.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-15T16:48:49.221 INFO:teuthology.orchestra.run.smithi117.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-15T16:48:49.222 INFO:teuthology.lock.ops:Updating smithi117.front.sepia.ceph.com on lock server 2024-02-15T16:48:49.245 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-02-15T16:48:49.268 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-02-15T16:48:49.269 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="CentOS Stream" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="8" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:ID="centos" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE="rhel fedora" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="8" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:PLATFORM_ID="platform:el8" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:ANSI_COLOR="0;31" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-15T16:48:49.331 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://centos.org/" 2024-02-15T16:48:49.332 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-15T16:48:49.332 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-15T16:48:49.332 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-15T16:48:49.332 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-02-15T16:48:49.353 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-15T16:48:49.362 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-15T16:48:49.369 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-15T16:48:49.369 DEBUG:teuthology.orchestra.run.smithi117:> test '!' -e /home/ubuntu/cephtest 2024-02-15T16:48:49.371 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-02-15T16:48:49.392 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-15T16:48:49.399 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-15T16:48:49.399 DEBUG:teuthology.orchestra.run.smithi117:> test -z $(ls -A /var/lib/ceph) 2024-02-15T16:48:49.434 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-02-15T16:48:49.477 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-15T16:48:49.538 INFO:teuthology.run_tasks:Running task kernel... 2024-02-15T16:48:49.552 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-15T16:48:49.552 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-15T16:48:49.553 DEBUG:teuthology.orchestra.run.smithi117:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-15T16:48:49.553 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-15T16:48:49.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T16:48:49.573 DEBUG:teuthology.orchestra.run.smithi117:> uname -r 2024-02-15T16:48:49.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T16:48:49.574 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-02-15T16:48:49.634 INFO:teuthology.orchestra.run.smithi117.stdout:4.18.0-489.el8.x86_64 2024-02-15T16:48:49.634 INFO:teuthology.task.kernel:Running kernel on smithi117: 4.18.0-489.el8.x86_64 2024-02-15T16:48:49.635 DEBUG:teuthology.orchestra.run.smithi117:> sudo yum install -y kernel 2024-02-15T16:48:49.637 INFO:teuthology.orchestra.run.smithi169.stdout:4.18.0-489.el8.x86_64 2024-02-15T16:48:49.637 INFO:teuthology.task.kernel:Running kernel on smithi169: 4.18.0-489.el8.x86_64 2024-02-15T16:48:49.637 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum install -y kernel 2024-02-15T16:48:53.943 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 8 - AppStream 16 MB/s | 27 MB 00:01 2024-02-15T16:48:54.160 INFO:teuthology.orchestra.run.smithi117.stdout:CentOS Stream 8 - AppStream 14 MB/s | 27 MB 00:01 2024-02-15T16:48:59.760 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 8 - BaseOS 10 MB/s | 10 MB 00:00 2024-02-15T16:49:00.077 INFO:teuthology.orchestra.run.smithi117.stdout:CentOS Stream 8 - BaseOS 10 MB/s | 10 MB 00:00 2024-02-15T16:49:01.743 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2024-02-15T16:49:03.052 INFO:teuthology.orchestra.run.smithi117.stdout:CentOS Stream 8 - Extras 13 kB/s | 18 kB 00:01 2024-02-15T16:49:03.135 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 8 - Extras common packages 5.4 kB/s | 6.9 kB 00:01 2024-02-15T16:49:03.286 INFO:teuthology.orchestra.run.smithi117.stdout:CentOS Stream 8 - Extras common packages 58 kB/s | 6.9 kB 00:00 2024-02-15T16:49:03.396 INFO:teuthology.orchestra.run.smithi169.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-02-15T16:49:03.521 INFO:teuthology.orchestra.run.smithi117.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-15T16:49:05.005 INFO:teuthology.orchestra.run.smithi117.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-02-15T16:49:05.090 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-02-15T16:49:08.813 INFO:teuthology.orchestra.run.smithi117.stdout:lab-extras 530 kB/s | 24 kB 00:00 2024-02-15T16:49:08.862 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 447 kB/s | 24 kB 00:00 2024-02-15T16:49:11.743 INFO:teuthology.orchestra.run.smithi117.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-15T16:49:11.743 INFO:teuthology.orchestra.run.smithi117.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-15T16:49:11.843 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-15T16:49:11.843 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-15T16:49:11.852 INFO:teuthology.orchestra.run.smithi117.stdout:Dependencies resolved. 2024-02-15T16:49:11.853 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:49:11.853 INFO:teuthology.orchestra.run.smithi117.stdout: Package Architecture Version Repository Size 2024-02-15T16:49:11.853 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:49:11.853 INFO:teuthology.orchestra.run.smithi117.stdout:Installing: 2024-02-15T16:49:11.853 INFO:teuthology.orchestra.run.smithi117.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-15T16:49:11.853 INFO:teuthology.orchestra.run.smithi117.stdout:Installing dependencies: 2024-02-15T16:49:11.853 INFO:teuthology.orchestra.run.smithi117.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-15T16:49:11.854 INFO:teuthology.orchestra.run.smithi117.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-15T16:49:11.854 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:49:11.854 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction Summary 2024-02-15T16:49:11.854 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:49:11.854 INFO:teuthology.orchestra.run.smithi117.stdout:Install 3 Packages 2024-02-15T16:49:11.854 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:49:11.854 INFO:teuthology.orchestra.run.smithi117.stdout:Total download size: 90 M 2024-02-15T16:49:11.855 INFO:teuthology.orchestra.run.smithi117.stdout:Installed size: 97 M 2024-02-15T16:49:11.855 INFO:teuthology.orchestra.run.smithi117.stdout:Downloading Packages: 2024-02-15T16:49:11.963 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-02-15T16:49:11.963 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:49:11.963 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout:Install 3 Packages 2024-02-15T16:49:11.964 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:49:11.965 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 90 M 2024-02-15T16:49:11.965 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 97 M 2024-02-15T16:49:11.965 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-02-15T16:49:12.713 INFO:teuthology.orchestra.run.smithi117.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2024-02-15T16:49:12.889 INFO:teuthology.orchestra.run.smithi169.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2024-02-15T16:49:13.464 INFO:teuthology.orchestra.run.smithi117.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2024-02-15T16:49:13.639 INFO:teuthology.orchestra.run.smithi169.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2024-02-15T16:49:14.039 INFO:teuthology.orchestra.run.smithi117.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2024-02-15T16:49:14.039 INFO:teuthology.orchestra.run.smithi117.stdout:-------------------------------------------------------------------------------- 2024-02-15T16:49:14.040 INFO:teuthology.orchestra.run.smithi117.stdout:Total 41 MB/s | 90 MB 00:02 2024-02-15T16:49:14.173 INFO:teuthology.orchestra.run.smithi169.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2024-02-15T16:49:14.173 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-02-15T16:49:14.174 INFO:teuthology.orchestra.run.smithi169.stdout:Total 41 MB/s | 90 MB 00:02 2024-02-15T16:49:14.724 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction check 2024-02-15T16:49:14.860 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-02-15T16:49:15.125 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction check succeeded. 2024-02-15T16:49:15.125 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction test 2024-02-15T16:49:15.290 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-02-15T16:49:15.290 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-02-15T16:49:16.379 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction test succeeded. 2024-02-15T16:49:16.401 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction 2024-02-15T16:49:16.530 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-02-15T16:49:16.555 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-02-15T16:49:19.147 INFO:teuthology.orchestra.run.smithi117.stdout: Preparing : 1/1 2024-02-15T16:49:19.479 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-02-15T16:49:19.610 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T16:49:19.971 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T16:49:23.198 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T16:49:23.617 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T16:49:23.691 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T16:49:24.079 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T16:49:27.051 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T16:49:27.331 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:27.510 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T16:49:27.785 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:49.231 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:49.255 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:49.622 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:49.623 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-15T16:49:49.623 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-15T16:49:49.693 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:49.716 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:50.053 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:50.054 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:49:50.054 INFO:teuthology.orchestra.run.smithi117.stdout:Installed: 2024-02-15T16:49:50.054 INFO:teuthology.orchestra.run.smithi117.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-15T16:49:50.054 INFO:teuthology.orchestra.run.smithi117.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-15T16:49:50.054 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:49:50.054 INFO:teuthology.orchestra.run.smithi117.stdout:Complete! 2024-02-15T16:49:50.103 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:50.103 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-15T16:49:50.104 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-15T16:49:50.192 DEBUG:teuthology.orchestra.run.smithi117:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T16:49:50.454 INFO:teuthology.orchestra.run.smithi117.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T16:49:50.454 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T16:49:50.454 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-15T16:49:50.455 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-15T16:49:50.455 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-15T16:49:50.455 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-15T16:49:50.455 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi117.front.sepia.ceph.com, path=None, version=distro) 2024-02-15T16:49:50.455 DEBUG:teuthology.orchestra.run.smithi117:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T16:49:50.588 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T16:49:50.588 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:49:50.588 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-02-15T16:49:50.589 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-15T16:49:50.589 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-15T16:49:50.589 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:49:50.589 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-02-15T16:49:50.664 INFO:teuthology.orchestra.run.smithi117.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T16:49:50.665 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T16:49:50.665 DEBUG:teuthology.orchestra.run.smithi117:> sudo rpm -qi grub2-tools 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Name : grub2-tools 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Epoch : 1 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Version : 2.02 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Release : 129.el8 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Architecture: x86_64 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Group : System Environment/Base 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Size : 9265586 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:License : GPLv3+ 2024-02-15T16:49:50.698 INFO:teuthology.orchestra.run.smithi117.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:Relocations : (not relocatable) 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:Packager : CentOS BuildSystem 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:Vendor : CentOS 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:Summary : Support tools for GRUB. 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:Description : 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:hardware devices. 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:49:50.699 INFO:teuthology.orchestra.run.smithi117.stdout:This subpackage provides tools for support of all platforms. 2024-02-15T16:49:50.700 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-15T16:49:50.700 INFO:teuthology.task.kernel:Updating grub on smithi117 to boot 4.18.0-539.el8.x86_64 2024-02-15T16:49:50.701 DEBUG:teuthology.orchestra.run.smithi117:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-15T16:49:50.731 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T16:49:50.949 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T16:49:50.949 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T16:49:50.949 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-15T16:49:50.949 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-15T16:49:50.949 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-15T16:49:50.949 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-15T16:49:50.949 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2024-02-15T16:49:50.949 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T16:49:51.159 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T16:49:51.160 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T16:49:51.160 DEBUG:teuthology.orchestra.run.smithi169:> sudo rpm -qi grub2-tools 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Name : grub2-tools 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Epoch : 1 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Version : 2.02 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Release : 129.el8 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: x86_64 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Group : System Environment/Base 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Size : 9265586 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:License : GPLv3+ 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-15T16:49:51.194 INFO:teuthology.orchestra.run.smithi169.stdout:Relocations : (not relocatable) 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:Packager : CentOS BuildSystem 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:Vendor : CentOS 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:Summary : Support tools for GRUB. 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:Description : 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:hardware devices. 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:49:51.195 INFO:teuthology.orchestra.run.smithi169.stdout:This subpackage provides tools for support of all platforms. 2024-02-15T16:49:51.196 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-15T16:49:51.196 INFO:teuthology.task.kernel:Updating grub on smithi169 to boot 4.18.0-539.el8.x86_64 2024-02-15T16:49:51.196 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-15T16:49:52.232 INFO:teuthology.orchestra.run.smithi117.stderr:Generating grub configuration file ... 2024-02-15T16:49:52.912 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2024-02-15T16:49:54.546 INFO:teuthology.orchestra.run.smithi117.stderr:done 2024-02-15T16:49:54.548 DEBUG:teuthology.orchestra.run.smithi117:> mktemp 2024-02-15T16:49:54.582 INFO:teuthology.orchestra.run.smithi117.stdout:/tmp/tmp.KPYI0b6pzw 2024-02-15T16:49:54.583 DEBUG:teuthology.orchestra.run.smithi117:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KPYI0b6pzw 2024-02-15T16:49:54.656 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 0666 /tmp/tmp.KPYI0b6pzw 2024-02-15T16:49:54.808 DEBUG:teuthology.orchestra.remote:smithi117:/tmp/tmp.KPYI0b6pzw is 6KB 2024-02-15T16:49:54.856 DEBUG:teuthology.orchestra.run.smithi117:> rm -fr /tmp/tmp.KPYI0b6pzw 2024-02-15T16:49:54.873 DEBUG:teuthology.orchestra.run.smithi117:> sudo /bin/ls /boot/loader/entries || true 2024-02-15T16:49:54.942 INFO:teuthology.orchestra.run.smithi117.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-15T16:49:54.942 INFO:teuthology.orchestra.run.smithi117.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-15T16:49:54.942 INFO:teuthology.orchestra.run.smithi117.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-15T16:49:54.942 INFO:teuthology.orchestra.run.smithi117.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-15T16:49:54.943 DEBUG:teuthology.orchestra.run.smithi117:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-15T16:49:55.105 DEBUG:teuthology.orchestra.run.smithi117:> sudo shutdown -r now 2024-02-15T16:49:55.168 INFO:teuthology.orchestra.run.smithi169.stderr:done 2024-02-15T16:49:55.170 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2024-02-15T16:49:55.198 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.JNaAYjY5Wm 2024-02-15T16:49:55.198 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.JNaAYjY5Wm 2024-02-15T16:49:55.272 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.JNaAYjY5Wm 2024-02-15T16:49:55.424 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.JNaAYjY5Wm is 6KB 2024-02-15T16:49:55.472 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.JNaAYjY5Wm 2024-02-15T16:49:55.489 DEBUG:teuthology.orchestra.run.smithi169:> sudo /bin/ls /boot/loader/entries || true 2024-02-15T16:49:55.555 INFO:teuthology.orchestra.run.smithi169.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-15T16:49:55.555 INFO:teuthology.orchestra.run.smithi169.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-15T16:49:55.555 INFO:teuthology.orchestra.run.smithi169.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-15T16:49:55.555 INFO:teuthology.orchestra.run.smithi169.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-15T16:49:55.556 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-15T16:49:55.709 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2024-02-15T16:50:25.128 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-15T16:50:25.129 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-15T16:50:25.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:50:25.712 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-15T16:50:25.712 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-02-15T16:50:25.713 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:50:43.644 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.117 2024-02-15T16:50:44.156 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-02-15T16:50:52.648 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-15T16:50:52.649 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:50:53.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-02-15T16:50:53.158 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:50:55.708 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.117 2024-02-15T16:50:56.220 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-02-15T16:51:07.721 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-15T16:51:07.722 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:51:08.221 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-02-15T16:51:08.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:51:40.097 DEBUG:teuthology.orchestra.run.smithi117:> true 2024-02-15T16:51:40.798 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-15T16:51:40.798 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-15T16:51:40.798 DEBUG:teuthology.orchestra.run.smithi117:> uname -r 2024-02-15T16:51:40.815 INFO:teuthology.orchestra.run.smithi117.stdout:4.18.0-539.el8.x86_64 2024-02-15T16:51:40.815 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-15T16:51:40.816 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-15T16:51:40.816 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-15T16:51:41.816 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-15T16:51:41.817 DEBUG:teuthology.orchestra.run.smithi117:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-15T16:51:41.880 INFO:teuthology.orchestra.run.smithi117.stdout:ttyS1 2024-02-15T16:51:41.893 DEBUG:teuthology.parallel:result is None 2024-02-15T16:52:08.224 DEBUG:teuthology.orchestra.remote:timed out 2024-02-15T16:52:23.225 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-02-15T16:52:23.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:52:23.535 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-02-15T16:52:23.837 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-02-15T16:52:23.837 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-15T16:52:23.837 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-02-15T16:52:23.855 INFO:teuthology.orchestra.run.smithi169.stdout:4.18.0-539.el8.x86_64 2024-02-15T16:52:23.856 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-15T16:52:23.856 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-15T16:52:23.856 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-15T16:52:24.857 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-15T16:52:24.857 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-15T16:52:24.945 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-02-15T16:52:24.958 DEBUG:teuthology.parallel:result is None 2024-02-15T16:52:24.959 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-15T16:52:24.966 INFO:teuthology.task.internal:Creating test directory... 2024-02-15T16:52:24.967 DEBUG:teuthology.orchestra.run.smithi117:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-15T16:52:24.970 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-15T16:52:24.991 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-15T16:52:25.027 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-15T16:52:25.035 INFO:teuthology.task.internal:Creating archive directory... 2024-02-15T16:52:25.035 DEBUG:teuthology.orchestra.run.smithi117:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-15T16:52:25.038 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-15T16:52:25.109 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-15T16:52:25.116 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-15T16:52:25.116 DEBUG:teuthology.orchestra.run.smithi117:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-15T16:52:25.118 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-15T16:52:25.150 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T16:52:25.160 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T16:52:25.161 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T16:52:25.170 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T16:52:25.172 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-15T16:52:25.179 INFO:teuthology.task.internal:Configuring sudo... 2024-02-15T16:52:25.179 DEBUG:teuthology.orchestra.run.smithi117:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-15T16:52:25.204 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-15T16:52:25.242 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-15T16:52:25.251 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-15T16:52:25.251 DEBUG:teuthology.orchestra.run.smithi117:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-15T16:52:25.274 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-15T16:52:25.300 DEBUG:teuthology.orchestra.run.smithi117:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T16:52:25.377 DEBUG:teuthology.orchestra.run.smithi117:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T16:52:25.430 DEBUG:teuthology.orchestra.run.smithi117:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T16:52:25.515 DEBUG:teuthology.orchestra.run.smithi117:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T16:52:25.559 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T16:52:25.560 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-15T16:52:25.627 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T16:52:25.679 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T16:52:25.728 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T16:52:25.815 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T16:52:25.859 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-02-15T16:52:25.859 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-15T16:52:25.926 DEBUG:teuthology.orchestra.run.smithi117:> sudo service rsyslog restart 2024-02-15T16:52:25.928 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-02-15T16:52:25.993 INFO:teuthology.orchestra.run.smithi117.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T16:52:26.043 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T16:52:26.461 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-15T16:52:26.473 INFO:teuthology.task.internal:Starting timer... 2024-02-15T16:52:26.474 INFO:teuthology.run_tasks:Running task pcp... 2024-02-15T16:52:26.489 INFO:teuthology.run_tasks:Running task selinux... 2024-02-15T16:52:26.497 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-15T16:52:26.497 DEBUG:teuthology.orchestra.run.smithi117:> sudo service auditd rotate 2024-02-15T16:52:26.595 INFO:teuthology.orchestra.run.smithi117.stdout:Rotating logs: 2024-02-15T16:52:26.597 DEBUG:teuthology.orchestra.run.smithi169:> sudo service auditd rotate 2024-02-15T16:52:26.687 INFO:teuthology.orchestra.run.smithi169.stdout:Rotating logs: 2024-02-15T16:52:26.689 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-15T16:52:26.689 DEBUG:teuthology.orchestra.run.smithi117:> /usr/sbin/getenforce 2024-02-15T16:52:26.729 INFO:teuthology.orchestra.run.smithi117.stdout:Permissive 2024-02-15T16:52:26.730 DEBUG:teuthology.orchestra.run.smithi169:> /usr/sbin/getenforce 2024-02-15T16:52:26.772 INFO:teuthology.orchestra.run.smithi169.stdout:Permissive 2024-02-15T16:52:26.772 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi117.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi169.front.sepia.ceph.com': 'permissive'} 2024-02-15T16:52:26.773 DEBUG:teuthology.orchestra.run.smithi117:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T16:52:26.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T16:52:26.802 DEBUG:teuthology.orchestra.run.smithi169:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T16:52:26.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T16:52:26.840 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-15T16:52:26.840 DEBUG:teuthology.orchestra.run.smithi117:> sudo /usr/sbin/setenforce permissive 2024-02-15T16:52:26.870 DEBUG:teuthology.orchestra.run.smithi169:> sudo /usr/sbin/setenforce permissive 2024-02-15T16:52:26.907 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-15T16:52:26.920 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-15T16:52:26.925 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-15T16:52:27.055 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-15T16:52:27.071 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-15T16:52:27.072 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi117.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-15T16:58:13.875 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi117.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-02-15T16:58:13.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-15T16:58:13.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:58:13.959 DEBUG:teuthology.orchestra.run.smithi117:> true 2024-02-15T16:58:14.027 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-15T16:58:14.027 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-02-15T16:58:14.028 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T16:58:14.099 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-02-15T16:58:14.166 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-02-15T16:58:14.166 INFO:teuthology.run_tasks:Running task clock... 2024-02-15T16:58:14.176 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-15T16:58:14.177 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-15T16:58:14.177 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T16:58:14.179 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-15T16:58:14.180 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T16:58:14.210 INFO:teuthology.orchestra.run.smithi117.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-15T16:58:14.224 INFO:teuthology.orchestra.run.smithi117.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-15T16:58:14.238 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-15T16:58:14.251 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-15T16:58:14.293 INFO:teuthology.orchestra.run.smithi117.stderr:sudo: ntpd: command not found 2024-02-15T16:58:14.305 INFO:teuthology.orchestra.run.smithi117.stdout:506 Cannot talk to daemon 2024-02-15T16:58:14.313 INFO:teuthology.orchestra.run.smithi169.stderr:sudo: ntpd: command not found 2024-02-15T16:58:14.318 INFO:teuthology.orchestra.run.smithi117.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-15T16:58:14.324 INFO:teuthology.orchestra.run.smithi169.stdout:506 Cannot talk to daemon 2024-02-15T16:58:14.331 INFO:teuthology.orchestra.run.smithi117.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-15T16:58:14.337 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-15T16:58:14.351 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-15T16:58:14.396 INFO:teuthology.orchestra.run.smithi117.stderr:bash: ntpq: command not found 2024-02-15T16:58:14.400 INFO:teuthology.orchestra.run.smithi117.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T16:58:14.400 INFO:teuthology.orchestra.run.smithi117.stdout:=============================================================================== 2024-02-15T16:58:14.401 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T16:58:14.401 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T16:58:14.401 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T16:58:14.401 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T16:58:14.415 INFO:teuthology.orchestra.run.smithi169.stderr:bash: ntpq: command not found 2024-02-15T16:58:14.418 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T16:58:14.418 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2024-02-15T16:58:14.418 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T16:58:14.418 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T16:58:14.418 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T16:58:14.418 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T16:58:14.419 INFO:teuthology.run_tasks:Running task pexec... 2024-02-15T16:58:14.428 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-15T16:58:14.428 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T16:58:14.429 DEBUG:teuthology.orchestra.run.smithi117:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-15T16:58:14.429 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi169.front.sepia.ceph.com 2024-02-15T16:58:14.429 DEBUG:teuthology.orchestra.run.smithi169:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-15T16:58:15.222 INFO:teuthology.orchestra.run.smithi117.stdout:Last metadata expiration check: 0:01:24 ago on Thu 15 Feb 2024 04:56:51 PM UTC. 2024-02-15T16:58:15.245 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:24 ago on Thu 15 Feb 2024 04:56:51 PM UTC. 2024-02-15T16:58:17.232 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout:Resetting modules: 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:58:17.233 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:58:17.263 INFO:teuthology.orchestra.run.smithi117.stdout:Dependencies resolved. 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout: Package Architecture Version Repository Size 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout:Resetting modules: 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout: container-tools 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction Summary 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:58:17.265 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:58:17.489 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-02-15T16:58:17.509 INFO:teuthology.orchestra.run.smithi117.stdout:Complete! 2024-02-15T16:58:18.344 INFO:teuthology.orchestra.run.smithi117.stdout:Last metadata expiration check: 0:01:27 ago on Thu 15 Feb 2024 04:56:51 PM UTC. 2024-02-15T16:58:18.348 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:27 ago on Thu 15 Feb 2024 04:56:51 PM UTC. 2024-02-15T16:58:20.374 INFO:teuthology.orchestra.run.smithi117.stdout:Dependencies resolved. 2024-02-15T16:58:20.402 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-02-15T16:58:20.409 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:58:20.409 INFO:teuthology.orchestra.run.smithi117.stdout: Package Arch Version Repository Size 2024-02-15T16:58:20.409 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:58:20.409 INFO:teuthology.orchestra.run.smithi117.stdout:Installing group/module packages: 2024-02-15T16:58:20.409 INFO:teuthology.orchestra.run.smithi117.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-15T16:58:20.409 INFO:teuthology.orchestra.run.smithi117.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout:Installing dependencies: 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout:Installing weak dependencies: 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout:Installing module profiles: 2024-02-15T16:58:20.410 INFO:teuthology.orchestra.run.smithi117.stdout: container-tools/common 2024-02-15T16:58:20.411 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:58:20.411 INFO:teuthology.orchestra.run.smithi117.stdout:Enabling module streams: 2024-02-15T16:58:20.411 INFO:teuthology.orchestra.run.smithi117.stdout: container-tools rhel8 2024-02-15T16:58:20.411 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:58:20.411 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction Summary 2024-02-15T16:58:20.411 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-15T16:58:20.411 INFO:teuthology.orchestra.run.smithi117.stdout:Install 13 Packages 2024-02-15T16:58:20.411 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:58:20.412 INFO:teuthology.orchestra.run.smithi117.stdout:Total download size: 28 M 2024-02-15T16:58:20.412 INFO:teuthology.orchestra.run.smithi117.stdout:Installed size: 92 M 2024-02-15T16:58:20.412 INFO:teuthology.orchestra.run.smithi117.stdout:Downloading Packages: 2024-02-15T16:58:20.437 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:58:20.437 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-02-15T16:58:20.437 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:58:20.437 INFO:teuthology.orchestra.run.smithi169.stdout:Installing group/module packages: 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-15T16:58:20.438 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout:Installing weak dependencies: 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout:Installing module profiles: 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools/common 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout:Enabling module streams: 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools rhel8 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-02-15T16:58:20.439 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-02-15T16:58:20.440 INFO:teuthology.orchestra.run.smithi169.stdout:Install 13 Packages 2024-02-15T16:58:20.440 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:58:20.440 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 28 M 2024-02-15T16:58:20.440 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 92 M 2024-02-15T16:58:20.441 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-02-15T16:58:21.042 INFO:teuthology.orchestra.run.smithi169.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 1.2 MB/s | 688 kB 00:00 2024-02-15T16:58:21.100 INFO:teuthology.orchestra.run.smithi169.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.6 MB/s | 1.0 MB 00:00 2024-02-15T16:58:21.142 INFO:teuthology.orchestra.run.smithi169.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2024-02-15T16:58:21.158 INFO:teuthology.orchestra.run.smithi117.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 1.2 MB/s | 688 kB 00:00 2024-02-15T16:58:21.201 INFO:teuthology.orchestra.run.smithi169.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 2.5 MB/s | 257 kB 00:00 2024-02-15T16:58:21.225 INFO:teuthology.orchestra.run.smithi117.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.6 MB/s | 1.0 MB 00:00 2024-02-15T16:58:21.259 INFO:teuthology.orchestra.run.smithi117.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2024-02-15T16:58:21.293 INFO:teuthology.orchestra.run.smithi169.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.9 MB/s | 180 kB 00:00 2024-02-15T16:58:21.334 INFO:teuthology.orchestra.run.smithi117.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 2.3 MB/s | 257 kB 00:00 2024-02-15T16:58:21.393 INFO:teuthology.orchestra.run.smithi169.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2024-02-15T16:58:21.467 INFO:teuthology.orchestra.run.smithi117.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.3 MB/s | 180 kB 00:00 2024-02-15T16:58:21.518 INFO:teuthology.orchestra.run.smithi169.stdout:(7/13): buildah-1.33.5-1.module_el8+885+7da147f 9.3 MB/s | 9.7 MB 00:01 2024-02-15T16:58:21.544 INFO:teuthology.orchestra.run.smithi169.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 624 kB/s | 94 kB 00:00 2024-02-15T16:58:21.567 INFO:teuthology.orchestra.run.smithi117.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2024-02-15T16:58:21.619 INFO:teuthology.orchestra.run.smithi169.stdout:(9/13): netavark-1.10.2-1.module_el8+885+7da147 9.1 MB/s | 4.3 MB 00:00 2024-02-15T16:58:21.634 INFO:teuthology.orchestra.run.smithi117.stdout:(7/13): netavark-1.10.2-1.module_el8+885+7da147 11 MB/s | 4.3 MB 00:00 2024-02-15T16:58:21.719 INFO:teuthology.orchestra.run.smithi169.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 526 kB/s | 53 kB 00:00 2024-02-15T16:58:21.735 INFO:teuthology.orchestra.run.smithi117.stdout:(8/13): buildah-1.33.5-1.module_el8+885+7da147f 8.5 MB/s | 9.7 MB 00:01 2024-02-15T16:58:21.760 INFO:teuthology.orchestra.run.smithi117.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 488 kB/s | 94 kB 00:00 2024-02-15T16:58:21.803 INFO:teuthology.orchestra.run.smithi169.stdout:(11/13): toolbox-0.0.99.5-1.module_el8+847+7863 9.8 MB/s | 2.5 MB 00:00 2024-02-15T16:58:21.828 INFO:teuthology.orchestra.run.smithi169.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2024-02-15T16:58:21.860 INFO:teuthology.orchestra.run.smithi117.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 526 kB/s | 53 kB 00:00 2024-02-15T16:58:21.961 INFO:teuthology.orchestra.run.smithi117.stdout:(11/13): toolbox-0.0.99.5-1.module_el8+847+7863 11 MB/s | 2.5 MB 00:00 2024-02-15T16:58:21.986 INFO:teuthology.orchestra.run.smithi117.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2024-02-15T16:58:22.020 INFO:teuthology.orchestra.run.smithi169.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 18 MB/s | 8.8 MB 00:00 2024-02-15T16:58:22.020 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-02-15T16:58:22.020 INFO:teuthology.orchestra.run.smithi169.stdout:Total 17 MB/s | 28 MB 00:01 2024-02-15T16:58:22.128 INFO:teuthology.orchestra.run.smithi117.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 18 MB/s | 8.8 MB 00:00 2024-02-15T16:58:22.128 INFO:teuthology.orchestra.run.smithi117.stdout:-------------------------------------------------------------------------------- 2024-02-15T16:58:22.128 INFO:teuthology.orchestra.run.smithi117.stdout:Total 16 MB/s | 28 MB 00:01 2024-02-15T16:58:22.290 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-02-15T16:58:22.310 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-02-15T16:58:22.311 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-02-15T16:58:22.397 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction check 2024-02-15T16:58:22.418 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction check succeeded. 2024-02-15T16:58:22.418 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction test 2024-02-15T16:58:22.567 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-02-15T16:58:22.570 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-02-15T16:58:22.672 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction test succeeded. 2024-02-15T16:58:22.675 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction 2024-02-15T16:58:23.267 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-02-15T16:58:23.380 INFO:teuthology.orchestra.run.smithi117.stdout: Preparing : 1/1 2024-02-15T16:58:24.254 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-15T16:58:24.297 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-15T16:58:24.467 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T16:58:24.506 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T16:58:24.679 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-15T16:58:24.693 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-15T16:58:24.893 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-15T16:58:24.913 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-15T16:58:25.131 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-15T16:58:25.162 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-15T16:58:25.692 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-15T16:58:25.723 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-15T16:58:26.680 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-15T16:58:26.697 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-15T16:58:26.944 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-15T16:58:26.948 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-15T16:58:27.139 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-15T16:58:27.185 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-15T16:58:27.592 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-15T16:58:27.703 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-15T16:58:27.964 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T16:58:28.084 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T16:58:28.174 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T16:58:28.347 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T16:58:28.403 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T16:58:28.526 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T16:58:28.833 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T16:58:28.833 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T16:58:28.834 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T16:58:28.955 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T16:58:28.956 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T16:58:29.364 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-15T16:58:29.364 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:58:29.364 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-02-15T16:58:29.364 INFO:teuthology.orchestra.run.smithi169.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T16:58:29.365 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-02-15T16:58:29.475 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-15T16:58:29.475 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:58:29.475 INFO:teuthology.orchestra.run.smithi117.stdout:Installed: 2024-02-15T16:58:29.475 INFO:teuthology.orchestra.run.smithi117.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-15T16:58:29.476 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T16:58:29.477 INFO:teuthology.orchestra.run.smithi117.stdout:Complete! 2024-02-15T16:58:29.652 DEBUG:teuthology.parallel:result is None 2024-02-15T16:58:29.754 DEBUG:teuthology.parallel:result is None 2024-02-15T16:58:29.754 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-15T16:58:29.835 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-15T16:58:29.835 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-15T16:58:29.836 INFO:tasks.cephadm:Cluster fsid is 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:58:29.836 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-15T16:58:29.836 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-15T16:58:29.836 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi117': '172.21.15.117', 'mon.smithi169': '172.21.15.169'} 2024-02-15T16:58:29.836 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-15T16:58:29.837 DEBUG:teuthology.orchestra.run.smithi117:> sudo hostname $(hostname -s) 2024-02-15T16:58:29.864 DEBUG:teuthology.orchestra.run.smithi169:> sudo hostname $(hostname -s) 2024-02-15T16:58:29.894 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-15T16:58:29.895 DEBUG:teuthology.orchestra.run.smithi117:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-15T16:58:30.325 INFO:teuthology.orchestra.run.smithi117.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 15 16:58 /home/ubuntu/cephtest/cephadm 2024-02-15T16:58:30.326 DEBUG:teuthology.orchestra.run.smithi169:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-15T16:58:30.603 INFO:teuthology.orchestra.run.smithi169.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 15 16:58 /home/ubuntu/cephtest/cephadm 2024-02-15T16:58:30.674 DEBUG:teuthology.orchestra.run.smithi117:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-15T16:58:30.697 DEBUG:teuthology.orchestra.run.smithi169:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-15T16:58:30.727 DEBUG:teuthology.orchestra.run.smithi117:> sudo mkdir -p /etc/ceph 2024-02-15T16:58:30.770 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /etc/ceph 2024-02-15T16:58:30.801 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 777 /etc/ceph 2024-02-15T16:58:30.839 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 777 /etc/ceph 2024-02-15T16:58:30.872 INFO:tasks.cephadm:Writing seed config... 2024-02-15T16:58:30.873 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-15T16:58:30.873 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-15T16:58:30.873 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-15T16:58:30.873 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-15T16:58:30.873 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-15T16:58:30.874 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-15T16:58:30.874 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-15T16:58:30.874 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-15T16:58:30.874 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T16:58:30.874 DEBUG:teuthology.orchestra.run.smithi117:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-15T16:58:30.899 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 71b0457c-cc23-11ee-95b9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-15T16:58:30.899 DEBUG:teuthology.orchestra.run.smithi117:mon.smithi117> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117.service 2024-02-15T16:58:30.942 INFO:tasks.cephadm:Bootstrapping... 2024-02-15T16:58:30.942 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.117 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-15T16:58:30.971 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:-- Logs begin at Thu 2024-02-15 16:51:18 UTC. -- 2024-02-15T16:58:31.209 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T16:58:32.755 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: 4.9.3-dev 2024-02-15T16:58:32.766 INFO:teuthology.orchestra.run.smithi117.stderr:Verifying podman|docker is present... 2024-02-15T16:58:32.766 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T16:58:32.789 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: 4.9.3-dev 2024-02-15T16:58:32.800 INFO:teuthology.orchestra.run.smithi117.stderr:Verifying lvm2 is present... 2024-02-15T16:58:32.800 INFO:teuthology.orchestra.run.smithi117.stderr:Verifying time synchronization is in place... 2024-02-15T16:58:32.800 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-enabled chrony.service 2024-02-15T16:58:32.807 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-15T16:58:32.808 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-active chrony.service 2024-02-15T16:58:32.814 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: inactive 2024-02-15T16:58:32.814 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-15T16:58:32.820 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: enabled 2024-02-15T16:58:32.820 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-active chronyd.service 2024-02-15T16:58:32.826 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: active 2024-02-15T16:58:32.826 INFO:teuthology.orchestra.run.smithi117.stderr:Unit chronyd.service is enabled and running 2024-02-15T16:58:32.826 INFO:teuthology.orchestra.run.smithi117.stderr:Repeating the final host check... 2024-02-15T16:58:32.827 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T16:58:32.847 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: 4.9.3-dev 2024-02-15T16:58:32.857 INFO:teuthology.orchestra.run.smithi117.stderr:podman|docker (/bin/podman) is present 2024-02-15T16:58:32.857 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl is present 2024-02-15T16:58:32.857 INFO:teuthology.orchestra.run.smithi117.stderr:lvcreate is present 2024-02-15T16:58:32.857 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-enabled chrony.service 2024-02-15T16:58:32.862 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-15T16:58:32.863 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-active chrony.service 2024-02-15T16:58:32.868 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: inactive 2024-02-15T16:58:32.869 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-15T16:58:32.874 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: enabled 2024-02-15T16:58:32.875 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-active chronyd.service 2024-02-15T16:58:32.880 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: active 2024-02-15T16:58:32.881 INFO:teuthology.orchestra.run.smithi117.stderr:Unit chronyd.service is enabled and running 2024-02-15T16:58:32.881 INFO:teuthology.orchestra.run.smithi117.stderr:Host looks OK 2024-02-15T16:58:32.881 INFO:teuthology.orchestra.run.smithi117.stderr:Cluster fsid: 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:58:32.881 INFO:teuthology.orchestra.run.smithi117.stderr:Acquiring lock 140163157217408 on /run/cephadm/71b0457c-cc23-11ee-95b9-87774f69a715.lock 2024-02-15T16:58:32.881 INFO:teuthology.orchestra.run.smithi117.stderr:Lock 140163157217408 acquired on /run/cephadm/71b0457c-cc23-11ee-95b9-87774f69a715.lock 2024-02-15T16:58:32.883 INFO:teuthology.orchestra.run.smithi117.stderr:Verifying IP 172.21.15.117 port 3300 ... 2024-02-15T16:58:32.883 INFO:teuthology.orchestra.run.smithi117.stderr:Verifying IP 172.21.15.117 port 6789 ... 2024-02-15T16:58:32.883 INFO:teuthology.orchestra.run.smithi117.stderr:Base mon IP is 172.21.15.117, final addrv is [v2:172.21.15.117:3300,v1:172.21.15.117:6789] 2024-02-15T16:58:32.883 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /sbin/ip route ls 2024-02-15T16:58:32.884 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.117 metric 100 2024-02-15T16:58:32.884 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.117 metric 100 2024-02-15T16:58:32.885 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /sbin/ip -6 route ls 2024-02-15T16:58:32.887 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-15T16:58:32.887 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-15T16:58:32.887 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1758sec hoplimit 64 pref medium 2024-02-15T16:58:32.887 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /sbin/ip -6 addr ls 2024-02-15T16:58:32.890 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-15T16:58:32.890 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-15T16:58:32.890 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-15T16:58:32.890 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-15T16:58:32.890 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:4463/64 scope link 2024-02-15T16:58:32.890 INFO:teuthology.orchestra.run.smithi117.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-15T16:58:32.891 INFO:teuthology.orchestra.run.smithi117.stderr:Mon IP `172.21.15.117` is in CIDR network `172.21.0.0/20` 2024-02-15T16:58:32.891 INFO:teuthology.orchestra.run.smithi117.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-15T16:58:32.892 INFO:teuthology.orchestra.run.smithi117.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-15T16:58:32.892 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-15T16:58:32.975 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-15T16:58:39.620 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: Getting image source signatures 2024-02-15T16:58:39.627 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-15T16:58:39.627 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-15T16:58:53.620 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-15T16:58:53.770 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: Writing manifest to image destination 2024-02-15T16:58:54.102 INFO:teuthology.orchestra.run.smithi117.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-15T16:58:54.113 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-15T16:58:54.712 INFO:teuthology.orchestra.run.smithi117.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-15T16:58:55.399 INFO:teuthology.orchestra.run.smithi117.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-15T16:58:55.399 INFO:teuthology.orchestra.run.smithi117.stderr:Extracting ceph user uid/gid from container image... 2024-02-15T16:58:55.399 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-15T16:58:55.932 INFO:teuthology.orchestra.run.smithi117.stderr:stat: 167 167 2024-02-15T16:58:56.460 INFO:teuthology.orchestra.run.smithi117.stderr:Creating initial keys... 2024-02-15T16:58:56.461 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T16:58:57.046 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-authtool: AQDQQs5leiF8OBAAOwKHIlgpAhGY3Ui070O/hg== 2024-02-15T16:58:57.671 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T16:58:58.210 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-authtool: AQDSQs5liey9BhAANr4WpKW1eruL51UTNuvCzQ== 2024-02-15T16:58:58.744 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T16:58:59.351 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-authtool: AQDTQs5lltwGDRAATxb9ZoYt3GZJAXKmQly0+Q== 2024-02-15T16:59:00.006 INFO:teuthology.orchestra.run.smithi117.stderr:Creating initial monmap... 2024-02-15T16:59:00.006 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpqfbp0x6q:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 --addv smithi117 [v2:172.21.15.117:3300,v1:172.21.15.117:6789] /tmp/monmap 2024-02-15T16:59:00.522 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-15T16:59:00.522 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:00.522 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-15T16:59:01.051 INFO:teuthology.orchestra.run.smithi117.stderr:monmaptool for smithi117 [v2:172.21.15.117:3300,v1:172.21.15.117:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-15T16:59:01.051 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/monmaptool: set fsid to 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:01.051 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-15T16:59:01.051 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T16:59:01.051 INFO:teuthology.orchestra.run.smithi117.stderr:Creating mon... 2024-02-15T16:59:01.053 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117:/var/lib/ceph/mon/ceph-smithi117:z -v /tmp/ceph-tmp3bqqwv4_:/tmp/keyring:z -v /tmp/ceph-tmpqfbp0x6q:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi117 --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-02-15T16:59:01.661 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.546+0000 7f7f9cadd700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T16:59:01.662 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.547+0000 7f7f9cadd700 1 imported monmap: 2024-02-15T16:59:01.662 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-15T16:59:01.662 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:01.662 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: last_changed 2024-02-15T16:59:00.429801+0000 2024-02-15T16:59:01.662 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: created 2024-02-15T16:59:00.429801+0000 2024-02-15T16:59:01.662 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-15T16:59:01.689 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-15T16:59:01.689 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.smithi117 2024-02-15T16:59:01.689 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.689 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.547+0000 7f7f9cadd700 0 /usr/bin/ceph-mon: set fsid to 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:01.689 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: DB SUMMARY 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi117/store.db dir, Total Num: 0, files: 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi117/store.db: 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.create_if_missing: 1 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.env: 0x55681f9331c0 2024-02-15T16:59:01.690 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.fs: Posix File System 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.info_log: 0x556820ddec20 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.statistics: (nil) 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.use_fsync: 0 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T16:59:01.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.db_log_dir: 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi117/store.db 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T16:59:01.692 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T16:59:01.693 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T16:59:01.693 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.write_buffer_manager: 0x556820de7530 2024-02-15T16:59:01.693 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T16:59:01.693 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T16:59:01.693 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T16:59:01.693 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T16:59:01.693 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T16:59:01.694 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T16:59:01.694 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T16:59:01.694 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T16:59:01.694 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T16:59:01.694 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.unordered_write: 0 2024-02-15T16:59:01.694 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T16:59:01.695 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T16:59:01.695 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T16:59:01.695 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T16:59:01.695 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.row_cache: None 2024-02-15T16:59:01.695 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.wal_filter: None 2024-02-15T16:59:01.695 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T16:59:01.695 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T16:59:01.695 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T16:59:01.696 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_open_files: -1 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Compression algorithms supported: 2024-02-15T16:59:01.697 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: kZSTD supported: 0 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000001 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.698 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.merge_operator: 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_filter: None 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556820cf8160) 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-15T16:59:01.699 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: block_cache: 0x556820d2ed10 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-15T16:59:01.700 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.701 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compression: NoCompression 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.num_levels: 7 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T16:59:01.702 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T16:59:01.703 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T16:59:01.704 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T16:59:01.705 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T16:59:01.706 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.ttl: 2592000 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.548+0000 7f7f9cadd700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.549+0000 7f7f9cadd700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.549+0000 7f7f9cadd700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.552+0000 7f7f9cadd700 4 rocksdb: DB pointer 0x556820df3800 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.552+0000 7f7f85966700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.552+0000 7f7f85966700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T16:59:01.707 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.708 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.709 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T16:59:01.710 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.553+0000 7f7f9cadd700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.553+0000 7f7f9cadd700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-15T16:59:01.711 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph-mon: debug 2024-02-15T16:59:01.553+0000 7f7f9cadd700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi117 for mon.smithi117 2024-02-15T16:59:02.205 INFO:teuthology.orchestra.run.smithi117.stderr:create mon.smithi117 on 2024-02-15T16:59:02.205 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:02.212 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl disable ceph.target 2024-02-15T16:59:02.306 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl enable ceph.target 2024-02-15T16:59:02.313 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-15T16:59:02.389 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl start ceph.target 2024-02-15T16:59:02.396 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl enable ceph-71b0457c-cc23-11ee-95b9-87774f69a715.target 2024-02-15T16:59:02.402 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-71b0457c-cc23-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-71b0457c-cc23-11ee-95b9-87774f69a715.target. 2024-02-15T16:59:02.403 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-71b0457c-cc23-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-71b0457c-cc23-11ee-95b9-87774f69a715.target. 2024-02-15T16:59:02.483 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl start ceph-71b0457c-cc23-11ee-95b9-87774f69a715.target 2024-02-15T16:59:02.490 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl daemon-reload 2024-02-15T16:59:02.575 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117 2024-02-15T16:59:02.597 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl reset-failed ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117 2024-02-15T16:59:02.602 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Failed to reset failed state of unit ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117.service: Unit ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117.service not loaded. 2024-02-15T16:59:02.603 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl enable ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117 2024-02-15T16:59:02.609 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Created symlink /etc/systemd/system/ceph-71b0457c-cc23-11ee-95b9-87774f69a715.target.wants/ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117.service → /etc/systemd/system/ceph-71b0457c-cc23-11ee-95b9-87774f69a715@.service. 2024-02-15T16:59:02.693 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl start ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117 2024-02-15T16:59:03.229 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T16:59:03.237 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: disabled 2024-02-15T16:59:03.237 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T16:59:03.243 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: inactive 2024-02-15T16:59:03.244 INFO:teuthology.orchestra.run.smithi117.stderr:firewalld.service is not enabled 2024-02-15T16:59:03.244 INFO:teuthology.orchestra.run.smithi117.stderr:Not possible to enable service . firewalld.service is not available 2024-02-15T16:59:03.245 INFO:teuthology.orchestra.run.smithi117.stderr:Waiting for mon to start... 2024-02-15T16:59:03.245 INFO:teuthology.orchestra.run.smithi117.stderr:Waiting for mon... 2024-02-15T16:59:03.245 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117:/var/lib/ceph/mon/ceph-smithi117:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-15T16:59:03.494 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:03 smithi117 bash[33997]: 9315a8bbf193e2b68dd227c0f23aaa23bcf47c71094bb8f84d81555109d12b4f 2024-02-15T16:59:03.494 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:03 smithi117 systemd[1]: Started Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T16:59:04.321 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: cluster: 2024-02-15T16:59:04.321 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: id: 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:04.321 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-15T16:59:04.321 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:04.321 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: services: 2024-02-15T16:59:04.321 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi117 (age 1.1302s) 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: data: 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: pgs: 2024-02-15T16:59:04.322 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: cluster 2024-02-15T16:59:03.189416+0000 mon.smithi117 (mon.0) 2 : cluster [INF] mon.smithi117 is new leader, mons smithi117 in quorum (ranks 0) 2024-02-15T16:59:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: cluster 2024-02-15T16:59:03.189589+0000 mon.smithi117 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0]} 2024-02-15T16:59:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: cluster 2024-02-15T16:59:03.198271+0000 mon.smithi117 (mon.0) 4 : cluster [DBG] fsmap 2024-02-15T16:59:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: cluster 2024-02-15T16:59:03.209274+0000 mon.smithi117 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-15T16:59:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: cluster 2024-02-15T16:59:03.211012+0000 mon.smithi117 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-15T16:59:04.934 INFO:teuthology.orchestra.run.smithi117.stderr:mon is available 2024-02-15T16:59:04.934 INFO:teuthology.orchestra.run.smithi117.stderr:Assimilating anything we can from ceph.conf... 2024-02-15T16:59:04.934 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z -v /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117:/var/lib/ceph/mon/ceph-smithi117:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi117/config 2024-02-15T16:59:05.496 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:05.496 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: [global] 2024-02-15T16:59:05.496 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: fsid = 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:05.496 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-15T16:59:05.496 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.117:3300,v1:172.21.15.117:6789] 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: [mgr] 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: [osd] 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-15T16:59:05.497 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-15T16:59:05.514 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: audit 2024-02-15T16:59:04.319590+0000 mon.smithi117 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.117:0/475644664' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-15T16:59:05.998 INFO:teuthology.orchestra.run.smithi117.stderr:Generating new minimal ceph.conf... 2024-02-15T16:59:05.998 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z -v /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117:/var/lib/ceph/mon/ceph-smithi117:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi117/config 2024-02-15T16:59:06.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: audit 2024-02-15T16:59:05.491392+0000 mon.smithi117 (mon.0) 8 : audit [INF] from='client.? 172.21.15.117:0/3913323960' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-15T16:59:06.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: audit 2024-02-15T16:59:05.494553+0000 mon.smithi117 (mon.0) 9 : audit [INF] from='client.? 172.21.15.117:0/3913323960' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-15T16:59:07.229 INFO:teuthology.orchestra.run.smithi117.stderr:Restarting the monitor... 2024-02-15T16:59:07.230 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl restart ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117 2024-02-15T16:59:07.638 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: audit 2024-02-15T16:59:06.652702+0000 mon.smithi117 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.117:0/2440575307' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T16:59:07.639 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:07 smithi117 systemd[1]: Stopping Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T16:59:07.639 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: debug 2024-02-15T16:59:07.352+0000 7fcd36d76700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi117 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T16:59:07.639 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34012]: debug 2024-02-15T16:59:07.352+0000 7fcd36d76700 -1 mon.smithi117@0(leader) e1 *** Got Signal Terminated *** 2024-02-15T16:59:07.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:07 smithi117 podman[34335]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117 2024-02-15T16:59:08.370 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117.service: Succeeded. 2024-02-15T16:59:08.370 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 systemd[1]: Stopped Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T16:59:08.370 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 systemd[1]: Starting Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T16:59:08.536 INFO:teuthology.orchestra.run.smithi117.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-15T16:59:08.537 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-15T16:59:08.753 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.485+0000 7f9561672700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T16:59:08.753 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.485+0000 7f9561672700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-15T16:59:08.753 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.485+0000 7f9561672700 0 pidfile_write: ignore empty --pid-file 2024-02-15T16:59:08.753 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.489+0000 7f9561672700 0 load: jerasure load: lrc load: isa 2024-02-15T16:59:08.753 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: DB SUMMARY 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: CURRENT file: CURRENT 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi117/store.db dir, Total Num: 1, files: 000004.sst 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi117/store.db: 000006.log size: 89401 ; 2024-02-15T16:59:08.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.create_if_missing: 0 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.env: 0x561fffedb1c0 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.fs: Posix File System 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.info_log: 0x56200245fa40 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.statistics: (nil) 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.use_fsync: 0 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T16:59:08.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.db_log_dir: 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi117/store.db 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T16:59:08.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.write_buffer_manager: 0x562002467fb0 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.unordered_write: 0 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T16:59:08.757 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.row_cache: None 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.wal_filter: None 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T16:59:08.758 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.max_open_files: -1 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T16:59:08.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Compression algorithms supported: 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: kZSTD supported: 0 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.490+0000 7f9561672700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000005 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.merge_operator: 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_filter: None 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562002378170) 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cache_index_and_filter_blocks: 1 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: pin_top_level_index_and_filter: 1 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: index_type: 0 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: data_block_index_type: 0 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: index_shortening: 1 2024-02-15T16:59:08.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: hash_index_allow_collision: 1 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: checksum: 1 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: no_block_cache: 0 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: block_cache: 0x5620023aef10 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: block_cache_name: BinnedLRUCache 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: block_cache_options: 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: capacity : 536870912 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: num_shard_bits : 4 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: strict_capacity_limit : 0 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: high_pri_pool_ratio: 0.000 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: block_cache_compressed: (nil) 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: persistent_cache: (nil) 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: block_size: 4096 2024-02-15T16:59:08.762 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: block_size_deviation: 10 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: block_restart_interval: 16 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: index_block_restart_interval: 1 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: metadata_block_size: 4096 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: partition_filters: 0 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: use_delta_encoding: 1 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: whole_key_filtering: 1 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: verify_compression: 0 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: read_amp_bytes_per_bit: 0 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: format_version: 2 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: enable_index_compression: 1 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: block_align: 0 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compression: NoCompression 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.num_levels: 7 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T16:59:08.764 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T16:59:08.765 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T16:59:08.766 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T16:59:08.767 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T16:59:08.768 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T16:59:08.768 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T16:59:08.768 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T16:59:08.768 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.ttl: 2592000 2024-02-15T16:59:08.769 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016348492903, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.491+0000 7f9561672700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.492+0000 7f9561672700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.492+0000 7f9561672700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016348493736, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 85990, "table_properties": {"data_size": 84226, "index_size": 369, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9511, "raw_average_key_size": 46, "raw_value_size": 78716, "raw_average_value_size": 387, "num_data_blocks": 12, "num_entries": 203, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708016348, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.492+0000 7f9561672700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.493+0000 7f9561672700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016348494139, "job": 1, "event": "recovery_finished"} 2024-02-15T16:59:08.770 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.494+0000 7f9561672700 4 rocksdb: DB pointer 0x562002473800 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.494+0000 7f954847a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.494+0000 7f954847a700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ** DB Stats ** 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ** Compaction Stats [default] ** 2024-02-15T16:59:08.771 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: L0 2/0 85.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.0 0.00 0.00 1 0.001 0 0 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Sum 2/0 85.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.0 0.00 0.00 1 0.001 0 0 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.0 0.00 0.00 1 0.001 0 0 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ** Compaction Stats [default] ** 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 148.0 0.00 0.00 1 0.001 0 0 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T16:59:08.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Cumulative compaction: 0.00 GB write, 23.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Interval compaction: 0.00 GB write, 23.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ** Compaction Stats [default] ** 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: L0 2/0 85.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.0 0.00 0.00 1 0.001 0 0 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Sum 2/0 85.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.0 0.00 0.00 1 0.001 0 0 2024-02-15T16:59:08.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ** Compaction Stats [default] ** 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 148.0 0.00 0.00 1 0.001 0 0 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Cumulative compaction: 0.00 GB write, 23.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T16:59:08.774 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.495+0000 7f9561672700 0 starting mon.smithi117 rank 0 at public addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] at bind addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi117 fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.496+0000 7f9561672700 1 mon.smithi117@-1(???) e1 preinit fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.496+0000 7f9561672700 0 mon.smithi117@-1(???).mds e1 new map 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.496+0000 7f9561672700 0 mon.smithi117@-1(???).mds e1 print_map 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: e1 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: legacy client fscid: -1 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: No filesystems configured 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: 2024-02-15T16:59:08.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.496+0000 7f9561672700 0 mon.smithi117@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.496+0000 7f9561672700 0 mon.smithi117@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.496+0000 7f9561672700 0 mon.smithi117@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.496+0000 7f9561672700 0 mon.smithi117@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:06.652702+0000 mon.smithi117 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.117:0/2440575307' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.496+0000 7f9561672700 1 mon.smithi117@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta expand map: {default=false} 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta from 'false' to 'false' 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta expanded map: {default=false} 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta expand map: {default=info} 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta from 'info' to 'info' 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta expanded map: {default=info} 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta expand map: {default=daemon} 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-15T16:59:08.776 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta expand map: {default=debug} 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T16:59:08.497+0000 7f9561672700 20 expand_channel_meta expanded map: {default=debug} 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 bash[34404]: 5772def1f7b076a48d6c9a90488d3d03588b3d2c2590282ece5318c1b8af0ffe 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 systemd[1]: Started Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:08.512790+0000 mon.smithi117 (mon.0) 1 : cluster [INF] mon.smithi117 is new leader, mons smithi117 in quorum (ranks 0) 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:08.512846+0000 mon.smithi117 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0]} 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:08.512879+0000 mon.smithi117 (mon.0) 3 : cluster [DBG] fsmap 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:08.512904+0000 mon.smithi117 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-15T16:59:08.777 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:08.513250+0000 mon.smithi117 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-15T16:59:09.766 INFO:teuthology.orchestra.run.smithi117.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-15T16:59:09.766 INFO:teuthology.orchestra.run.smithi117.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-15T16:59:09.766 INFO:teuthology.orchestra.run.smithi117.stderr:Creating mgr... 2024-02-15T16:59:09.766 INFO:teuthology.orchestra.run.smithi117.stderr:Verifying port 9283 ... 2024-02-15T16:59:09.768 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl daemon-reload 2024-02-15T16:59:09.858 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mgr.smithi117.jviopl 2024-02-15T16:59:09.881 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl reset-failed ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mgr.smithi117.jviopl 2024-02-15T16:59:09.886 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Failed to reset failed state of unit ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mgr.smithi117.jviopl.service: Unit ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mgr.smithi117.jviopl.service not loaded. 2024-02-15T16:59:09.887 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl enable ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mgr.smithi117.jviopl 2024-02-15T16:59:09.893 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: Created symlink /etc/systemd/system/ceph-71b0457c-cc23-11ee-95b9-87774f69a715.target.wants/ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mgr.smithi117.jviopl.service → /etc/systemd/system/ceph-71b0457c-cc23-11ee-95b9-87774f69a715@.service. 2024-02-15T16:59:09.977 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl start ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mgr.smithi117.jviopl 2024-02-15T16:59:10.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:09.129167+0000 mon.smithi117 (mon.0) 6 : audit [INF] from='client.? 172.21.15.117:0/3086588735' entity='client.admin' 2024-02-15T16:59:10.571 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T16:59:10.579 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: disabled 2024-02-15T16:59:10.580 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T16:59:10.587 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: inactive 2024-02-15T16:59:10.587 INFO:teuthology.orchestra.run.smithi117.stderr:firewalld.service is not enabled 2024-02-15T16:59:10.587 INFO:teuthology.orchestra.run.smithi117.stderr:Not possible to enable service . firewalld.service is not available 2024-02-15T16:59:10.588 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T16:59:10.595 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: disabled 2024-02-15T16:59:10.596 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T16:59:10.602 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: inactive 2024-02-15T16:59:10.603 INFO:teuthology.orchestra.run.smithi117.stderr:firewalld.service is not enabled 2024-02-15T16:59:10.603 INFO:teuthology.orchestra.run.smithi117.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-15T16:59:10.603 INFO:teuthology.orchestra.run.smithi117.stderr:Waiting for mgr to start... 2024-02-15T16:59:10.603 INFO:teuthology.orchestra.run.smithi117.stderr:Waiting for mgr... 2024-02-15T16:59:10.604 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T16:59:11.309 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:11.309 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: { 2024-02-15T16:59:11.309 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "fsid": "71b0457c-cc23-11ee-95b9-87774f69a715", 2024-02-15T16:59:11.309 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "health": { 2024-02-15T16:59:11.309 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T16:59:11.309 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T16:59:11.309 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 0 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "smithi117" 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T16:59:11.310 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T16:59:11.311 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "available": false, 2024-02-15T16:59:11.312 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "iostat", 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "nfs", 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "restful" 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "services": {} 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "modified": "2024-02-15T16:59:03.192893+0000", 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "services": {} 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T16:59:11.313 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: } 2024-02-15T16:59:11.639 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:11.302149+0000 mon.smithi117 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.117:0/3694236542' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T16:59:11.909 INFO:teuthology.orchestra.run.smithi117.stderr:mgr not available, waiting (1/15)... 2024-02-15T16:59:13.912 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: { 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "fsid": "71b0457c-cc23-11ee-95b9-87774f69a715", 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "health": { 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:14.571 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 0 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "smithi117" 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T16:59:14.572 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:14.573 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T16:59:14.573 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T16:59:14.573 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T16:59:14.573 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T16:59:14.576 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T16:59:14.576 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T16:59:14.576 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:14.576 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:14.577 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "available": false, 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "iostat", 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "nfs", 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "restful" 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "services": {} 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "modified": "2024-02-15T16:59:03.192893+0000", 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "services": {} 2024-02-15T16:59:14.578 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:14.579 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T16:59:14.579 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: } 2024-02-15T16:59:14.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:14.467223+0000 mon.smithi117 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.117:0/1160830141' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T16:59:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:15.601232+0000 mon.smithi117 (mon.0) 9 : cluster [INF] Activating manager daemon smithi117.jviopl 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:15.603762+0000 mon.smithi117 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi117.jviopl(active, starting, since 0.00263315s) 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.604745+0000 mon.smithi117 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.604925+0000 mon.smithi117 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.605084+0000 mon.smithi117 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.605242+0000 mon.smithi117 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.605372+0000 mon.smithi117 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi117.jviopl", "id": "smithi117.jviopl"}]: dispatch 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:15.618442+0000 mon.smithi117 (mon.0) 16 : cluster [INF] Manager daemon smithi117.jviopl is now available 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.626260+0000 mon.smithi117 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.630921+0000 mon.smithi117 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.632059+0000 mon.smithi117 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T16:59:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.636746+0000 mon.smithi117 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:15.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:15.638390+0000 mon.smithi117 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.117:0/1975466237' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:17.336 INFO:teuthology.orchestra.run.smithi117.stderr:mgr not available, waiting (2/15)... 2024-02-15T16:59:17.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:16.607175+0000 mon.smithi117 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi117.jviopl(active, since 1.00604s) 2024-02-15T16:59:19.339 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T16:59:19.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:18.609671+0000 mon.smithi117 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi117.jviopl(active, since 3s) 2024-02-15T16:59:20.114 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:20.114 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: { 2024-02-15T16:59:20.114 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "fsid": "71b0457c-cc23-11ee-95b9-87774f69a715", 2024-02-15T16:59:20.114 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "health": { 2024-02-15T16:59:20.114 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 0 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "smithi117" 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T16:59:20.115 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T16:59:20.116 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:20.116 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T16:59:20.116 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:20.116 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T16:59:20.116 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T16:59:20.116 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T16:59:20.116 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T16:59:20.119 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T16:59:20.119 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:20.120 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "available": true, 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "iostat", 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "nfs", 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "restful" 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ], 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "services": {} 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T16:59:20.121 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "modified": "2024-02-15T16:59:03.192893+0000", 2024-02-15T16:59:20.122 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "services": {} 2024-02-15T16:59:20.122 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: }, 2024-02-15T16:59:20.122 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T16:59:20.122 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: } 2024-02-15T16:59:20.750 INFO:teuthology.orchestra.run.smithi117.stderr:mgr is available 2024-02-15T16:59:20.750 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z -v /tmp/tmp2ll2k20w:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-15T16:59:20.752 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:20.111781+0000 mon.smithi117 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.117:0/2869749757' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T16:59:21.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:21.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: [global] 2024-02-15T16:59:21.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: fsid = 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:21.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-15T16:59:21.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-15T16:59:21.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-15T16:59:21.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-15T16:59:21.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-15T16:59:21.436 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:21.436 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: [mgr] 2024-02-15T16:59:21.436 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-15T16:59:21.436 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 2024-02-15T16:59:21.436 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: [osd] 2024-02-15T16:59:21.436 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-15T16:59:21.436 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-15T16:59:21.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:21.433223+0000 mon.smithi117 (mon.0) 25 : audit [INF] from='client.? 172.21.15.117:0/1113529544' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-15T16:59:22.031 INFO:teuthology.orchestra.run.smithi117.stderr:Enabling cephadm module... 2024-02-15T16:59:22.031 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-15T16:59:23.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:22.754056+0000 mon.smithi117 (mon.0) 26 : audit [INF] from='client.? 172.21.15.117:0/2788358559' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-15T16:59:24.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:22.807049+0000 mon.smithi117 (mon.0) 27 : audit [INF] from='client.? 172.21.15.117:0/2788358559' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-15T16:59:24.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:22.807110+0000 mon.smithi117 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi117.jviopl(active, since 7s) 2024-02-15T16:59:27.576 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-15T16:59:28.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:27.830178+0000 mon.smithi117 (mon.0) 29 : cluster [INF] Active manager daemon smithi117.jviopl restarted 2024-02-15T16:59:28.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:27.830517+0000 mon.smithi117 (mon.0) 30 : cluster [INF] Activating manager daemon smithi117.jviopl 2024-02-15T16:59:28.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:27.832716+0000 mon.smithi117 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-15T16:59:29.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:27.883200+0000 mon.smithi117 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi117.jviopl(active, starting, since 0.0527578s) 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.885628+0000 mon.smithi117 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.886284+0000 mon.smithi117 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi117.jviopl", "id": "smithi117.jviopl"}]: dispatch 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.886879+0000 mon.smithi117 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.887035+0000 mon.smithi117 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.887158+0000 mon.smithi117 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:27.888963+0000 mon.smithi117 (mon.0) 38 : cluster [INF] Manager daemon smithi117.jviopl is now available 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.901929+0000 mon.smithi117 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.904503+0000 mon.smithi117 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.906867+0000 mon.smithi117 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.995363+0000 mon.smithi117 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.996008+0000 mon.smithi117 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T16:59:29.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.997569+0000 mon.smithi117 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T16:59:29.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:27.998968+0000 mon.smithi117 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T16:59:29.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:28.008861+0000 mon.smithi117 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T16:59:29.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:28.009932+0000 mon.smithi117 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T16:59:30.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:28.891522+0000 mon.smithi117 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi117.jviopl(active, since 1.06108s) 2024-02-15T16:59:30.929 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: { 2024-02-15T16:59:30.929 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 8, 2024-02-15T16:59:30.929 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "available": true, 2024-02-15T16:59:30.929 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "active_name": "smithi117.jviopl", 2024-02-15T16:59:30.929 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-15T16:59:30.929 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: } 2024-02-15T16:59:31.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:29.895014+0000 mon.smithi117 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi117.jviopl(active, since 2s) 2024-02-15T16:59:31.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:30.532400+0000 mon.smithi117 (mon.0) 50 : audit [DBG] from='client.? 172.21.15.117:0/3545882622' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-15T16:59:33.331 INFO:teuthology.orchestra.run.smithi117.stderr:Waiting for the mgr to restart... 2024-02-15T16:59:33.331 INFO:teuthology.orchestra.run.smithi117.stderr:Waiting for mgr epoch 8... 2024-02-15T16:59:33.331 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-15T16:59:33.878 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: { 2024-02-15T16:59:33.878 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-15T16:59:33.878 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "initialized": true 2024-02-15T16:59:33.879 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: } 2024-02-15T16:59:34.516 INFO:teuthology.orchestra.run.smithi117.stderr:mgr epoch 8 is available 2024-02-15T16:59:34.516 INFO:teuthology.orchestra.run.smithi117.stderr:Setting orchestrator backend to cephadm... 2024-02-15T16:59:34.516 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-15T16:59:35.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:33.872261+0000 mgr.smithi117.jviopl (mgr.14116) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-15T16:59:35.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:33.877950+0000 mgr.smithi117.jviopl (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-15T16:59:35.742 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-15T16:59:36.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:35.188065+0000 mgr.smithi117.jviopl (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:36.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:35.192648+0000 mon.smithi117 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:36.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:35.196050+0000 mon.smithi117 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T16:59:36.476 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: value unchanged 2024-02-15T16:59:37.014 INFO:teuthology.orchestra.run.smithi117.stderr:Generating ssh key... 2024-02-15T16:59:37.015 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-15T16:59:37.278 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:36.476170+0000 mgr.smithi117.jviopl (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:38.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:37.677324+0000 mgr.smithi117.jviopl (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-15T16:59:38.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:37.931534+0000 mon.smithi117 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:38.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:37.935951+0000 mon.smithi117 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:38.871 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-15T16:59:39.548 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJOcB0Xz0qhUf+95f7I78LZj1oq7E4Qr+Tdc+MrMmxx66zSqWvbHy73R41xfTn2FwrDn6EfCZ7bb/SOk3rZw+afAQYzrDQ5D9D9I/dho5/XzMCzq/USqGdMIpUasmES6vJ7luJAJCiu9dNRxWmvq/ZoqPwL9kgwKykQLy2SxlPP5IW46bJBzOGUtn68xxfmEIePFGW3dg7PUZPXh6AiCiVWSwuwjM5EwfmNhFoiIqUTpOvAFAAd6RScGgq2Aj0a8TpcBXyMGDap3CxtKpvEC955k1Cj0cdUg1eXQOW7rT5RnJzjvUk1ENyzRrJ/Bv1gOxvS6pl6ZrajtlXdOjDP+lHMf743EnMrb29C4JpUaseLa15ChzRo7BTAOPKN5dFQPB1376jPnxQdCmPmtNXFP+IKuDEyw/hhdxXwa7xszmFAZ87R+ezQ9aOSROIpC69dAhcE/+Ys83O7hC8A+E0Ief6h1fYyucwThtsZhqoMFjoip5E3rnSMvMmqsKOSr+sYs= ceph-71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T16:59:40.110 INFO:teuthology.orchestra.run.smithi117.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-15T16:59:40.111 INFO:teuthology.orchestra.run.smithi117.stderr:Adding key to root@localhost authorized_keys... 2024-02-15T16:59:40.111 INFO:teuthology.orchestra.run.smithi117.stderr:Adding host smithi117... 2024-02-15T16:59:40.111 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi117 172.21.15.117 2024-02-15T16:59:40.113 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:39.547600+0000 mgr.smithi117.jviopl (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:41.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:40.747076+0000 mgr.smithi117.jviopl (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi117", "addr": "172.21.15.117", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:41.348 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Added host 'smithi117' with addr '172.21.15.117' 2024-02-15T16:59:41.984 INFO:teuthology.orchestra.run.smithi117.stderr:Deploying mon service with default placement... 2024-02-15T16:59:41.984 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-15T16:59:42.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:41.346546+0000 mon.smithi117 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:42.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:41.346804+0000 mgr.smithi117.jviopl (mgr.14116) 9 : cephadm [INF] Added host smithi117 2024-02-15T16:59:42.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:41.347009+0000 mon.smithi117 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T16:59:42.691 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-15T16:59:43.332 INFO:teuthology.orchestra.run.smithi117.stderr:Deploying mgr service with default placement... 2024-02-15T16:59:43.332 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-15T16:59:44.068 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-15T16:59:44.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:42.688182+0000 mgr.smithi117.jviopl (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:44.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:42.688844+0000 mgr.smithi117.jviopl (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-15T16:59:44.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:42.691095+0000 mon.smithi117 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:44.704 INFO:teuthology.orchestra.run.smithi117.stderr:Deploying crash service with default placement... 2024-02-15T16:59:44.704 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-15T16:59:45.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:44.065400+0000 mgr.smithi117.jviopl (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:45.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:44.065880+0000 mgr.smithi117.jviopl (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-15T16:59:45.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:44.068105+0000 mon.smithi117 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:45.435 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-15T16:59:45.969 INFO:teuthology.orchestra.run.smithi117.stderr:Enabling mgr prometheus module... 2024-02-15T16:59:45.969 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-15T16:59:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:45.432169+0000 mgr.smithi117.jviopl (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:45.432785+0000 mgr.smithi117.jviopl (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-15T16:59:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:45.434939+0000 mon.smithi117 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.117:0/1203410881' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:47.831 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:46.649473+0000 mon.smithi117 (mon.0) 60 : audit [INF] from='client.? 172.21.15.117:0/3051531569' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-15T16:59:48.100 INFO:teuthology.orchestra.run.smithi117.stderr:Deploying prometheus service with default placement... 2024-02-15T16:59:48.100 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-15T16:59:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:47.439804+0000 mon.smithi117 (mon.0) 61 : audit [INF] from='client.? 172.21.15.117:0/3051531569' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-15T16:59:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:47.439853+0000 mon.smithi117 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi117.jviopl(active, since 19s) 2024-02-15T16:59:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:52.525946+0000 mon.smithi117 (mon.0) 63 : cluster [INF] Active manager daemon smithi117.jviopl restarted 2024-02-15T16:59:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:52.526317+0000 mon.smithi117 (mon.0) 64 : cluster [INF] Activating manager daemon smithi117.jviopl 2024-02-15T16:59:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:52.527849+0000 mon.smithi117 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-15T16:59:53.591 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-15T16:59:53.878 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:52.578568+0000 mon.smithi117 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi117.jviopl(active, starting, since 0.0523325s) 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.581354+0000 mon.smithi117 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.581598+0000 mon.smithi117 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi117.jviopl", "id": "smithi117.jviopl"}]: dispatch 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.581817+0000 mon.smithi117 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.581996+0000 mon.smithi117 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.582177+0000 mon.smithi117 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:52.596485+0000 mon.smithi117 (mon.0) 72 : cluster [INF] Manager daemon smithi117.jviopl is now available 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.693117+0000 mon.smithi117 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.694439+0000 mon.smithi117 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.710287+0000 mon.smithi117 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T16:59:53.879 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:52.717895+0000 mon.smithi117 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T16:59:54.139 INFO:teuthology.orchestra.run.smithi117.stderr:Deploying grafana service with default placement... 2024-02-15T16:59:54.139 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-15T16:59:54.827 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-15T16:59:54.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:53.586033+0000 mon.smithi117 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi117.jviopl(active, since 1.0598s) 2024-02-15T16:59:54.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:53.587191+0000 mgr.smithi117.jviopl (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-15T16:59:54.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:53.589848+0000 mon.smithi117 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:55.562 INFO:teuthology.orchestra.run.smithi117.stderr:Deploying node-exporter service with default placement... 2024-02-15T16:59:55.562 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-15T16:59:55.838 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T16:59:54.591923+0000 mon.smithi117 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi117.jviopl(active, since 2s) 2024-02-15T16:59:55.838 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:54.823723+0000 mgr.smithi117.jviopl (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:55.838 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:54.824255+0000 mgr.smithi117.jviopl (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-15T16:59:55.838 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:54.826480+0000 mon.smithi117 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:56.254 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-15T16:59:56.835 INFO:teuthology.orchestra.run.smithi117.stderr:Deploying alertmanager service with default placement... 2024-02-15T16:59:56.835 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-15T16:59:57.514 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-15T16:59:57.537 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:56.250876+0000 mgr.smithi117.jviopl (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:57.537 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:56.251522+0000 mgr.smithi117.jviopl (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-15T16:59:57.537 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:56.253803+0000 mon.smithi117 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:58.174 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-15T16:59:58.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:57.510530+0000 mgr.smithi117.jviopl (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T16:59:58.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T16:59:57.511047+0000 mgr.smithi117.jviopl (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-15T16:59:58.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:57.513371+0000 mon.smithi117 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' 2024-02-15T16:59:59.497 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-15T17:00:00.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 16:59:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T16:59:58.842238+0000 mon.smithi117 (mon.0) 83 : audit [INF] from='client.? 172.21.15.117:0/1314321456' entity='client.admin' 2024-02-15T17:00:01.405 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:00.348490+0000 mon.smithi117 (mon.0) 84 : audit [INF] from='client.? 172.21.15.117:0/1698903947' entity='client.admin' 2024-02-15T17:00:01.795 INFO:teuthology.orchestra.run.smithi117.stderr:Enabling the dashboard module... 2024-02-15T17:00:01.795 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-15T17:00:02.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:01.426271+0000 mon.smithi117 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:02.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:01.877435+0000 mon.smithi117 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:03.691 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:02.588517+0000 mon.smithi117 (mon.0) 87 : audit [INF] from='client.? 172.21.15.117:0/1425170826' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-15T17:00:03.692 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:03.225852+0000 mon.smithi117 (mon.0) 88 : audit [INF] from='mgr.14144 172.21.15.117:0/121616788' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:04.702 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:03.429707+0000 mon.smithi117 (mon.0) 89 : audit [INF] from='client.? 172.21.15.117:0/1425170826' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-15T17:00:04.703 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:03.429754+0000 mon.smithi117 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi117.jviopl(active, since 10s) 2024-02-15T17:00:04.703 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-15T17:00:05.797 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: { 2024-02-15T17:00:05.797 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-15T17:00:05.797 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "available": true, 2024-02-15T17:00:05.797 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "active_name": "smithi117.jviopl", 2024-02-15T17:00:05.798 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-15T17:00:05.798 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: } 2024-02-15T17:00:06.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:05.796717+0000 mon.smithi117 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.117:0/2583267847' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-15T17:00:06.477 INFO:teuthology.orchestra.run.smithi117.stderr:Waiting for the mgr to restart... 2024-02-15T17:00:06.477 INFO:teuthology.orchestra.run.smithi117.stderr:Waiting for mgr epoch 13... 2024-02-15T17:00:06.477 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-15T17:00:09.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:08.598955+0000 mon.smithi117 (mon.0) 92 : cluster [INF] Active manager daemon smithi117.jviopl restarted 2024-02-15T17:00:09.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:08.599384+0000 mon.smithi117 (mon.0) 93 : cluster [INF] Activating manager daemon smithi117.jviopl 2024-02-15T17:00:09.763 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:08.605767+0000 mon.smithi117 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-15T17:00:10.524 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: { 2024-02-15T17:00:10.524 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-15T17:00:10.524 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: "initialized": true 2024-02-15T17:00:10.524 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: } 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:09.513905+0000 mon.smithi117 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi117.jviopl(active, starting, since 0.914604s) 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.514774+0000 mon.smithi117 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.515411+0000 mon.smithi117 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi117.jviopl", "id": "smithi117.jviopl"}]: dispatch 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.516133+0000 mon.smithi117 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.516305+0000 mon.smithi117 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.516457+0000 mon.smithi117 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:09.530578+0000 mon.smithi117 (mon.0) 101 : cluster [INF] Manager daemon smithi117.jviopl is now available 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.632126+0000 mon.smithi117 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.633620+0000 mon.smithi117 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:00:10.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.658617+0000 mon.smithi117 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:00:10.782 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:09.661137+0000 mon.smithi117 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:00:11.251 INFO:teuthology.orchestra.run.smithi117.stderr:mgr epoch 13 is available 2024-02-15T17:00:11.251 INFO:teuthology.orchestra.run.smithi117.stderr:Generating a dashboard self-signed certificate... 2024-02-15T17:00:11.251 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-15T17:00:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:10.515288+0000 mgr.smithi117.jviopl (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-15T17:00:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:10.516057+0000 mon.smithi117 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi117.jviopl(active, since 1.91676s) 2024-02-15T17:00:11.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:10.522684+0000 mgr.smithi117.jviopl (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-15T17:00:12.625 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-15T17:00:12.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:11.522333+0000 mon.smithi117 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi117.jviopl(active, since 2s) 2024-02-15T17:00:12.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:11.956051+0000 mon.smithi117 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:12.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:12.434068+0000 mgr.smithi117.jviopl (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:00:13.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:12.620049+0000 mon.smithi117 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:13.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:12.625207+0000 mon.smithi117 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:13.723 INFO:teuthology.orchestra.run.smithi117.stderr:Creating initial admin user... 2024-02-15T17:00:13.723 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5iz95d3r:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-15T17:00:15.160 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$xDTiR8vQX/GSFXkUCEV18uNuEff2JFcQSBAyDpYq/pRgWv74USula", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708016415, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-15T17:00:15.908 INFO:teuthology.orchestra.run.smithi117.stderr:Fetching dashboard port number... 2024-02-15T17:00:15.908 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi117 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpe8z6nxkm:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpr1qchkmt:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-15T17:00:16.180 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:14.945307+0000 mgr.smithi117.jviopl (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:00:16.180 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:15.160106+0000 mon.smithi117 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:16.648 INFO:teuthology.orchestra.run.smithi117.stderr:/usr/bin/ceph: 8443 2024-02-15T17:00:17.340 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T17:00:17.342 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:16.648444+0000 mon.smithi117 (mon.0) 112 : audit [DBG] from='client.? 172.21.15.117:0/745834821' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-15T17:00:17.351 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: disabled 2024-02-15T17:00:17.351 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T17:00:17.357 INFO:teuthology.orchestra.run.smithi117.stderr:systemctl: inactive 2024-02-15T17:00:17.358 INFO:teuthology.orchestra.run.smithi117.stderr:firewalld.service is not enabled 2024-02-15T17:00:17.358 INFO:teuthology.orchestra.run.smithi117.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-15T17:00:17.360 INFO:teuthology.orchestra.run.smithi117.stderr:Ceph Dashboard is now available at: 2024-02-15T17:00:17.361 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:00:17.361 INFO:teuthology.orchestra.run.smithi117.stderr: URL: https://smithi117.front.sepia.ceph.com:8443/ 2024-02-15T17:00:17.361 INFO:teuthology.orchestra.run.smithi117.stderr: User: admin 2024-02-15T17:00:17.361 INFO:teuthology.orchestra.run.smithi117.stderr: Password: q62o8lerxp 2024-02-15T17:00:17.361 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr:You can access the Ceph CLI with: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr: ceph telemetry on 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr:For more information see: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:00:17.362 INFO:teuthology.orchestra.run.smithi117.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-15T17:00:17.363 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:00:17.363 INFO:teuthology.orchestra.run.smithi117.stderr:Bootstrap complete. 2024-02-15T17:00:17.363 INFO:teuthology.orchestra.run.smithi117.stderr:Releasing lock 140163157217408 on /run/cephadm/71b0457c-cc23-11ee-95b9-87774f69a715.lock 2024-02-15T17:00:17.363 INFO:teuthology.orchestra.run.smithi117.stderr:Lock 140163157217408 released on /run/cephadm/71b0457c-cc23-11ee-95b9-87774f69a715.lock 2024-02-15T17:00:17.396 INFO:tasks.cephadm:Fetching config... 2024-02-15T17:00:17.396 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T17:00:17.396 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-15T17:00:17.415 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-15T17:00:17.415 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T17:00:17.415 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-15T17:00:17.473 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-15T17:00:17.473 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T17:00:17.473 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/keyring of=/dev/stdout 2024-02-15T17:00:17.540 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-15T17:00:17.540 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T17:00:17.540 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-15T17:00:17.599 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-15T17:00:17.599 DEBUG:teuthology.orchestra.run.smithi117:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJOcB0Xz0qhUf+95f7I78LZj1oq7E4Qr+Tdc+MrMmxx66zSqWvbHy73R41xfTn2FwrDn6EfCZ7bb/SOk3rZw+afAQYzrDQ5D9D9I/dho5/XzMCzq/USqGdMIpUasmES6vJ7luJAJCiu9dNRxWmvq/ZoqPwL9kgwKykQLy2SxlPP5IW46bJBzOGUtn68xxfmEIePFGW3dg7PUZPXh6AiCiVWSwuwjM5EwfmNhFoiIqUTpOvAFAAd6RScGgq2Aj0a8TpcBXyMGDap3CxtKpvEC955k1Cj0cdUg1eXQOW7rT5RnJzjvUk1ENyzRrJ/Bv1gOxvS6pl6ZrajtlXdOjDP+lHMf743EnMrb29C4JpUaseLa15ChzRo7BTAOPKN5dFQPB1376jPnxQdCmPmtNXFP+IKuDEyw/hhdxXwa7xszmFAZ87R+ezQ9aOSROIpC69dAhcE/+Ys83O7hC8A+E0Ief6h1fYyucwThtsZhqoMFjoip5E3rnSMvMmqsKOSr+sYs= ceph-71b0457c-cc23-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-15T17:00:17.675 INFO:teuthology.orchestra.run.smithi117.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJOcB0Xz0qhUf+95f7I78LZj1oq7E4Qr+Tdc+MrMmxx66zSqWvbHy73R41xfTn2FwrDn6EfCZ7bb/SOk3rZw+afAQYzrDQ5D9D9I/dho5/XzMCzq/USqGdMIpUasmES6vJ7luJAJCiu9dNRxWmvq/ZoqPwL9kgwKykQLy2SxlPP5IW46bJBzOGUtn68xxfmEIePFGW3dg7PUZPXh6AiCiVWSwuwjM5EwfmNhFoiIqUTpOvAFAAd6RScGgq2Aj0a8TpcBXyMGDap3CxtKpvEC955k1Cj0cdUg1eXQOW7rT5RnJzjvUk1ENyzRrJ/Bv1gOxvS6pl6ZrajtlXdOjDP+lHMf743EnMrb29C4JpUaseLa15ChzRo7BTAOPKN5dFQPB1376jPnxQdCmPmtNXFP+IKuDEyw/hhdxXwa7xszmFAZ87R+ezQ9aOSROIpC69dAhcE/+Ys83O7hC8A+E0Ief6h1fYyucwThtsZhqoMFjoip5E3rnSMvMmqsKOSr+sYs= ceph-71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:00:17.685 DEBUG:teuthology.orchestra.run.smithi169:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJOcB0Xz0qhUf+95f7I78LZj1oq7E4Qr+Tdc+MrMmxx66zSqWvbHy73R41xfTn2FwrDn6EfCZ7bb/SOk3rZw+afAQYzrDQ5D9D9I/dho5/XzMCzq/USqGdMIpUasmES6vJ7luJAJCiu9dNRxWmvq/ZoqPwL9kgwKykQLy2SxlPP5IW46bJBzOGUtn68xxfmEIePFGW3dg7PUZPXh6AiCiVWSwuwjM5EwfmNhFoiIqUTpOvAFAAd6RScGgq2Aj0a8TpcBXyMGDap3CxtKpvEC955k1Cj0cdUg1eXQOW7rT5RnJzjvUk1ENyzRrJ/Bv1gOxvS6pl6ZrajtlXdOjDP+lHMf743EnMrb29C4JpUaseLa15ChzRo7BTAOPKN5dFQPB1376jPnxQdCmPmtNXFP+IKuDEyw/hhdxXwa7xszmFAZ87R+ezQ9aOSROIpC69dAhcE/+Ys83O7hC8A+E0Ief6h1fYyucwThtsZhqoMFjoip5E3rnSMvMmqsKOSr+sYs= ceph-71b0457c-cc23-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-15T17:00:17.730 INFO:teuthology.orchestra.run.smithi169.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeJOcB0Xz0qhUf+95f7I78LZj1oq7E4Qr+Tdc+MrMmxx66zSqWvbHy73R41xfTn2FwrDn6EfCZ7bb/SOk3rZw+afAQYzrDQ5D9D9I/dho5/XzMCzq/USqGdMIpUasmES6vJ7luJAJCiu9dNRxWmvq/ZoqPwL9kgwKykQLy2SxlPP5IW46bJBzOGUtn68xxfmEIePFGW3dg7PUZPXh6AiCiVWSwuwjM5EwfmNhFoiIqUTpOvAFAAd6RScGgq2Aj0a8TpcBXyMGDap3CxtKpvEC955k1Cj0cdUg1eXQOW7rT5RnJzjvUk1ENyzRrJ/Bv1gOxvS6pl6ZrajtlXdOjDP+lHMf743EnMrb29C4JpUaseLa15ChzRo7BTAOPKN5dFQPB1376jPnxQdCmPmtNXFP+IKuDEyw/hhdxXwa7xszmFAZ87R+ezQ9aOSROIpC69dAhcE/+Ys83O7hC8A+E0Ief6h1fYyucwThtsZhqoMFjoip5E3rnSMvMmqsKOSr+sYs= ceph-71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:00:17.742 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-15T17:00:18.560 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:17.162352+0000 mon.smithi117 (mon.0) 113 : cluster [DBG] mgrmap e17: smithi117.jviopl(active, since 8s) 2024-02-15T17:00:21.419 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-15T17:00:21.419 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-15T17:00:21.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:20.450098+0000 mon.smithi117 (mon.0) 114 : audit [INF] from='client.? 172.21.15.117:0/3388280798' entity='client.admin' 2024-02-15T17:00:21.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:20.973863+0000 mon.smithi117 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:22.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:21.564438+0000 mon.smithi117 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:00:22.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:21.570364+0000 mon.smithi117 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:23.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:00:21.577580+0000 mgr.smithi117.jviopl (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi117 on smithi117 2024-02-15T17:00:24.310 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi169 2024-02-15T17:00:24.310 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-02-15T17:00:24.310 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/etc/ceph/ceph.conf 2024-02-15T17:00:24.332 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-02-15T17:00:24.332 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:00:24.393 INFO:tasks.cephadm:Adding host smithi169 to orchestrator... 2024-02-15T17:00:24.394 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch host add smithi169 2024-02-15T17:00:24.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:23.464025+0000 mgr.smithi117.jviopl (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:00:24.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:23.466014+0000 mon.smithi117 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:30.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:29.517348+0000 mgr.smithi117.jviopl (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:32.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:31.517577+0000 mgr.smithi117.jviopl (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:34.781 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:33.517855+0000 mgr.smithi117.jviopl (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:36.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:35.518142+0000 mgr.smithi117.jviopl (mgr.14164) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:39.388 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:37.518518+0000 mgr.smithi117.jviopl (mgr.14164) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:39.388 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:38.122793+0000 mon.smithi117 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:39.388 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:38.124184+0000 mon.smithi117 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:00:39.388 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:38.125795+0000 mon.smithi117 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-15T17:00:39.388 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:38.126348+0000 mon.smithi117 (mon.0) 122 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:00:39.388 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:00:38.126822+0000 mgr.smithi117.jviopl (mgr.14164) 12 : cephadm [INF] Deploying daemon crash.smithi117 on smithi117 2024-02-15T17:00:40.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:39.518906+0000 mgr.smithi117.jviopl (mgr.14164) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:40.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:39.648152+0000 mon.smithi117 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:40.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:40.235800+0000 mon.smithi117 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:40.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:40.295357+0000 mon.smithi117 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:40.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:40.297895+0000 mon.smithi117 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:40.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:40.298225+0000 mon.smithi117 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T17:00:40.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:40.298539+0000 mgr.smithi117.jviopl (mgr.14164) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T17:00:40.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:40.301483+0000 mon.smithi117 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:40.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:00:40.304390+0000 mgr.smithi117.jviopl (mgr.14164) 15 : cephadm [INF] Deploying daemon grafana.smithi117 on smithi117 2024-02-15T17:00:42.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:41.519201+0000 mgr.smithi117.jviopl (mgr.14164) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:44.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:43.519510+0000 mgr.smithi117.jviopl (mgr.14164) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:44.651321+0000 mon.smithi117 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:46.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:45.519883+0000 mgr.smithi117.jviopl (mgr.14164) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:48.849 INFO:teuthology.orchestra.run.smithi169.stdout:Added host 'smithi169' with addr '172.21.15.169' 2024-02-15T17:00:48.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:47.520207+0000 mgr.smithi117.jviopl (mgr.14164) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:48.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:48.270781+0000 mgr.smithi117.jviopl (mgr.14164) 20 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:00:49.418 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-15T17:00:50.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:48.847528+0000 mon.smithi117 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:00:50.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:00:48.847796+0000 mgr.smithi117.jviopl (mgr.14164) 21 : cephadm [INF] Added host smithi169 2024-02-15T17:00:51.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:49.520429+0000 mgr.smithi117.jviopl (mgr.14164) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:51.403 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T17:00:51.403 INFO:teuthology.orchestra.run.smithi169.stdout:[{"addr": "172.21.15.117", "hostname": "smithi117", "labels": [], "status": ""}, {"addr": "172.21.15.169", "hostname": "smithi169", "labels": [], "status": ""}] 2024-02-15T17:00:52.088 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-15T17:00:52.088 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-15T17:00:52.116 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:51.402674+0000 mgr.smithi117.jviopl (mgr.14164) 23 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:00:53.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:51.520688+0000 mgr.smithi117.jviopl (mgr.14164) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:54.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:53.520896+0000 mgr.smithi117.jviopl (mgr.14164) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:56.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:55.521108+0000 mgr.smithi117.jviopl (mgr.14164) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:57.580 INFO:teuthology.orchestra.run.smithi117.stderr:adjusted tunables profile to default 2024-02-15T17:00:57.784 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:57.290604+0000 mon.smithi117 (mon.0) 131 : audit [INF] from='client.? 172.21.15.117:0/4293364214' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-15T17:00:58.681 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:57.521374+0000 mgr.smithi117.jviopl (mgr.14164) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:00:58.681 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:00:57.577870+0000 mon.smithi117 (mon.0) 132 : audit [INF] from='client.? 172.21.15.117:0/4293364214' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-15T17:00:58.681 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:00:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:57.577923+0000 mon.smithi117 (mon.0) 133 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T17:01:00.029 INFO:tasks.cephadm:Adding mon.smithi117 on smithi117 2024-02-15T17:01:00.029 INFO:tasks.cephadm:Adding mon.smithi169 on smithi169 2024-02-15T17:01:00.029 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi117:172.21.15.117=smithi117;smithi169:172.21.15.169=smithi169' 2024-02-15T17:01:00.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:00:59.521649+0000 mgr.smithi117.jviopl (mgr.14164) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:01.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:00.621186+0000 mon.smithi117 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:01.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:00.623200+0000 mgr.smithi117.jviopl (mgr.14164) 29 : cephadm [INF] Deploying daemon node-exporter.smithi117 on smithi117 2024-02-15T17:01:01.969 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled mon update... 2024-02-15T17:01:02.511 DEBUG:teuthology.orchestra.run.smithi169:mon.smithi169> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi169.service 2024-02-15T17:01:02.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T17:01:02.514 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-15T17:01:02.544 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:-- Logs begin at Thu 2024-02-15 16:51:26 UTC. -- 2024-02-15T17:01:03.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:01.521927+0000 mgr.smithi117.jviopl (mgr.14164) 30 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:03.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:01.965728+0000 mgr.smithi117.jviopl (mgr.14164) 31 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi117:172.21.15.117=smithi117;smithi169:172.21.15.169=smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:01:03.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:01.967033+0000 mgr.smithi117.jviopl (mgr.14164) 32 : cephadm [INF] Saving service mon spec with placement smithi117:172.21.15.117=smithi117;smithi169:172.21.15.169=smithi169;count:2 2024-02-15T17:01:03.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:01.969381+0000 mon.smithi117 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:04.557 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T17:01:04.558 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":1,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","modified":"2024-02-15T16:59:00.429801Z","created":"2024-02-15T16:59:00.429801Z","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":"smithi117","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T17:01:04.559 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 1 2024-02-15T17:01:04.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:03.522200+0000 mgr.smithi117.jviopl (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:05.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:04.557439+0000 mon.smithi117 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.169:0/1233515130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T17:01:05.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:04.656877+0000 mon.smithi117 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:06.244 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T17:01:06.245 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-15T17:01:07.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:05.522533+0000 mgr.smithi117.jviopl (mgr.14164) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:08.409 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T17:01:08.409 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":1,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","modified":"2024-02-15T16:59:00.429801Z","created":"2024-02-15T16:59:00.429801Z","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":"smithi117","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T17:01:08.410 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 1 2024-02-15T17:01:09.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:07.522896+0000 mgr.smithi117.jviopl (mgr.14164) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:09.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:08.408685+0000 mon.smithi117 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.169:0/638302239' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T17:01:10.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T17:01:10.101 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-15T17:01:11.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:09.523136+0000 mgr.smithi117.jviopl (mgr.14164) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:11.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:09.661607+0000 mon.smithi117 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:01:11.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:09.662309+0000 mon.smithi117 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:01:11.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:10.158701+0000 mon.smithi117 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:11.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:10.164704+0000 mgr.smithi117.jviopl (mgr.14164) 37 : cephadm [INF] Deploying daemon prometheus.smithi117 on smithi117 2024-02-15T17:01:13.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:11.523516+0000 mgr.smithi117.jviopl (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:14.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:13.523737+0000 mgr.smithi117.jviopl (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:16.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:14.659572+0000 mon.smithi117 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:17.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:15.524076+0000 mgr.smithi117.jviopl (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:19.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:17.524344+0000 mgr.smithi117.jviopl (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:20.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:19.524580+0000 mgr.smithi117.jviopl (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:21.422 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T17:01:21.422 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":1,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","modified":"2024-02-15T16:59:00.429801Z","created":"2024-02-15T16:59:00.429801Z","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":"smithi117","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T17:01:21.423 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 1 2024-02-15T17:01:21.945 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:21.421268+0000 mon.smithi117 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.169:0/2581718418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T17:01:23.007 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T17:01:23.008 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-15T17:01:23.087 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:21.524900+0000 mgr.smithi117.jviopl (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:24.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:23.219578+0000 mon.smithi117 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:24.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:23.220528+0000 mon.smithi117 (mon.0) 145 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:01:24.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:23.221359+0000 mon.smithi117 (mon.0) 146 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:24.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:23.221869+0000 mon.smithi117 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:01:24.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:23.742920+0000 mon.smithi117 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:25.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:23.525134+0000 mgr.smithi117.jviopl (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:25.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:24.363279+0000 mon.smithi117 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:25.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:24.665461+0000 mon.smithi117 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:25.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:25.238251+0000 mon.smithi117 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.169:0/3947237121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T17:01:25.816 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T17:01:25.816 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":1,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","modified":"2024-02-15T16:59:00.429801Z","created":"2024-02-15T16:59:00.429801Z","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":"smithi117","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T17:01:25.817 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 1 2024-02-15T17:01:27.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T17:01:27.474 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-15T17:01:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:25.525355+0000 mgr.smithi117.jviopl (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:27.215987+0000 mon.smithi117 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:28.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:27.459243+0000 mgr.smithi117.jviopl (mgr.14164) 46 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-15T17:01:28.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:27.512830+0000 mon.smithi117 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:28.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:28.342223+0000 mon.smithi117 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:29.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:27.481736+0000 mgr.smithi117.jviopl (mgr.14164) 47 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:01:29.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:27.525668+0000 mgr.smithi117.jviopl (mgr.14164) 48 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:29.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:28.622627+0000 mon.smithi117 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:29.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:28.623480+0000 mon.smithi117 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:01:29.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:28.629424+0000 mon.smithi117 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:29.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:28.631390+0000 mon.smithi117 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi169", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:01:29.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:28.636198+0000 mon.smithi117 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi169", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-15T17:01:29.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:28.636909+0000 mon.smithi117 (mon.0) 160 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:30.142 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T17:01:30.143 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":1,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","modified":"2024-02-15T16:59:00.429801Z","created":"2024-02-15T16:59:00.429801Z","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":"smithi117","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T17:01:30.144 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 1 2024-02-15T17:01:30.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:28.637540+0000 mgr.smithi117.jviopl (mgr.14164) 49 : cephadm [INF] Deploying daemon crash.smithi169 on smithi169 2024-02-15T17:01:30.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:30.142539+0000 mon.smithi117 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.169:0/1588666976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T17:01:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:29.525964+0000 mgr.smithi117.jviopl (mgr.14164) 50 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:32.343 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T17:01:32.344 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-15T17:01:33.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:31.526325+0000 mgr.smithi117.jviopl (mgr.14164) 51 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:33.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:31.890070+0000 mon.smithi117 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:33.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:31.892254+0000 mon.smithi117 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi169.mptjes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:01:33.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:31.895319+0000 mon.smithi117 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi169.mptjes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-15T17:01:33.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:31.896084+0000 mon.smithi117 (mon.0) 165 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:01:33.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:31.896975+0000 mon.smithi117 (mon.0) 166 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:33.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:31.897599+0000 mgr.smithi117.jviopl (mgr.14164) 52 : cephadm [INF] Deploying daemon mgr.smithi169.mptjes on smithi169 2024-02-15T17:01:35.553 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T17:01:35.554 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":1,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","modified":"2024-02-15T16:59:00.429801Z","created":"2024-02-15T16:59:00.429801Z","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":"smithi117","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T17:01:35.555 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 1 2024-02-15T17:01:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:33.526674+0000 mgr.smithi117.jviopl (mgr.14164) 53 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:34.440472+0000 mon.smithi117 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:34.442472+0000 mon.smithi117 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:01:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:34.443227+0000 mon.smithi117 (mon.0) 169 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:34.443936+0000 mgr.smithi117.jviopl (mgr.14164) 54 : cephadm [INF] Deploying daemon mon.smithi169 on smithi169 2024-02-15T17:01:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:34.668392+0000 mon.smithi117 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:36.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:35.553529+0000 mon.smithi117 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.169:0/3516052656' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T17:01:37.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:35.527052+0000 mgr.smithi117.jviopl (mgr.14164) 55 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:38.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 systemd[1]: Starting Ceph mon.smithi169 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:01:38.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T17:01:38.724 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-15T17:01:38.979 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.881+0000 7f397d383700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.881+0000 7f397d383700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.881+0000 7f397d383700 0 pidfile_write: ignore empty --pid-file 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.886+0000 7f397d383700 0 load: jerasure load: lrc load: isa 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: DB SUMMARY 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: CURRENT file: CURRENT 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi169/store.db dir, Total Num: 0, files: 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi169/store.db: 000003.log size: 511 ; 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.create_if_missing: 0 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.env: 0x55de0f3101c0 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.fs: Posix File System 2024-02-15T17:01:38.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.info_log: 0x55de0ff75a40 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.statistics: (nil) 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.use_fsync: 0 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T17:01:38.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.db_log_dir: 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi169/store.db 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T17:01:38.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.write_buffer_manager: 0x55de0ff7dfb0 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.unordered_write: 0 2024-02-15T17:01:38.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T17:01:38.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T17:01:38.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T17:01:38.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T17:01:38.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.row_cache: None 2024-02-15T17:01:38.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.wal_filter: None 2024-02-15T17:01:38.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T17:01:38.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T17:01:38.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_open_files: -1 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T17:01:38.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Compression algorithms supported: 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: kZSTD supported: 0 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi169/store.db/MANIFEST-000001 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.merge_operator: 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_filter: None 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55de0fe8e170) 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cache_index_and_filter_blocks: 1 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: pin_top_level_index_and_filter: 1 2024-02-15T17:01:38.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: index_type: 0 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: data_block_index_type: 0 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: index_shortening: 1 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: hash_index_allow_collision: 1 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: checksum: 1 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: no_block_cache: 0 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: block_cache: 0x55de0fec4f10 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: block_cache_name: BinnedLRUCache 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: block_cache_options: 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: capacity : 536870912 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: num_shard_bits : 4 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: strict_capacity_limit : 0 2024-02-15T17:01:38.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: high_pri_pool_ratio: 0.000 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: block_cache_compressed: (nil) 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: persistent_cache: (nil) 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: block_size: 4096 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: block_size_deviation: 10 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: block_restart_interval: 16 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: index_block_restart_interval: 1 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: metadata_block_size: 4096 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: partition_filters: 0 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: use_delta_encoding: 1 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: whole_key_filtering: 1 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: verify_compression: 0 2024-02-15T17:01:38.993 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: read_amp_bytes_per_bit: 0 2024-02-15T17:01:38.994 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: format_version: 2 2024-02-15T17:01:38.994 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: enable_index_compression: 1 2024-02-15T17:01:38.994 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: block_align: 0 2024-02-15T17:01:38.994 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:38.994 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T17:01:38.995 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T17:01:38.995 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compression: NoCompression 2024-02-15T17:01:38.995 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T17:01:38.995 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T17:01:38.995 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.num_levels: 7 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T17:01:38.996 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T17:01:38.997 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T17:01:38.998 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T17:01:38.999 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.ttl: 2592000 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.887+0000 7f397d383700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.888+0000 7f397d383700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi169/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.888+0000 7f397d383700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.888+0000 7f397d383700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016498889027, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.888+0000 7f397d383700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-15T17:01:39.000 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.888+0000 7f397d383700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.888+0000 7f397d383700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016498889490, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708016498, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.888+0000 7f397d383700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.891+0000 7f397d383700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016498892435, "job": 1, "event": "recovery_finished"} 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.892+0000 7f397d383700 4 rocksdb: DB pointer 0x55de0ff89800 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.892+0000 7f396418b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.892+0000 7f396418b700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ** DB Stats ** 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T17:01:39.001 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ** Compaction Stats [default] ** 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ** Compaction Stats [default] ** 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:01:39.002 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Interval compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.003 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ** Compaction Stats [default] ** 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ** Compaction Stats [default] ** 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T17:01:39.004 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.892+0000 7f397d383700 0 mon.smithi169 does not exist in monmap, will attempt to join an existing cluster 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.893+0000 7f397d383700 0 using public_addr v2:172.21.15.169:0/0 -> [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.893+0000 7f397d383700 0 starting mon.smithi169 rank -1 at public addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] at bind addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi169 fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.894+0000 7f397d383700 1 mon.smithi169@-1(???) e0 preinit fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:01:39.005 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.931+0000 7f3966990700 0 mon.smithi169@-1(synchronizing).mds e1 new map 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.931+0000 7f3966990700 0 mon.smithi169@-1(synchronizing).mds e1 print_map 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: e1 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: legacy client fscid: -1 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: No filesystems configured 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.931+0000 7f3966990700 1 mon.smithi169@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.932+0000 7f3966990700 1 mon.smithi169@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.932+0000 7f3966990700 1 mon.smithi169@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.932+0000 7f3966990700 1 mon.smithi169@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.932+0000 7f3966990700 1 mon.smithi169@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-15T17:01:39.006 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.932+0000 7f3966990700 1 mon.smithi169@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.932+0000 7f3966990700 1 mon.smithi169@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.934+0000 7f3966990700 0 mon.smithi169@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.934+0000 7f3966990700 0 mon.smithi169@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.934+0000 7f3966990700 0 mon.smithi169@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.934+0000 7f3966990700 0 mon.smithi169@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:35.527052+0000 mgr.smithi117.jviopl (mgr.14164) 55 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.934+0000 7f3966990700 1 mon.smithi169@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta expand map: {default=false} 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta from 'false' to 'false' 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta expanded map: {default=false} 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta expand map: {default=info} 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta from 'info' to 'info' 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta expanded map: {default=info} 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta expand map: {default=daemon} 2024-02-15T17:01:39.007 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-15T17:01:39.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-15T17:01:39.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta expand map: {default=debug} 2024-02-15T17:01:39.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-15T17:01:39.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:01:38.936+0000 7f3966990700 20 expand_channel_meta expanded map: {default=debug} 2024-02-15T17:01:39.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 bash[36318]: 8ab9e02eb8c320d1595ce964041b2eaf46059e29b4ac1e4ef1092cc83f79ca6f 2024-02-15T17:01:39.008 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:38 smithi169 systemd[1]: Started Ceph mon.smithi169 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:01:44.356 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:38.942167+0000 mon.smithi117 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:01:44.356 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:38.942416+0000 mon.smithi117 (mon.0) 174 : cluster [INF] mon.smithi117 calling monitor election 2024-02-15T17:01:44.356 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:38.955901+0000 mon.smithi117 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.356 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:39.279999+0000 mon.smithi117 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.169:0/558644570' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/crt"}]: dispatch 2024-02-15T17:01:44.356 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:39.527691+0000 mgr.smithi117.jviopl (mgr.14164) 57 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:44.356 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:39.939240+0000 mon.smithi117 (mon.0) 177 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.356 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:40.939132+0000 mon.smithi117 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:40.939711+0000 mon.smithi169 (mon.1) 1 : cluster [INF] mon.smithi169 calling monitor election 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:41.528023+0000 mgr.smithi117.jviopl (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:41.939232+0000 mon.smithi117 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:42.939383+0000 mon.smithi117 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:43.939153+0000 mon.smithi117 (mon.0) 181 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:43.957769+0000 mon.smithi117 (mon.0) 182 : cluster [INF] mon.smithi117 is new leader, mons smithi117,smithi169 in quorum (ranks 0,1) 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:43.968498+0000 mon.smithi117 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],smithi169=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0]} 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:43.968538+0000 mon.smithi117 (mon.0) 184 : cluster [DBG] fsmap 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:43.968561+0000 mon.smithi117 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:43.968765+0000 mon.smithi117 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi117.jviopl(active, since 95s) 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:43.969450+0000 mon.smithi117 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi169.mptjes started 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:43.970618+0000 mon.smithi117 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.169:0/558644570' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:43.972180+0000 mon.smithi117 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.169:0/558644570' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/key"}]: dispatch 2024-02-15T17:01:44.357 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:43.972549+0000 mon.smithi117 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.169:0/558644570' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:01:44.358 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:43.976241+0000 mon.smithi117 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-02-15T17:01:44.358 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:43.981663+0000 mon.smithi117 (mon.0) 192 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:44.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:38.942167+0000 mon.smithi117 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:01:44.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:38.942416+0000 mon.smithi117 (mon.0) 174 : cluster [INF] mon.smithi117 calling monitor election 2024-02-15T17:01:44.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:38.955901+0000 mon.smithi117 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:39.279999+0000 mon.smithi117 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.169:0/558644570' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/crt"}]: dispatch 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:39.527691+0000 mgr.smithi117.jviopl (mgr.14164) 57 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:39.939240+0000 mon.smithi117 (mon.0) 177 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:40.939132+0000 mon.smithi117 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:40.939711+0000 mon.smithi169 (mon.1) 1 : cluster [INF] mon.smithi169 calling monitor election 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:41.528023+0000 mgr.smithi117.jviopl (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:41.939232+0000 mon.smithi117 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:42.939383+0000 mon.smithi117 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:43.939153+0000 mon.smithi117 (mon.0) 181 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:43.957769+0000 mon.smithi117 (mon.0) 182 : cluster [INF] mon.smithi117 is new leader, mons smithi117,smithi169 in quorum (ranks 0,1) 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:43.968498+0000 mon.smithi117 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],smithi169=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0]} 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:43.968538+0000 mon.smithi117 (mon.0) 184 : cluster [DBG] fsmap 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:43.968561+0000 mon.smithi117 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T17:01:44.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:43.968765+0000 mon.smithi117 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi117.jviopl(active, since 95s) 2024-02-15T17:01:44.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:43.969450+0000 mon.smithi117 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi169.mptjes started 2024-02-15T17:01:44.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:43.970618+0000 mon.smithi117 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.169:0/558644570' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:01:44.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:43.972180+0000 mon.smithi117 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.169:0/558644570' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/key"}]: dispatch 2024-02-15T17:01:44.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:43.972549+0000 mon.smithi117 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.169:0/558644570' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:01:44.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:43.976241+0000 mon.smithi117 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-02-15T17:01:44.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:43.981663+0000 mon.smithi117 (mon.0) 192 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:44.596 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-02-15T17:01:44.596 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":2,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","modified":"2024-02-15T17:01:38.938923Z","created":"2024-02-15T16:59:00.429801Z","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":"smithi117","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi169","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-15T17:01:44.597 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 2 2024-02-15T17:01:45.229 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:43.528356+0000 mgr.smithi117.jviopl (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:45.229 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:01:43.983245+0000 mgr.smithi117.jviopl (mgr.14164) 60 : cephadm [INF] Deploying daemon node-exporter.smithi169 on smithi169 2024-02-15T17:01:45.229 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:44.032355+0000 mon.smithi117 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi117.jviopl(active, since 95s), standbys: smithi169.mptjes 2024-02-15T17:01:45.229 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:44.032536+0000 mon.smithi117 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi169.mptjes", "id": "smithi169.mptjes"}]: dispatch 2024-02-15T17:01:45.229 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:44.595006+0000 mon.smithi117 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.169:0/1876893583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T17:01:45.229 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:44.672642+0000 mon.smithi117 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:45.230 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:44.939487+0000 mon.smithi117 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:45.251 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-15T17:01:45.251 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-15T17:01:45.285 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:43.528356+0000 mgr.smithi117.jviopl (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:45.285 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:43.983245+0000 mgr.smithi117.jviopl (mgr.14164) 60 : cephadm [INF] Deploying daemon node-exporter.smithi169 on smithi169 2024-02-15T17:01:45.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:44.032355+0000 mon.smithi117 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi117.jviopl(active, since 95s), standbys: smithi169.mptjes 2024-02-15T17:01:45.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:44.032536+0000 mon.smithi117 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi169.mptjes", "id": "smithi169.mptjes"}]: dispatch 2024-02-15T17:01:45.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:44.595006+0000 mon.smithi117 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.169:0/1876893583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T17:01:45.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:44.672642+0000 mon.smithi117 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:45.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:44.939487+0000 mon.smithi117 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:01:47.164 INFO:teuthology.orchestra.run.smithi117.stdout:# minimal ceph.conf for 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:01:47.164 INFO:teuthology.orchestra.run.smithi117.stdout:[global] 2024-02-15T17:01:47.164 INFO:teuthology.orchestra.run.smithi117.stdout: fsid = 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:01:47.164 INFO:teuthology.orchestra.run.smithi117.stdout: mon_host = [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] 2024-02-15T17:01:47.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:45.528635+0000 mgr.smithi117.jviopl (mgr.14164) 61 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:47.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:45.528635+0000 mgr.smithi117.jviopl (mgr.14164) 61 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:48.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:47.164080+0000 mon.smithi117 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.117:0/1314497682' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:48.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:47.164080+0000 mon.smithi117 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.117:0/1314497682' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:48.941 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-15T17:01:48.941 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T17:01:48.941 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.conf 2024-02-15T17:01:49.020 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T17:01:49.020 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:01:49.090 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-02-15T17:01:49.091 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.conf 2024-02-15T17:01:49.129 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-02-15T17:01:49.129 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:01:49.200 INFO:tasks.cephadm:Deploying OSDs... 2024-02-15T17:01:49.200 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T17:01:49.200 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/scratch_devs of=/dev/stdout 2024-02-15T17:01:49.221 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-15T17:01:49.221 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_1 2024-02-15T17:01:49.282 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-15T17:01:49.282 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T17:01:49.283 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 6h/6d Inode: 166292 Links: 1 2024-02-15T17:01:49.283 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T17:01:49.283 INFO:teuthology.orchestra.run.smithi117.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T17:01:49.283 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-02-15 17:01:22.510247750 +0000 2024-02-15T17:01:49.283 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-02-15 16:57:41.980500930 +0000 2024-02-15T17:01:49.283 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-02-15 16:57:41.980500930 +0000 2024-02-15T17:01:49.283 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-02-15T17:01:49.283 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-15T17:01:49.350 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:47.528974+0000 mgr.smithi117.jviopl (mgr.14164) 62 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:49.352 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-02-15T17:01:49.352 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-02-15T17:01:49.352 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000265073 s, 1.9 MB/s 2024-02-15T17:01:49.353 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-15T17:01:49.415 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_2 2024-02-15T17:01:49.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:47.528974+0000 mgr.smithi117.jviopl (mgr.14164) 62 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:49.474 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-15T17:01:49.474 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T17:01:49.474 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 6h/6d Inode: 164582 Links: 1 2024-02-15T17:01:49.474 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T17:01:49.474 INFO:teuthology.orchestra.run.smithi117.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T17:01:49.475 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-02-15 17:01:22.510247750 +0000 2024-02-15T17:01:49.475 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-02-15 16:57:42.317494561 +0000 2024-02-15T17:01:49.475 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-02-15 16:57:42.317494561 +0000 2024-02-15T17:01:49.475 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-02-15T17:01:49.475 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-15T17:01:49.543 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-02-15T17:01:49.543 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-02-15T17:01:49.543 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000221713 s, 2.3 MB/s 2024-02-15T17:01:49.544 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-15T17:01:49.603 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_3 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 6h/6d Inode: 164663 Links: 1 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-02-15 17:01:22.510247750 +0000 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-02-15 16:57:42.645488363 +0000 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-02-15 16:57:42.645488363 +0000 2024-02-15T17:01:49.662 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-02-15T17:01:49.662 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-15T17:01:49.728 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-02-15T17:01:49.728 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-02-15T17:01:49.728 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000189794 s, 2.7 MB/s 2024-02-15T17:01:49.729 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-15T17:01:49.788 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_4 2024-02-15T17:01:49.846 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-15T17:01:49.846 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T17:01:49.847 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 6h/6d Inode: 169255 Links: 1 2024-02-15T17:01:49.847 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T17:01:49.847 INFO:teuthology.orchestra.run.smithi117.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T17:01:49.847 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-02-15 17:01:22.510247750 +0000 2024-02-15T17:01:49.847 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-02-15 16:57:42.997481711 +0000 2024-02-15T17:01:49.847 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-02-15 16:57:42.997481711 +0000 2024-02-15T17:01:49.847 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-02-15T17:01:49.847 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-15T17:01:49.912 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-02-15T17:01:49.912 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-02-15T17:01:49.912 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000228132 s, 2.2 MB/s 2024-02-15T17:01:49.913 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-15T17:01:49.972 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-02-15T17:01:49.972 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/scratch_devs of=/dev/stdout 2024-02-15T17:01:49.994 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-15T17:01:49.994 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_1 2024-02-15T17:01:50.054 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-15T17:01:50.055 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T17:01:50.055 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 6h/6d Inode: 168400 Links: 1 2024-02-15T17:01:50.055 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T17:01:50.055 INFO:teuthology.orchestra.run.smithi169.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T17:01:50.055 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-02-15 17:01:44.411036631 +0000 2024-02-15T17:01:50.055 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-02-15 16:57:41.982493304 +0000 2024-02-15T17:01:50.055 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-02-15 16:57:41.982493304 +0000 2024-02-15T17:01:50.055 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-02-15T17:01:50.055 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-15T17:01:50.124 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-02-15T17:01:50.124 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-02-15T17:01:50.124 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000245007 s, 2.1 MB/s 2024-02-15T17:01:50.125 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-15T17:01:50.186 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_2 2024-02-15T17:01:50.244 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-15T17:01:50.245 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T17:01:50.245 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 6h/6d Inode: 164414 Links: 1 2024-02-15T17:01:50.245 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T17:01:50.245 INFO:teuthology.orchestra.run.smithi169.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T17:01:50.245 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-02-15 17:01:44.411036631 +0000 2024-02-15T17:01:50.245 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-02-15 16:57:42.334486195 +0000 2024-02-15T17:01:50.245 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-02-15 16:57:42.334486195 +0000 2024-02-15T17:01:50.245 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-02-15T17:01:50.245 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-15T17:01:50.312 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-02-15T17:01:50.312 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-02-15T17:01:50.313 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000219789 s, 2.3 MB/s 2024-02-15T17:01:50.314 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-15T17:01:50.373 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_3 2024-02-15T17:01:50.431 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-15T17:01:50.431 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T17:01:50.431 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 6h/6d Inode: 164472 Links: 1 2024-02-15T17:01:50.431 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T17:01:50.431 INFO:teuthology.orchestra.run.smithi169.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T17:01:50.432 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-02-15 17:01:44.411036631 +0000 2024-02-15T17:01:50.432 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-02-15 16:57:42.672479368 +0000 2024-02-15T17:01:50.432 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-02-15 16:57:42.672479368 +0000 2024-02-15T17:01:50.432 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-02-15T17:01:50.432 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-15T17:01:50.497 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-02-15T17:01:50.497 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-02-15T17:01:50.497 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000192486 s, 2.7 MB/s 2024-02-15T17:01:50.498 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-15T17:01:50.558 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_4 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 6h/6d Inode: 166586 Links: 1 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-02-15 17:01:44.411036631 +0000 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-02-15 16:57:43.013472481 +0000 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-02-15 16:57:43.013472481 +0000 2024-02-15T17:01:50.616 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-02-15T17:01:50.617 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-15T17:01:50.682 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-02-15T17:01:50.682 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-02-15T17:01:50.682 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000211175 s, 2.4 MB/s 2024-02-15T17:01:50.683 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-15T17:01:50.741 INFO:tasks.cephadm:Deploying osd.0 on smithi117 with /dev/vg_nvme/lv_4... 2024-02-15T17:01:50.741 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-15T17:01:51.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:49.529264+0000 mgr.smithi117.jviopl (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:51.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:49.529264+0000 mgr.smithi117.jviopl (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:52.810 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-15T17:01:52.810 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-15T17:01:52.810 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-02-15T17:01:52.810 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-02-15T17:01:52.811 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0174336 s, 601 MB/s 2024-02-15T17:01:52.811 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-02-15T17:01:53.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:51.529500+0000 mgr.smithi117.jviopl (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:53.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:51.529500+0000 mgr.smithi117.jviopl (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:53.465 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi117:vg_nvme/lv_4 2024-02-15T17:01:55.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:53.529728+0000 mgr.smithi117.jviopl (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:55.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:54.086110+0000 mon.smithi117 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:55.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:54.087302+0000 mon.smithi117 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:01:55.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:54.088213+0000 mon.smithi117 (mon.0) 201 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:55.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:54.088894+0000 mon.smithi117 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:01:55.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:54.676822+0000 mon.smithi117 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:55.411 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:53.529728+0000 mgr.smithi117.jviopl (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:55.411 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:54.086110+0000 mon.smithi117 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:55.411 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:54.087302+0000 mon.smithi117 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:01:55.411 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:54.088213+0000 mon.smithi117 (mon.0) 201 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:55.411 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:54.088894+0000 mon.smithi117 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:01:55.411 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:54.676822+0000 mon.smithi117 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:56.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:55.596760+0000 mon.smithi117 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:01:56.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:55.598118+0000 mon.smithi117 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:01:56.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:55.598579+0000 mon.smithi117 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:55.899071+0000 mon.smithi117 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:55.940700+0000 mon.smithi117 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:56.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:55.596760+0000 mon.smithi117 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:01:56.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:55.598118+0000 mon.smithi117 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:01:56.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:55.598579+0000 mon.smithi117 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:01:56.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:55.899071+0000 mon.smithi117 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:56.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:55.940700+0000 mon.smithi117 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:01:57.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:55.529928+0000 mgr.smithi117.jviopl (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:57.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:55.595877+0000 mgr.smithi117.jviopl (mgr.14164) 67 : audit [DBG] from='client.14216 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:01:57.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:55.899471+0000 mgr.smithi117.jviopl (mgr.14164) 68 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.conf 2024-02-15T17:01:57.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:01:55.912567+0000 mgr.smithi117.jviopl (mgr.14164) 69 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:01:57.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:55.529928+0000 mgr.smithi117.jviopl (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:57.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:55.595877+0000 mgr.smithi117.jviopl (mgr.14164) 67 : audit [DBG] from='client.14216 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:01:57.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:01:55.899471+0000 mgr.smithi117.jviopl (mgr.14164) 68 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.conf 2024-02-15T17:01:57.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:01:55.912567+0000 mgr.smithi117.jviopl (mgr.14164) 69 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:01:59.389 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:57.530218+0000 mgr.smithi117.jviopl (mgr.14164) 70 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:59.389 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:58.922359+0000 mon.smithi117 (mon.0) 209 : audit [INF] from='client.? 172.21.15.117:0/1676335605' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37874fb1-cae6-4560-9821-e2151ecfe95c"}]: dispatch 2024-02-15T17:01:59.389 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:58.925910+0000 mon.smithi117 (mon.0) 210 : audit [INF] from='client.? 172.21.15.117:0/1676335605' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37874fb1-cae6-4560-9821-e2151ecfe95c"}]': finished 2024-02-15T17:01:59.389 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:58.925949+0000 mon.smithi117 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-15T17:01:59.389 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:01:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:58.926023+0000 mon.smithi117 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:01:59.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:57.530218+0000 mgr.smithi117.jviopl (mgr.14164) 70 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:01:59.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:58.922359+0000 mon.smithi117 (mon.0) 209 : audit [INF] from='client.? 172.21.15.117:0/1676335605' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37874fb1-cae6-4560-9821-e2151ecfe95c"}]: dispatch 2024-02-15T17:01:59.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:58.925910+0000 mon.smithi117 (mon.0) 210 : audit [INF] from='client.? 172.21.15.117:0/1676335605' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37874fb1-cae6-4560-9821-e2151ecfe95c"}]': finished 2024-02-15T17:01:59.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:58.925949+0000 mon.smithi117 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-15T17:01:59.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:01:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:58.926023+0000 mon.smithi117 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:00.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:01:59.360650+0000 mon.smithi117 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.117:0/1299162009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:02:00.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:01:59.360650+0000 mon.smithi117 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.117:0/1299162009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:02:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:01:59.530431+0000 mgr.smithi117.jviopl (mgr.14164) 71 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:00.645720+0000 mon.smithi117 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:00.665610+0000 mon.smithi117 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:00.669702+0000 mon.smithi117 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:00.672047+0000 mon.smithi117 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:02:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:00.672531+0000 mon.smithi117 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:02:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:00.672966+0000 mon.smithi117 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:01.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:01:59.530431+0000 mgr.smithi117.jviopl (mgr.14164) 71 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:01.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:00.645720+0000 mon.smithi117 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:01.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:00.665610+0000 mon.smithi117 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:01.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:00.669702+0000 mon.smithi117 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:01.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:00.672047+0000 mon.smithi117 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:02:01.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:00.672531+0000 mon.smithi117 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:02:01.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:00.672966+0000 mon.smithi117 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:02.202 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:00.646163+0000 mgr.smithi117.jviopl (mgr.14164) 72 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-15T17:02:02.202 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:00.671840+0000 mgr.smithi117.jviopl (mgr.14164) 73 : cephadm [INF] Reconfiguring mon.smithi117 (unknown last config time)... 2024-02-15T17:02:02.202 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:00.673342+0000 mgr.smithi117.jviopl (mgr.14164) 74 : cephadm [INF] Reconfiguring daemon mon.smithi117 on smithi117 2024-02-15T17:02:02.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:00.646163+0000 mgr.smithi117.jviopl (mgr.14164) 72 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-15T17:02:02.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:00.671840+0000 mgr.smithi117.jviopl (mgr.14164) 73 : cephadm [INF] Reconfiguring mon.smithi117 (unknown last config time)... 2024-02-15T17:02:02.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:00.673342+0000 mgr.smithi117.jviopl (mgr.14164) 74 : cephadm [INF] Reconfiguring daemon mon.smithi117 on smithi117 2024-02-15T17:02:03.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:01.530703+0000 mgr.smithi117.jviopl (mgr.14164) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:03.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:01.530703+0000 mgr.smithi117.jviopl (mgr.14164) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:05.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:03.530963+0000 mgr.smithi117.jviopl (mgr.14164) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:05.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:04.052327+0000 mon.smithi117 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:05.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:04.052876+0000 mgr.smithi117.jviopl (mgr.14164) 77 : cephadm [INF] Reconfiguring mgr.smithi117.jviopl (unknown last config time)... 2024-02-15T17:02:05.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:04.053127+0000 mon.smithi117 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.jviopl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:02:05.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:04.053801+0000 mon.smithi117 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:02:05.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:04.054330+0000 mon.smithi117 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:05.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:04.054862+0000 mgr.smithi117.jviopl (mgr.14164) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi117.jviopl on smithi117 2024-02-15T17:02:05.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:03.530963+0000 mgr.smithi117.jviopl (mgr.14164) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:05.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:04.052327+0000 mon.smithi117 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:05.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:04.052876+0000 mgr.smithi117.jviopl (mgr.14164) 77 : cephadm [INF] Reconfiguring mgr.smithi117.jviopl (unknown last config time)... 2024-02-15T17:02:05.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:04.053127+0000 mon.smithi117 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.jviopl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:02:05.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:04.053801+0000 mon.smithi117 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:02:05.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:04.054330+0000 mon.smithi117 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:05.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:04.054862+0000 mgr.smithi117.jviopl (mgr.14164) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi117.jviopl on smithi117 2024-02-15T17:02:06.322 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:05.823427+0000 mon.smithi117 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T17:02:06.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:05.824110+0000 mon.smithi117 (mon.0) 225 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:05.823427+0000 mon.smithi117 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T17:02:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:05.824110+0000 mon.smithi117 (mon.0) 225 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:07.382 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:05.531319+0000 mgr.smithi117.jviopl (mgr.14164) 79 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:07.382 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:05.824625+0000 mgr.smithi117.jviopl (mgr.14164) 80 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-02-15T17:02:07.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:05.531319+0000 mgr.smithi117.jviopl (mgr.14164) 79 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:07.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:05.824625+0000 mgr.smithi117.jviopl (mgr.14164) 80 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-02-15T17:02:08.401 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:07.064383+0000 mon.smithi117 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:08.401 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:07.064915+0000 mgr.smithi117.jviopl (mgr.14164) 81 : cephadm [INF] Reconfiguring alertmanager.smithi117 (dependencies changed)... 2024-02-15T17:02:08.401 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:07.067123+0000 mgr.smithi117.jviopl (mgr.14164) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi117 on smithi117 2024-02-15T17:02:08.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:07.064383+0000 mon.smithi117 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:08.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:07.064915+0000 mgr.smithi117.jviopl (mgr.14164) 81 : cephadm [INF] Reconfiguring alertmanager.smithi117 (dependencies changed)... 2024-02-15T17:02:08.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:07.067123+0000 mgr.smithi117.jviopl (mgr.14164) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi117 on smithi117 2024-02-15T17:02:09.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:07.531540+0000 mgr.smithi117.jviopl (mgr.14164) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:07.531540+0000 mgr.smithi117.jviopl (mgr.14164) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:10.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:09.662531+0000 mon.smithi117 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:02:10.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:09.663083+0000 mon.smithi117 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:02:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:09.662531+0000 mon.smithi117 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:02:10.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:09.663083+0000 mon.smithi117 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:02:10.782 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 0 on host 'smithi117' 2024-02-15T17:02:11.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:09.531803+0000 mgr.smithi117.jviopl (mgr.14164) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:11.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:10.776303+0000 mon.smithi117 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:11.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:10.780752+0000 mon.smithi117 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:09.531803+0000 mgr.smithi117.jviopl (mgr.14164) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:10.776303+0000 mon.smithi117 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:10.780752+0000 mon.smithi117 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:12.224 DEBUG:teuthology.orchestra.run.smithi117:osd.0> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.0.service 2024-02-15T17:02:12.226 INFO:tasks.cephadm:Deploying osd.1 on smithi117 with /dev/vg_nvme/lv_3... 2024-02-15T17:02:12.227 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-15T17:02:12.258 INFO:journalctl@ceph.osd.0.smithi117.stdout:-- Logs begin at Thu 2024-02-15 16:51:18 UTC. -- 2024-02-15T17:02:13.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:11.532106+0000 mgr.smithi117.jviopl (mgr.14164) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:13.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:11.532106+0000 mgr.smithi117.jviopl (mgr.14164) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:14.156 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:02:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.0[44618]: debug 2024-02-15T17:02:13.871+0000 7f1bacc78080 -1 osd.0 0 log_to_monitors {default=true} 2024-02-15T17:02:14.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:13.532376+0000 mgr.smithi117.jviopl (mgr.14164) 86 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:14.760 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:13.875445+0000 mon.smithi117 (mon.0) 231 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T17:02:14.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:13.532376+0000 mgr.smithi117.jviopl (mgr.14164) 86 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:14.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:13.875445+0000 mon.smithi117 (mon.0) 231 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T17:02:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:14.539710+0000 mon.smithi117 (mon.0) 232 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T17:02:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:14.539758+0000 mon.smithi117 (mon.0) 233 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-15T17:02:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:14.539855+0000 mon.smithi117 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:14.540187+0000 mon.smithi117 (mon.0) 235 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:02:15.907 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:02:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.0[44618]: debug 2024-02-15T17:02:15.543+0000 7f1ba31db700 -1 osd.0 0 waiting for initial osdmap 2024-02-15T17:02:15.907 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:02:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.0[44618]: debug 2024-02-15T17:02:15.545+0000 7f1b9c951700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T17:02:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:14.539710+0000 mon.smithi117 (mon.0) 232 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T17:02:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:14.539758+0000 mon.smithi117 (mon.0) 233 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-15T17:02:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:14.539855+0000 mon.smithi117 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:14.540187+0000 mon.smithi117 (mon.0) 235 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:02:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:15.532655+0000 mgr.smithi117.jviopl (mgr.14164) 87 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:15.541652+0000 mon.smithi117 (mon.0) 236 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-15T17:02:16.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:15.541703+0000 mon.smithi117 (mon.0) 237 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-15T17:02:16.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:15.542121+0000 mon.smithi117 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:16.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:15.545154+0000 mon.smithi117 (mon.0) 239 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:15.532655+0000 mgr.smithi117.jviopl (mgr.14164) 87 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:15.541652+0000 mon.smithi117 (mon.0) 236 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-15T17:02:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:15.541703+0000 mon.smithi117 (mon.0) 237 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-15T17:02:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:15.542121+0000 mon.smithi117 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:15.545154+0000 mon.smithi117 (mon.0) 239 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:17.411 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-15T17:02:17.411 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-15T17:02:17.411 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-02-15T17:02:17.411 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-02-15T17:02:17.411 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0155764 s, 673 MB/s 2024-02-15T17:02:17.412 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-02-15T17:02:17.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:14.859767+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:02:17.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:14.859929+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:02:17.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:16.546594+0000 mon.smithi117 (mon.0) 240 : cluster [INF] osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444] boot 2024-02-15T17:02:17.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:16.546626+0000 mon.smithi117 (mon.0) 241 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-15T17:02:17.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:16.547060+0000 mon.smithi117 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:17.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:17.255854+0000 mon.smithi117 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:17.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:17.256481+0000 mgr.smithi117.jviopl (mgr.14164) 88 : cephadm [INF] Reconfiguring crash.smithi117 (monmap changed)... 2024-02-15T17:02:17.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:17.256750+0000 mon.smithi117 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:02:17.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:17.257401+0000 mon.smithi117 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:17.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:17.257881+0000 mgr.smithi117.jviopl (mgr.14164) 89 : cephadm [INF] Reconfiguring daemon crash.smithi117 on smithi117 2024-02-15T17:02:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:14.859767+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:02:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:14.859929+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:02:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:16.546594+0000 mon.smithi117 (mon.0) 240 : cluster [INF] osd.0 [v2:172.21.15.117:6802/3584107444,v1:172.21.15.117:6803/3584107444] boot 2024-02-15T17:02:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:16.546626+0000 mon.smithi117 (mon.0) 241 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-15T17:02:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:16.547060+0000 mon.smithi117 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:02:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:17.255854+0000 mon.smithi117 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:17.256481+0000 mgr.smithi117.jviopl (mgr.14164) 88 : cephadm [INF] Reconfiguring crash.smithi117 (monmap changed)... 2024-02-15T17:02:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:17.256750+0000 mon.smithi117 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:02:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:17.257401+0000 mon.smithi117 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:17.257881+0000 mgr.smithi117.jviopl (mgr.14164) 89 : cephadm [INF] Reconfiguring daemon crash.smithi117 on smithi117 2024-02-15T17:02:18.022 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi117:vg_nvme/lv_3 2024-02-15T17:02:18.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:17.533024+0000 mgr.smithi117.jviopl (mgr.14164) 90 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:18.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:17.554086+0000 mon.smithi117 (mon.0) 246 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-15T17:02:18.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:17.533024+0000 mgr.smithi117.jviopl (mgr.14164) 90 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T17:02:18.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:17.554086+0000 mon.smithi117 (mon.0) 246 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-15T17:02:20.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:19.533282+0000 mgr.smithi117.jviopl (mgr.14164) 91 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:20.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:20.529006+0000 mon.smithi117 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:02:20.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:20.530170+0000 mon.smithi117 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:02:20.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:20.530653+0000 mon.smithi117 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:20.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:19.533282+0000 mgr.smithi117.jviopl (mgr.14164) 91 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:20.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:20.529006+0000 mon.smithi117 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:02:20.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:20.530170+0000 mon.smithi117 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:02:20.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:20.530653+0000 mon.smithi117 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:22.149 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:20.528301+0000 mgr.smithi117.jviopl (mgr.14164) 92 : audit [DBG] from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:02:22.149 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:20.740339+0000 mon.smithi117 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:22.149 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:20.740949+0000 mgr.smithi117.jviopl (mgr.14164) 93 : cephadm [INF] Reconfiguring grafana.smithi117 (dependencies changed)... 2024-02-15T17:02:22.149 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:20.745571+0000 mgr.smithi117.jviopl (mgr.14164) 94 : cephadm [INF] Reconfiguring daemon grafana.smithi117 on smithi117 2024-02-15T17:02:22.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:20.528301+0000 mgr.smithi117.jviopl (mgr.14164) 92 : audit [DBG] from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:02:22.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:20.740339+0000 mon.smithi117 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:22.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:20.740949+0000 mgr.smithi117.jviopl (mgr.14164) 93 : cephadm [INF] Reconfiguring grafana.smithi117 (dependencies changed)... 2024-02-15T17:02:22.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:20.745571+0000 mgr.smithi117.jviopl (mgr.14164) 94 : cephadm [INF] Reconfiguring daemon grafana.smithi117 on smithi117 2024-02-15T17:02:23.137 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:21.533558+0000 mgr.smithi117.jviopl (mgr.14164) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:23.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:21.533558+0000 mgr.smithi117.jviopl (mgr.14164) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:24.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:23.533824+0000 mgr.smithi117.jviopl (mgr.14164) 96 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:25.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:23.533824+0000 mgr.smithi117.jviopl (mgr.14164) 96 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:26.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:25.534269+0000 mgr.smithi117.jviopl (mgr.14164) 97 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:26.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:25.583713+0000 mon.smithi117 (mon.0) 251 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:26.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:25.584351+0000 mgr.smithi117.jviopl (mgr.14164) 98 : cephadm [INF] Reconfiguring prometheus.smithi117 (dependencies changed)... 2024-02-15T17:02:26.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:25.586315+0000 mgr.smithi117.jviopl (mgr.14164) 99 : cephadm [INF] Reconfiguring daemon prometheus.smithi117 on smithi117 2024-02-15T17:02:26.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:25.534269+0000 mgr.smithi117.jviopl (mgr.14164) 97 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:26.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:25.583713+0000 mon.smithi117 (mon.0) 251 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:26.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:25.584351+0000 mgr.smithi117.jviopl (mgr.14164) 98 : cephadm [INF] Reconfiguring prometheus.smithi117 (dependencies changed)... 2024-02-15T17:02:26.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:25.586315+0000 mgr.smithi117.jviopl (mgr.14164) 99 : cephadm [INF] Reconfiguring daemon prometheus.smithi117 on smithi117 2024-02-15T17:02:27.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:26.613109+0000 mon.smithi117 (mon.0) 252 : audit [INF] from='client.? 172.21.15.117:0/4013110303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "013d97f3-30a4-43dc-bc32-a325e153ff6a"}]: dispatch 2024-02-15T17:02:27.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:26.616294+0000 mon.smithi117 (mon.0) 253 : audit [INF] from='client.? 172.21.15.117:0/4013110303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "013d97f3-30a4-43dc-bc32-a325e153ff6a"}]': finished 2024-02-15T17:02:27.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:26.616334+0000 mon.smithi117 (mon.0) 254 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-15T17:02:27.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:26.616415+0000 mon.smithi117 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:27.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:27.031061+0000 mon.smithi117 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.117:0/1587587520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:02:27.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:26.613109+0000 mon.smithi117 (mon.0) 252 : audit [INF] from='client.? 172.21.15.117:0/4013110303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "013d97f3-30a4-43dc-bc32-a325e153ff6a"}]: dispatch 2024-02-15T17:02:27.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:26.616294+0000 mon.smithi117 (mon.0) 253 : audit [INF] from='client.? 172.21.15.117:0/4013110303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "013d97f3-30a4-43dc-bc32-a325e153ff6a"}]': finished 2024-02-15T17:02:27.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:26.616334+0000 mon.smithi117 (mon.0) 254 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-15T17:02:27.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:26.616415+0000 mon.smithi117 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:27.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:27.031061+0000 mon.smithi117 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.117:0/1587587520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:02:28.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:27.534500+0000 mgr.smithi117.jviopl (mgr.14164) 100 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:28.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:27.534500+0000 mgr.smithi117.jviopl (mgr.14164) 100 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:30.891 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:29.534735+0000 mgr.smithi117.jviopl (mgr.14164) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:30.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:29.534735+0000 mgr.smithi117.jviopl (mgr.14164) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:32.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:31.535160+0000 mgr.smithi117.jviopl (mgr.14164) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:32.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:31.535160+0000 mgr.smithi117.jviopl (mgr.14164) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:34.903 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:33.535502+0000 mgr.smithi117.jviopl (mgr.14164) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:34.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:33.535502+0000 mgr.smithi117.jviopl (mgr.14164) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:36.797 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:35.530120+0000 mon.smithi117 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:36.797 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:35.530702+0000 mgr.smithi117.jviopl (mgr.14164) 104 : cephadm [INF] Reconfiguring crash.smithi169 (monmap changed)... 2024-02-15T17:02:36.797 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:35.530979+0000 mon.smithi117 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi169", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:02:36.797 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:35.531714+0000 mon.smithi117 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:36.797 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:35.532160+0000 mgr.smithi117.jviopl (mgr.14164) 105 : cephadm [INF] Reconfiguring daemon crash.smithi169 on smithi169 2024-02-15T17:02:36.797 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:35.535757+0000 mgr.smithi117.jviopl (mgr.14164) 106 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:36.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:35.530120+0000 mon.smithi117 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:36.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:35.530702+0000 mgr.smithi117.jviopl (mgr.14164) 104 : cephadm [INF] Reconfiguring crash.smithi169 (monmap changed)... 2024-02-15T17:02:36.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:35.530979+0000 mon.smithi117 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi169", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:02:36.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:35.531714+0000 mon.smithi117 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:36.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:35.532160+0000 mgr.smithi117.jviopl (mgr.14164) 105 : cephadm [INF] Reconfiguring daemon crash.smithi169 on smithi169 2024-02-15T17:02:36.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:35.535757+0000 mgr.smithi117.jviopl (mgr.14164) 106 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:37.875 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:36.816585+0000 mon.smithi117 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T17:02:37.875 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:36.817170+0000 mon.smithi117 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:37.875 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:36.817589+0000 mgr.smithi117.jviopl (mgr.14164) 107 : cephadm [INF] Deploying daemon osd.1 on smithi117 2024-02-15T17:02:37.875 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:36.839223+0000 mon.smithi117 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:37.876 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:36.839700+0000 mgr.smithi117.jviopl (mgr.14164) 108 : cephadm [INF] Reconfiguring mgr.smithi169.mptjes (monmap changed)... 2024-02-15T17:02:37.876 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:36.839948+0000 mon.smithi117 (mon.0) 263 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi169.mptjes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:02:37.876 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:36.840678+0000 mon.smithi117 (mon.0) 264 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:02:37.876 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:36.841226+0000 mon.smithi117 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:37.876 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:36.841671+0000 mgr.smithi117.jviopl (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon mgr.smithi169.mptjes on smithi169 2024-02-15T17:02:37.888 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:36.816585+0000 mon.smithi117 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T17:02:37.889 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:36.817170+0000 mon.smithi117 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:37.889 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:36.817589+0000 mgr.smithi117.jviopl (mgr.14164) 107 : cephadm [INF] Deploying daemon osd.1 on smithi117 2024-02-15T17:02:37.889 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:36.839223+0000 mon.smithi117 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:37.889 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:36.839700+0000 mgr.smithi117.jviopl (mgr.14164) 108 : cephadm [INF] Reconfiguring mgr.smithi169.mptjes (monmap changed)... 2024-02-15T17:02:37.889 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:36.839948+0000 mon.smithi117 (mon.0) 263 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi169.mptjes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:02:37.889 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:36.840678+0000 mon.smithi117 (mon.0) 264 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:02:37.889 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:36.841226+0000 mon.smithi117 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:37.889 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:36.841671+0000 mgr.smithi117.jviopl (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon mgr.smithi169.mptjes on smithi169 2024-02-15T17:02:39.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:37.536011+0000 mgr.smithi117.jviopl (mgr.14164) 110 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:39.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:38.179292+0000 mon.smithi117 (mon.0) 266 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:39.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:38.179825+0000 mgr.smithi117.jviopl (mgr.14164) 111 : cephadm [INF] Reconfiguring mon.smithi169 (monmap changed)... 2024-02-15T17:02:39.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:38.180126+0000 mon.smithi117 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:02:39.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:38.180804+0000 mon.smithi117 (mon.0) 268 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:02:39.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:38.181316+0000 mon.smithi117 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:39.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:38.181784+0000 mgr.smithi117.jviopl (mgr.14164) 112 : cephadm [INF] Reconfiguring daemon mon.smithi169 on smithi169 2024-02-15T17:02:39.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:37.536011+0000 mgr.smithi117.jviopl (mgr.14164) 110 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:39.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:38.179292+0000 mon.smithi117 (mon.0) 266 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:39.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:38.179825+0000 mgr.smithi117.jviopl (mgr.14164) 111 : cephadm [INF] Reconfiguring mon.smithi169 (monmap changed)... 2024-02-15T17:02:39.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:38.180126+0000 mon.smithi117 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:02:39.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:38.180804+0000 mon.smithi117 (mon.0) 268 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:02:39.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:38.181316+0000 mon.smithi117 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:39.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:38.181784+0000 mgr.smithi117.jviopl (mgr.14164) 112 : cephadm [INF] Reconfiguring daemon mon.smithi169 on smithi169 2024-02-15T17:02:40.350 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 1 on host 'smithi117' 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:39.441487+0000 mon.smithi117 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:39.443735+0000 mon.smithi117 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:39.444037+0000 mgr.smithi117.jviopl (mgr.14164) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.344561+0000 mon.smithi117 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.348249+0000 mon.smithi117 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.360022+0000 mon.smithi117 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.117:9093"}]: dispatch 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.365107+0000 mon.smithi117 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.367920+0000 mon.smithi117 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.372648+0000 mon.smithi117 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.376695+0000 mon.smithi117 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.379363+0000 mon.smithi117 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:02:40.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.383598+0000 mon.smithi117 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-02-15T17:02:40.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.387417+0000 mon.smithi117 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.388757+0000 mon.smithi117 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:02:40.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.389784+0000 mon.smithi117 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:40.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.390499+0000 mon.smithi117 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:02:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:39.441487+0000 mon.smithi117 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:39.443735+0000 mon.smithi117 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T17:02:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:39.444037+0000 mgr.smithi117.jviopl (mgr.14164) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T17:02:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.344561+0000 mon.smithi117 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.348249+0000 mon.smithi117 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.360022+0000 mon.smithi117 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.117:9093"}]: dispatch 2024-02-15T17:02:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.365107+0000 mon.smithi117 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.367920+0000 mon.smithi117 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.372648+0000 mon.smithi117 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.376695+0000 mon.smithi117 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.379363+0000 mon.smithi117 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.383598+0000 mon.smithi117 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.387417+0000 mon.smithi117 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.388757+0000 mon.smithi117 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.389784+0000 mon.smithi117 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:40.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.390499+0000 mon.smithi117 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:02:41.119 DEBUG:teuthology.orchestra.run.smithi117:osd.1> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.1.service 2024-02-15T17:02:41.121 INFO:tasks.cephadm:Deploying osd.2 on smithi117 with /dev/vg_nvme/lv_2... 2024-02-15T17:02:41.122 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-15T17:02:41.154 INFO:journalctl@ceph.osd.1.smithi117.stdout:-- Logs begin at Thu 2024-02-15 16:51:18 UTC. -- 2024-02-15T17:02:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:39.536252+0000 mgr.smithi117.jviopl (mgr.14164) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.360330+0000 mgr.smithi117.jviopl (mgr.14164) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.117:9093"}]: dispatch 2024-02-15T17:02:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.368305+0000 mgr.smithi117.jviopl (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T17:02:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.372935+0000 mgr.smithi117.jviopl (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-02-15T17:02:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.379674+0000 mgr.smithi117.jviopl (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:02:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:40.383866+0000 mgr.smithi117.jviopl (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-02-15T17:02:41.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:39.536252+0000 mgr.smithi117.jviopl (mgr.14164) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:41.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.360330+0000 mgr.smithi117.jviopl (mgr.14164) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.117:9093"}]: dispatch 2024-02-15T17:02:41.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.368305+0000 mgr.smithi117.jviopl (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T17:02:41.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.372935+0000 mgr.smithi117.jviopl (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.117:3000"}]: dispatch 2024-02-15T17:02:41.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.379674+0000 mgr.smithi117.jviopl (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:02:41.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:40.383866+0000 mgr.smithi117.jviopl (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.117:9095"}]: dispatch 2024-02-15T17:02:43.656 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:02:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1[47926]: debug 2024-02-15T17:02:43.479+0000 7f40da7af080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-15T17:02:43.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:41.536540+0000 mgr.smithi117.jviopl (mgr.14164) 120 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:43.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:42.355250+0000 mon.smithi117 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:41.536540+0000 mgr.smithi117.jviopl (mgr.14164) 120 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:42.355250+0000 mon.smithi117 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:43.754 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-15T17:02:43.754 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-15T17:02:43.754 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-02-15T17:02:43.754 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-02-15T17:02:43.754 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0142942 s, 734 MB/s 2024-02-15T17:02:43.754 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-02-15T17:02:44.605 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:43.483775+0000 mon.smithi117 (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T17:02:44.628 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi117:vg_nvme/lv_2 2024-02-15T17:02:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:43.483775+0000 mon.smithi117 (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T17:02:45.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:02:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1[47926]: debug 2024-02-15T17:02:45.367+0000 7f40d0d12700 -1 osd.1 0 waiting for initial osdmap 2024-02-15T17:02:45.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:02:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1[47926]: debug 2024-02-15T17:02:45.370+0000 7f40cd48e700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T17:02:45.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:43.536835+0000 mgr.smithi117.jviopl (mgr.14164) 121 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:45.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:44.363898+0000 mon.smithi117 (mon.0) 287 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T17:02:45.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:44.363941+0000 mon.smithi117 (mon.0) 288 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-15T17:02:45.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:44.364042+0000 mon.smithi117 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:45.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:44.364373+0000 mon.smithi117 (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:02:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:43.536835+0000 mgr.smithi117.jviopl (mgr.14164) 121 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:44.363898+0000 mon.smithi117 (mon.0) 287 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T17:02:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:44.363941+0000 mon.smithi117 (mon.0) 288 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-15T17:02:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:44.364042+0000 mon.smithi117 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:44.364373+0000 mon.smithi117 (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:02:46.641 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:45.365793+0000 mon.smithi117 (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-15T17:02:46.642 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:45.365837+0000 mon.smithi117 (mon.0) 292 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-15T17:02:46.642 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:45.366132+0000 mon.smithi117 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:46.642 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:45.369248+0000 mon.smithi117 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:45.365793+0000 mon.smithi117 (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-15T17:02:46.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:45.365837+0000 mon.smithi117 (mon.0) 292 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-15T17:02:46.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:45.366132+0000 mon.smithi117 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:46.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:45.369248+0000 mon.smithi117 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:44.451798+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:02:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:44.452018+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:02:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:45.537078+0000 mgr.smithi117.jviopl (mgr.14164) 122 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:46.370737+0000 mon.smithi117 (mon.0) 295 : cluster [INF] osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297] boot 2024-02-15T17:02:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:46.370767+0000 mon.smithi117 (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-15T17:02:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:46.371061+0000 mon.smithi117 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:44.451798+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:02:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:44.452018+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:02:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:45.537078+0000 mgr.smithi117.jviopl (mgr.14164) 122 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T17:02:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:46.370737+0000 mon.smithi117 (mon.0) 295 : cluster [INF] osd.1 [v2:172.21.15.117:6810/3529561297,v1:172.21.15.117:6811/3529561297] boot 2024-02-15T17:02:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:46.370767+0000 mon.smithi117 (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-15T17:02:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:46.371061+0000 mon.smithi117 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:02:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:47.378884+0000 mon.smithi117 (mon.0) 298 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-15T17:02:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:47.940756+0000 mon.smithi117 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:02:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:47.942046+0000 mon.smithi117 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:02:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:47.942539+0000 mon.smithi117 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:47.378884+0000 mon.smithi117 (mon.0) 298 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-15T17:02:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:47.940756+0000 mon.smithi117 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:02:48.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:47.942046+0000 mon.smithi117 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:02:48.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:47.942539+0000 mon.smithi117 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:47.537357+0000 mgr.smithi117.jviopl (mgr.14164) 123 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:47.939995+0000 mgr.smithi117.jviopl (mgr.14164) 124 : audit [DBG] from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:02:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:48.585152+0000 mon.smithi117 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:47.537357+0000 mgr.smithi117.jviopl (mgr.14164) 123 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:47.939995+0000 mgr.smithi117.jviopl (mgr.14164) 124 : audit [DBG] from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:02:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:48.585152+0000 mon.smithi117 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:49.537621+0000 mgr.smithi117.jviopl (mgr.14164) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:49.537621+0000 mgr.smithi117.jviopl (mgr.14164) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:51.537947+0000 mgr.smithi117.jviopl (mgr.14164) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:52.551105+0000 mon.smithi117 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:52.881271+0000 mon.smithi117 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:52.881821+0000 mon.smithi117 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:52.885703+0000 mon.smithi117 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:52.888721+0000 mon.smithi117 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:52.891378+0000 mon.smithi117 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:52.892199+0000 mon.smithi117 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:52.892668+0000 mon.smithi117 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:53.369246+0000 mon.smithi117 (mon.0) 311 : audit [INF] from='client.? 172.21.15.117:0/3413117846' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86eb5c85-ba10-48ab-8ed0-5cd2c603a0cc"}]: dispatch 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:53.373283+0000 mon.smithi117 (mon.0) 312 : audit [INF] from='client.? 172.21.15.117:0/3413117846' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86eb5c85-ba10-48ab-8ed0-5cd2c603a0cc"}]': finished 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:53.373333+0000 mon.smithi117 (mon.0) 313 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-15T17:02:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:53.373664+0000 mon.smithi117 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:02:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:51.537947+0000 mgr.smithi117.jviopl (mgr.14164) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:52.551105+0000 mon.smithi117 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:52.881271+0000 mon.smithi117 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:02:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:52.881821+0000 mon.smithi117 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:52.885703+0000 mon.smithi117 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:52.888721+0000 mon.smithi117 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:52.891378+0000 mon.smithi117 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:52.892199+0000 mon.smithi117 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:52.892668+0000 mon.smithi117 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:53.369246+0000 mon.smithi117 (mon.0) 311 : audit [INF] from='client.? 172.21.15.117:0/3413117846' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86eb5c85-ba10-48ab-8ed0-5cd2c603a0cc"}]: dispatch 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:53.373283+0000 mon.smithi117 (mon.0) 312 : audit [INF] from='client.? 172.21.15.117:0/3413117846' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86eb5c85-ba10-48ab-8ed0-5cd2c603a0cc"}]': finished 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:53.373333+0000 mon.smithi117 (mon.0) 313 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-15T17:02:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:53.373664+0000 mon.smithi117 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:02:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:52.546347+0000 mgr.smithi117.jviopl (mgr.14164) 127 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-15T17:02:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:02:52.882204+0000 mgr.smithi117.jviopl (mgr.14164) 128 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 6449M 2024-02-15T17:02:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:53.787049+0000 mon.smithi117 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.117:0/3576632697' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:02:54.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:52.546347+0000 mgr.smithi117.jviopl (mgr.14164) 127 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-15T17:02:54.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:02:52.882204+0000 mgr.smithi117.jviopl (mgr.14164) 128 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 6449M 2024-02-15T17:02:54.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:53.787049+0000 mon.smithi117 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.117:0/3576632697' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:02:55.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:53.538277+0000 mgr.smithi117.jviopl (mgr.14164) 129 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:55.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:54.669528+0000 mon.smithi117 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:53.538277+0000 mgr.smithi117.jviopl (mgr.14164) 129 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:54.669528+0000 mon.smithi117 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:57.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:55.538545+0000 mgr.smithi117.jviopl (mgr.14164) 130 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:57.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:55.538545+0000 mgr.smithi117.jviopl (mgr.14164) 130 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:59.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:57.538918+0000 mgr.smithi117.jviopl (mgr.14164) 131 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:59.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:02:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:02:58.541940+0000 mon.smithi117 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:02:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:57.538918+0000 mgr.smithi117.jviopl (mgr.14164) 131 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:02:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:02:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:02:58.541940+0000 mon.smithi117 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:01.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:02:59.539169+0000 mgr.smithi117.jviopl (mgr.14164) 132 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:01.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:01.159062+0000 mon.smithi117 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T17:03:01.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:01.159779+0000 mon.smithi117 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:02:59.539169+0000 mgr.smithi117.jviopl (mgr.14164) 132 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:01.159062+0000 mon.smithi117 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T17:03:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:01.159779+0000 mon.smithi117 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:02.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:03:01.160326+0000 mgr.smithi117.jviopl (mgr.14164) 133 : cephadm [INF] Deploying daemon osd.2 on smithi117 2024-02-15T17:03:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:03:01.160326+0000 mgr.smithi117.jviopl (mgr.14164) 133 : cephadm [INF] Deploying daemon osd.2 on smithi117 2024-02-15T17:03:03.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:01.539395+0000 mgr.smithi117.jviopl (mgr.14164) 134 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:03.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:03.325258+0000 mon.smithi117 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:03.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:03.327997+0000 mon.smithi117 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:01.539395+0000 mgr.smithi117.jviopl (mgr.14164) 134 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:03.325258+0000 mon.smithi117 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:03.327997+0000 mon.smithi117 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:04.485 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:03:03.320706+0000 mgr.smithi117.jviopl (mgr.14164) 135 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-15T17:03:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:03:03.320706+0000 mgr.smithi117.jviopl (mgr.14164) 135 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-15T17:03:05.576 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:03.539784+0000 mgr.smithi117.jviopl (mgr.14164) 136 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:05.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:03.539784+0000 mgr.smithi117.jviopl (mgr.14164) 136 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:06.488 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 2 on host 'smithi117' 2024-02-15T17:03:07.173 DEBUG:teuthology.orchestra.run.smithi117:osd.2> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.2.service 2024-02-15T17:03:07.175 INFO:tasks.cephadm:Deploying osd.3 on smithi117 with /dev/vg_nvme/lv_1... 2024-02-15T17:03:07.176 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-15T17:03:07.206 INFO:journalctl@ceph.osd.2.smithi117.stdout:-- Logs begin at Thu 2024-02-15 16:51:18 UTC. -- 2024-02-15T17:03:07.678 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:05.540199+0000 mgr.smithi117.jviopl (mgr.14164) 137 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:07.679 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:06.472461+0000 mon.smithi117 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:07.679 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:06.474181+0000 mon.smithi117 (mon.0) 323 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:07.679 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:06.474683+0000 mon.smithi117 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:07.679 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:06.478258+0000 mon.smithi117 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:07.679 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:06.485470+0000 mon.smithi117 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:07.786 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:05.540199+0000 mgr.smithi117.jviopl (mgr.14164) 137 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:07.786 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:06.472461+0000 mon.smithi117 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:07.786 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:06.474181+0000 mon.smithi117 (mon.0) 323 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:07.786 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:06.474683+0000 mon.smithi117 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:07.786 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:06.478258+0000 mon.smithi117 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:07.786 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:06.485470+0000 mon.smithi117 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:09.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:07.540457+0000 mgr.smithi117.jviopl (mgr.14164) 138 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:09.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:08.148032+0000 mon.smithi117 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:07.540457+0000 mgr.smithi117.jviopl (mgr.14164) 138 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:08.148032+0000 mon.smithi117 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:09.803 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-15T17:03:09.803 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-15T17:03:09.803 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-02-15T17:03:09.803 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-02-15T17:03:09.803 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.013607 s, 771 MB/s 2024-02-15T17:03:09.804 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-02-15T17:03:09.848 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:03:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.2[51809]: debug 2024-02-15T17:03:09.593+0000 7efc30c4b080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-15T17:03:10.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:09.597271+0000 mon.smithi117 (mon.0) 328 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T17:03:10.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:09.663626+0000 mon.smithi117 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:03:10.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:09.663791+0000 mon.smithi117 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:03:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:09.597271+0000 mon.smithi117 (mon.0) 328 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T17:03:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:09.663626+0000 mon.smithi117 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:03:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:09.663791+0000 mon.smithi117 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:03:10.686 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi117:vg_nvme/lv_1 2024-02-15T17:03:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:09.540718+0000 mgr.smithi117.jviopl (mgr.14164) 139 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:10.155005+0000 mon.smithi117 (mon.0) 331 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T17:03:11.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:10.155050+0000 mon.smithi117 (mon.0) 332 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-15T17:03:11.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:10.155177+0000 mon.smithi117 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:11.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:10.155587+0000 mon.smithi117 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:03:11.550 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:03:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.2[51809]: debug 2024-02-15T17:03:11.159+0000 7efc271ae700 -1 osd.2 0 waiting for initial osdmap 2024-02-15T17:03:11.550 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:03:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.2[51809]: debug 2024-02-15T17:03:11.163+0000 7efc22127700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T17:03:11.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:09.540718+0000 mgr.smithi117.jviopl (mgr.14164) 139 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:11.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:10.155005+0000 mon.smithi117 (mon.0) 331 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T17:03:11.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:10.155050+0000 mon.smithi117 (mon.0) 332 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-15T17:03:11.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:10.155177+0000 mon.smithi117 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:11.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:10.155587+0000 mon.smithi117 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:03:12.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:11.156943+0000 mon.smithi117 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-15T17:03:12.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:11.156993+0000 mon.smithi117 (mon.0) 336 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-15T17:03:12.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:11.157375+0000 mon.smithi117 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:12.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:11.161556+0000 mon.smithi117 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:12.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:11.156943+0000 mon.smithi117 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-15T17:03:12.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:11.156993+0000 mon.smithi117 (mon.0) 336 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-15T17:03:12.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:11.157375+0000 mon.smithi117 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:12.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:11.161556+0000 mon.smithi117 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:13.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:10.605587+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:03:13.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:10.605679+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:03:13.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:11.541072+0000 mgr.smithi117.jviopl (mgr.14164) 140 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:13.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:12.162389+0000 mon.smithi117 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:13.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:12.164675+0000 mon.smithi117 (mon.0) 340 : cluster [INF] osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867] boot 2024-02-15T17:03:13.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:12.164698+0000 mon.smithi117 (mon.0) 341 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-15T17:03:13.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:12.164789+0000 mon.smithi117 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:13.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:12.165181+0000 mon.smithi117 (mon.0) 343 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-15T17:03:13.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:10.605587+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:03:13.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:10.605679+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:03:13.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:11.541072+0000 mgr.smithi117.jviopl (mgr.14164) 140 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T17:03:13.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:12.162389+0000 mon.smithi117 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:13.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:12.164675+0000 mon.smithi117 (mon.0) 340 : cluster [INF] osd.2 [v2:172.21.15.117:6818/354737867,v1:172.21.15.117:6819/354737867] boot 2024-02-15T17:03:13.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:12.164698+0000 mon.smithi117 (mon.0) 341 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-15T17:03:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:12.164789+0000 mon.smithi117 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:03:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:12.165181+0000 mon.smithi117 (mon.0) 343 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-15T17:03:14.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:13.168530+0000 mon.smithi117 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-15T17:03:14.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:13.168571+0000 mon.smithi117 (mon.0) 345 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-15T17:03:14.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:13.169135+0000 mon.smithi117 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T17:03:14.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:13.480682+0000 mgr.smithi117.jviopl (mgr.14164) 141 : audit [DBG] from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:03:14.621 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:13.168530+0000 mon.smithi117 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-15T17:03:14.621 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:13.168571+0000 mon.smithi117 (mon.0) 345 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-15T17:03:14.621 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:13.169135+0000 mon.smithi117 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T17:03:14.621 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:13.480682+0000 mgr.smithi117.jviopl (mgr.14164) 141 : audit [DBG] from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:03:15.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:13.541396+0000 mgr.smithi117.jviopl (mgr.14164) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:15.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:14.173939+0000 mon.smithi117 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T17:03:15.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:14.173998+0000 mon.smithi117 (mon.0) 348 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-15T17:03:15.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:14.177696+0000 mon.smithi117 (mon.0) 349 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:03:15.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:14.178776+0000 mon.smithi117 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:03:15.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:14.179243+0000 mon.smithi117 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:15.613 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:13.541396+0000 mgr.smithi117.jviopl (mgr.14164) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:15.613 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:14.173939+0000 mon.smithi117 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T17:03:15.613 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:14.173998+0000 mon.smithi117 (mon.0) 348 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-15T17:03:15.613 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:14.177696+0000 mon.smithi117 (mon.0) 349 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:03:15.614 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:14.178776+0000 mon.smithi117 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:03:15.614 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:14.179243+0000 mon.smithi117 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:16.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:15.177794+0000 mon.smithi117 (mon.0) 352 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-15T17:03:16.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:15.177794+0000 mon.smithi117 (mon.0) 352 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-15T17:03:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:15.541675+0000 mgr.smithi117.jviopl (mgr.14164) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:16.451173+0000 mon.smithi117 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:16.917243+0000 mon.smithi117 (mon.0) 354 : audit [INF] from='client.? 172.21.15.117:0/278295035' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0134dc84-4a64-4a8c-a7a1-6c1ab485edfa"}]: dispatch 2024-02-15T17:03:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:16.925506+0000 mon.smithi117 (mon.0) 355 : audit [INF] from='client.? 172.21.15.117:0/278295035' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0134dc84-4a64-4a8c-a7a1-6c1ab485edfa"}]': finished 2024-02-15T17:03:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:16.925544+0000 mon.smithi117 (mon.0) 356 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-15T17:03:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:16.925635+0000 mon.smithi117 (mon.0) 357 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:17.353001+0000 mon.smithi117 (mon.0) 358 : audit [DBG] from='client.? 172.21.15.117:0/2810200663' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:03:17.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:15.541675+0000 mgr.smithi117.jviopl (mgr.14164) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:17.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:16.451173+0000 mon.smithi117 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:17.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:16.917243+0000 mon.smithi117 (mon.0) 354 : audit [INF] from='client.? 172.21.15.117:0/278295035' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0134dc84-4a64-4a8c-a7a1-6c1ab485edfa"}]: dispatch 2024-02-15T17:03:17.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:16.925506+0000 mon.smithi117 (mon.0) 355 : audit [INF] from='client.? 172.21.15.117:0/278295035' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0134dc84-4a64-4a8c-a7a1-6c1ab485edfa"}]': finished 2024-02-15T17:03:17.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:16.925544+0000 mon.smithi117 (mon.0) 356 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-15T17:03:17.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:16.925635+0000 mon.smithi117 (mon.0) 357 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:17.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:17.353001+0000 mon.smithi117 (mon.0) 358 : audit [DBG] from='client.? 172.21.15.117:0/2810200663' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:03:19.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:17.542023+0000 mgr.smithi117.jviopl (mgr.14164) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:19.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:17.542023+0000 mgr.smithi117.jviopl (mgr.14164) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:19.542359+0000 mgr.smithi117.jviopl (mgr.14164) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:21.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:19.542359+0000 mgr.smithi117.jviopl (mgr.14164) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:23.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:21.542649+0000 mgr.smithi117.jviopl (mgr.14164) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.369392+0000 mon.smithi117 (mon.0) 359 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.370248+0000 mon.smithi117 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.370746+0000 mon.smithi117 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.371204+0000 mon.smithi117 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.377144+0000 mon.smithi117 (mon.0) 363 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.379879+0000 mon.smithi117 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.382604+0000 mon.smithi117 (mon.0) 365 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.383353+0000 mon.smithi117 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:23.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:23.383781+0000 mon.smithi117 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:23.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:21.542649+0000 mgr.smithi117.jviopl (mgr.14164) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:23.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.369392+0000 mon.smithi117 (mon.0) 359 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:23.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.370248+0000 mon.smithi117 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:03:23.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.370746+0000 mon.smithi117 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:03:23.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.371204+0000 mon.smithi117 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:03:23.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.377144+0000 mon.smithi117 (mon.0) 363 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:23.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.379879+0000 mon.smithi117 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:23.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.382604+0000 mon.smithi117 (mon.0) 365 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:23.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.383353+0000 mon.smithi117 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:23.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:23.383781+0000 mon.smithi117 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:24.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:03:23.364636+0000 mgr.smithi117.jviopl (mgr.14164) 147 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-15T17:03:24.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:03:23.371562+0000 mgr.smithi117.jviopl (mgr.14164) 148 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 4299M 2024-02-15T17:03:24.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:03:23.364636+0000 mgr.smithi117.jviopl (mgr.14164) 147 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-15T17:03:24.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:03:23.371562+0000 mgr.smithi117.jviopl (mgr.14164) 148 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 4299M 2024-02-15T17:03:25.576 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:23.543021+0000 mgr.smithi117.jviopl (mgr.14164) 149 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:25.576 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:24.725884+0000 mon.smithi117 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T17:03:25.576 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:24.726479+0000 mon.smithi117 (mon.0) 369 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:25.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:23.543021+0000 mgr.smithi117.jviopl (mgr.14164) 149 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:25.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:24.725884+0000 mon.smithi117 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T17:03:25.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:24.726479+0000 mon.smithi117 (mon.0) 369 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:26.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:03:24.726940+0000 mgr.smithi117.jviopl (mgr.14164) 150 : cephadm [INF] Deploying daemon osd.3 on smithi117 2024-02-15T17:03:26.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:03:24.726940+0000 mgr.smithi117.jviopl (mgr.14164) 150 : cephadm [INF] Deploying daemon osd.3 on smithi117 2024-02-15T17:03:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:25.543309+0000 mgr.smithi117.jviopl (mgr.14164) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:25.543309+0000 mgr.smithi117.jviopl (mgr.14164) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:29.220 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 3 on host 'smithi117' 2024-02-15T17:03:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:27.543700+0000 mgr.smithi117.jviopl (mgr.14164) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:29.213685+0000 mon.smithi117 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:29.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:29.219914+0000 mon.smithi117 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:27.543700+0000 mgr.smithi117.jviopl (mgr.14164) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:29.213685+0000 mon.smithi117 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:29.219914+0000 mon.smithi117 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:30.314 DEBUG:teuthology.orchestra.run.smithi117:osd.3> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.3.service 2024-02-15T17:03:30.317 INFO:tasks.cephadm:Deploying osd.4 on smithi169 with /dev/vg_nvme/lv_4... 2024-02-15T17:03:30.317 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-15T17:03:30.347 INFO:journalctl@ceph.osd.3.smithi117.stdout:-- Logs begin at Thu 2024-02-15 16:51:18 UTC. -- 2024-02-15T17:03:31.790 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:29.544056+0000 mgr.smithi117.jviopl (mgr.14164) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:31.790 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:31.248852+0000 mon.smithi117 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:31.880 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:29.544056+0000 mgr.smithi117.jviopl (mgr.14164) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:31.880 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:31.248852+0000 mon.smithi117 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:32.631 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:03:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.3[55314]: debug 2024-02-15T17:03:32.359+0000 7f233aa16080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-15T17:03:32.631 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:32.363845+0000 mon.smithi117 (mon.0) 373 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T17:03:32.650 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-15T17:03:32.650 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-15T17:03:32.650 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-02-15T17:03:32.650 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-02-15T17:03:32.650 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111769 s, 938 MB/s 2024-02-15T17:03:32.650 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-02-15T17:03:32.890 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:32.363845+0000 mon.smithi117 (mon.0) 373 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T17:03:33.182 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi169:vg_nvme/lv_4 2024-02-15T17:03:33.867 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:03:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.3[55314]: debug 2024-02-15T17:03:33.500+0000 7f2330f79700 -1 osd.3 0 waiting for initial osdmap 2024-02-15T17:03:33.867 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:03:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.3[55314]: debug 2024-02-15T17:03:33.509+0000 7f232cef4700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T17:03:33.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:31.544346+0000 mgr.smithi117.jviopl (mgr.14164) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:33.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:32.496913+0000 mon.smithi117 (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T17:03:33.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:32.496950+0000 mon.smithi117 (mon.0) 375 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-15T17:03:33.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:32.497059+0000 mon.smithi117 (mon.0) 376 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:33.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:32.497454+0000 mon.smithi117 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:03:33.870 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:31.544346+0000 mgr.smithi117.jviopl (mgr.14164) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:33.870 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:32.496913+0000 mon.smithi117 (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T17:03:33.870 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:32.496950+0000 mon.smithi117 (mon.0) 375 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-15T17:03:33.870 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:32.497059+0000 mon.smithi117 (mon.0) 376 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:33.870 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:32.497454+0000 mon.smithi117 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:03:34.760 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:33.498145+0000 mon.smithi117 (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-15T17:03:34.761 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:33.498194+0000 mon.smithi117 (mon.0) 379 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-15T17:03:34.761 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:33.498893+0000 mon.smithi117 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:34.761 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:33.504799+0000 mon.smithi117 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:34.761 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:33.544616+0000 mgr.smithi117.jviopl (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:33.498145+0000 mon.smithi117 (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-15T17:03:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:33.498194+0000 mon.smithi117 (mon.0) 379 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-15T17:03:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:33.498893+0000 mon.smithi117 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:33.504799+0000 mon.smithi117 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:33.544616+0000 mgr.smithi117.jviopl (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:33.356362+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:03:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:33.356466+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:03:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:34.502173+0000 mon.smithi117 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:34.505281+0000 mon.smithi117 (mon.0) 383 : cluster [INF] osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245] boot 2024-02-15T17:03:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:34.505318+0000 mon.smithi117 (mon.0) 384 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:34.505840+0000 mon.smithi117 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:34.716570+0000 mon.smithi117 (mon.0) 386 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:34.717709+0000 mgr.smithi117.jviopl (mgr.14164) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:34.720682+0000 mon.smithi117 (mon.0) 387 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:34.723425+0000 mon.smithi117 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:34.724257+0000 mon.smithi117 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:34.724764+0000 mon.smithi117 (mon.0) 390 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:35.124529+0000 mgr.smithi117.jviopl (mgr.14164) 157 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:35.125277+0000 mon.smithi117 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:35.126449+0000 mon.smithi117 (mon.0) 392 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:03:35.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:35.126897+0000 mon.smithi117 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:33.356362+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:03:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:33.356466+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:34.502173+0000 mon.smithi117 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:34.505281+0000 mon.smithi117 (mon.0) 383 : cluster [INF] osd.3 [v2:172.21.15.117:6826/3694915245,v1:172.21.15.117:6827/3694915245] boot 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:34.505318+0000 mon.smithi117 (mon.0) 384 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:34.505840+0000 mon.smithi117 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:34.716570+0000 mon.smithi117 (mon.0) 386 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:34.717709+0000 mgr.smithi117.jviopl (mgr.14164) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:34.720682+0000 mon.smithi117 (mon.0) 387 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:34.723425+0000 mon.smithi117 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:34.724257+0000 mon.smithi117 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:34.724764+0000 mon.smithi117 (mon.0) 390 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:35.124529+0000 mgr.smithi117.jviopl (mgr.14164) 157 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:35.125277+0000 mon.smithi117 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:35.126449+0000 mon.smithi117 (mon.0) 392 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:03:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:35.126897+0000 mon.smithi117 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:36.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:35.714858+0000 mon.smithi117 (mon.0) 394 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T17:03:36.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:35.723670+0000 mon.smithi117 (mon.0) 395 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-15T17:03:36.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:35.714858+0000 mon.smithi117 (mon.0) 394 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T17:03:36.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:35.723670+0000 mon.smithi117 (mon.0) 395 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-15T17:03:37.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:36.718026+0000 mgr.smithi117.jviopl (mgr.14164) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:37.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:37.392510+0000 mon.smithi169 (mon.1) 2 : audit [INF] from='client.? 172.21.15.169:0/3727949319' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e9f202b-40be-4c9b-8410-71ca83cb4bcf"}]: dispatch 2024-02-15T17:03:37.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:37.393004+0000 mon.smithi117 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e9f202b-40be-4c9b-8410-71ca83cb4bcf"}]: dispatch 2024-02-15T17:03:37.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:37.396805+0000 mon.smithi117 (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e9f202b-40be-4c9b-8410-71ca83cb4bcf"}]': finished 2024-02-15T17:03:37.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:37.396872+0000 mon.smithi117 (mon.0) 398 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-15T17:03:37.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:37.396977+0000 mon.smithi117 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:37.787 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:36.718026+0000 mgr.smithi117.jviopl (mgr.14164) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:37.787 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:37.392510+0000 mon.smithi169 (mon.1) 2 : audit [INF] from='client.? 172.21.15.169:0/3727949319' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e9f202b-40be-4c9b-8410-71ca83cb4bcf"}]: dispatch 2024-02-15T17:03:37.787 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:37.393004+0000 mon.smithi117 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e9f202b-40be-4c9b-8410-71ca83cb4bcf"}]: dispatch 2024-02-15T17:03:37.787 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:37.396805+0000 mon.smithi117 (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e9f202b-40be-4c9b-8410-71ca83cb4bcf"}]': finished 2024-02-15T17:03:37.787 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:37.396872+0000 mon.smithi117 (mon.0) 398 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-15T17:03:37.787 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:37.396977+0000 mon.smithi117 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:38.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:37.802198+0000 mon.smithi169 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.169:0/1721957940' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:03:38.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:37.802198+0000 mon.smithi169 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.169:0/1721957940' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:03:40.366 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:38.718338+0000 mgr.smithi117.jviopl (mgr.14164) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:40.366 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:39.199886+0000 mon.smithi117 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:40.366 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:39.200721+0000 mgr.smithi117.jviopl (mgr.14164) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:40.366 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:39.202891+0000 mon.smithi117 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:40.366 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:39.553431+0000 mon.smithi117 (mon.0) 402 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-15T17:03:40.366 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:39.553485+0000 mon.smithi117 (mon.0) 403 : cluster [INF] Cluster is now healthy 2024-02-15T17:03:40.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:38.718338+0000 mgr.smithi117.jviopl (mgr.14164) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:40.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:39.199886+0000 mon.smithi117 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:39.200721+0000 mgr.smithi117.jviopl (mgr.14164) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:39.202891+0000 mon.smithi117 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:39.553431+0000 mon.smithi117 (mon.0) 402 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-15T17:03:40.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:39.553485+0000 mon.smithi117 (mon.0) 403 : cluster [INF] Cluster is now healthy 2024-02-15T17:03:42.334 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:41.201036+0000 mgr.smithi117.jviopl (mgr.14164) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:42.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:41.201036+0000 mgr.smithi117.jviopl (mgr.14164) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:44.594 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:43.201520+0000 mgr.smithi117.jviopl (mgr.14164) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:44.594 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:43.455143+0000 mon.smithi117 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T17:03:44.594 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:43.455848+0000 mon.smithi117 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:44.594 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:03:43.456434+0000 mgr.smithi117.jviopl (mgr.14164) 163 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-02-15T17:03:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:43.201520+0000 mgr.smithi117.jviopl (mgr.14164) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:43.455143+0000 mon.smithi117 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T17:03:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:43.455848+0000 mon.smithi117 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:03:43.456434+0000 mgr.smithi117.jviopl (mgr.14164) 163 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-02-15T17:03:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:45.201998+0000 mgr.smithi117.jviopl (mgr.14164) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:46.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:45.201998+0000 mgr.smithi117.jviopl (mgr.14164) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:47.148 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 4 on host 'smithi169' 2024-02-15T17:03:47.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:47.138684+0000 mon.smithi117 (mon.0) 406 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:47.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:47.141797+0000 mon.smithi117 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:47.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:47.142022+0000 mon.smithi117 (mon.0) 408 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:47.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:47.143566+0000 mon.smithi117 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:47.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:47.146111+0000 mon.smithi117 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:47.138684+0000 mon.smithi117 (mon.0) 406 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:47.141797+0000 mon.smithi117 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:47.142022+0000 mon.smithi117 (mon.0) 408 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:47.143566+0000 mon.smithi117 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:47.146111+0000 mon.smithi117 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:47.802 DEBUG:teuthology.orchestra.run.smithi169:osd.4> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.4.service 2024-02-15T17:03:47.804 INFO:tasks.cephadm:Deploying osd.5 on smithi169 with /dev/vg_nvme/lv_3... 2024-02-15T17:03:47.804 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-15T17:03:47.835 INFO:journalctl@ceph.osd.4.smithi169.stdout:-- Logs begin at Thu 2024-02-15 16:51:26 UTC. -- 2024-02-15T17:03:48.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:47.202315+0000 mgr.smithi117.jviopl (mgr.14164) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:48.523 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:47.202315+0000 mgr.smithi117.jviopl (mgr.14164) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:49.202623+0000 mgr.smithi117.jviopl (mgr.14164) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:49.790 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:49.202623+0000 mgr.smithi117.jviopl (mgr.14164) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:50.321 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-15T17:03:50.321 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-15T17:03:50.321 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-02-15T17:03:50.321 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-02-15T17:03:50.321 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124848 s, 840 MB/s 2024-02-15T17:03:50.321 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-02-15T17:03:50.565 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:03:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4[40245]: debug 2024-02-15T17:03:50.267+0000 7fe22f434080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-15T17:03:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:50.272086+0000 mon.smithi117 (mon.0) 411 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T17:03:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:50.272086+0000 mon.smithi117 (mon.0) 411 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T17:03:50.969 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi169:vg_nvme/lv_3 2024-02-15T17:03:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:50.569895+0000 mon.smithi117 (mon.0) 412 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T17:03:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:50.569979+0000 mon.smithi117 (mon.0) 413 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-15T17:03:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:50.570094+0000 mon.smithi117 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:50.570417+0000 mon.smithi117 (mon.0) 415 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:03:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:51.203086+0000 mgr.smithi117.jviopl (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:51.357645+0000 mon.smithi117 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:51.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:03:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4[40245]: debug 2024-02-15T17:03:51.577+0000 7fe225997700 -1 osd.4 0 waiting for initial osdmap 2024-02-15T17:03:51.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:03:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4[40245]: debug 2024-02-15T17:03:51.585+0000 7fe222113700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T17:03:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:50.569895+0000 mon.smithi117 (mon.0) 412 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T17:03:51.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:50.569979+0000 mon.smithi117 (mon.0) 413 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-15T17:03:51.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:50.570094+0000 mon.smithi117 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:51.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:50.570417+0000 mon.smithi117 (mon.0) 415 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:03:51.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:51.203086+0000 mgr.smithi117.jviopl (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:51.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:51.357645+0000 mon.smithi117 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:52.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:51.574098+0000 mon.smithi117 (mon.0) 417 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-02-15T17:03:52.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:51.574168+0000 mon.smithi117 (mon.0) 418 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-15T17:03:52.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:51.575077+0000 mon.smithi117 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:52.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:51.580112+0000 mon.smithi117 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:52.769 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:51.584243+0000 mon.smithi117 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:51.574098+0000 mon.smithi117 (mon.0) 417 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-02-15T17:03:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:51.574168+0000 mon.smithi117 (mon.0) 418 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-15T17:03:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:51.575077+0000 mon.smithi117 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:51.580112+0000 mon.smithi117 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:52.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:51.584243+0000 mon.smithi117 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:53.611 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:51.319332+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:03:53.611 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:51.319439+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:03:53.611 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:52.578246+0000 mon.smithi117 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:53.612 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:52.586538+0000 mon.smithi117 (mon.0) 423 : cluster [INF] osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201] boot 2024-02-15T17:03:53.612 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:52.586613+0000 mon.smithi117 (mon.0) 424 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-15T17:03:53.612 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:52.586782+0000 mon.smithi117 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:53.612 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:53.203569+0000 mgr.smithi117.jviopl (mgr.14164) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:53.612 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:53.558313+0000 mon.smithi117 (mon.0) 426 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-15T17:03:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:51.319332+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:03:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:51.319439+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:03:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:52.578246+0000 mon.smithi117 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:52.586538+0000 mon.smithi117 (mon.0) 423 : cluster [INF] osd.4 [v2:172.21.15.169:6800/4284661201,v1:172.21.15.169:6801/4284661201] boot 2024-02-15T17:03:53.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:52.586613+0000 mon.smithi117 (mon.0) 424 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-15T17:03:53.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:52.586782+0000 mon.smithi117 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:03:53.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:53.203569+0000 mgr.smithi117.jviopl (mgr.14164) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T17:03:53.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:53.558313+0000 mon.smithi117 (mon.0) 426 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-15T17:03:54.788 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:53.998795+0000 mgr.smithi117.jviopl (mgr.14164) 169 : audit [DBG] from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:03:54.788 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:53.999789+0000 mon.smithi117 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:03:54.788 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:54.001459+0000 mon.smithi117 (mon.0) 428 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:03:54.788 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:54.002134+0000 mon.smithi117 (mon.0) 429 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:54.788 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:54.560392+0000 mon.smithi117 (mon.0) 430 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-15T17:03:54.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:53.998795+0000 mgr.smithi117.jviopl (mgr.14164) 169 : audit [DBG] from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:03:54.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:53.999789+0000 mon.smithi117 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:03:54.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:54.001459+0000 mon.smithi117 (mon.0) 428 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:03:54.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:54.002134+0000 mon.smithi117 (mon.0) 429 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:54.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:54.560392+0000 mon.smithi117 (mon.0) 430 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-15T17:03:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:55.203978+0000 mgr.smithi117.jviopl (mgr.14164) 170 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:03:55.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:55.203978+0000 mgr.smithi117.jviopl (mgr.14164) 170 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:03:57.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:03:56.486536+0000 mgr.smithi117.jviopl (mgr.14164) 171 : cephadm [INF] Detected new or changed devices on smithi169 2024-02-15T17:03:57.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:56.491307+0000 mon.smithi117 (mon.0) 431 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:57.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:56.763249+0000 mon.smithi117 (mon.0) 432 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:03:57.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:56.768227+0000 mon.smithi117 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:56.772232+0000 mon.smithi117 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:56.776622+0000 mon.smithi117 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:56.777734+0000 mon.smithi117 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:56.778496+0000 mon.smithi117 (mon.0) 437 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:57.195977+0000 mon.smithi169 (mon.1) 4 : audit [INF] from='client.? 172.21.15.169:0/601669010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81f84cf3-9a5e-4283-a4c2-f79842dfb469"}]: dispatch 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:57.196494+0000 mon.smithi117 (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81f84cf3-9a5e-4283-a4c2-f79842dfb469"}]: dispatch 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:57.200406+0000 mon.smithi117 (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81f84cf3-9a5e-4283-a4c2-f79842dfb469"}]': finished 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:57.200453+0000 mon.smithi117 (mon.0) 440 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-15T17:03:57.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:57.200544+0000 mon.smithi117 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:03:57.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:03:56.486536+0000 mgr.smithi117.jviopl (mgr.14164) 171 : cephadm [INF] Detected new or changed devices on smithi169 2024-02-15T17:03:57.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:56.491307+0000 mon.smithi117 (mon.0) 431 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:56.763249+0000 mon.smithi117 (mon.0) 432 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:56.768227+0000 mon.smithi117 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:56.772232+0000 mon.smithi117 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:56.776622+0000 mon.smithi117 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:56.777734+0000 mon.smithi117 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:56.778496+0000 mon.smithi117 (mon.0) 437 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:57.195977+0000 mon.smithi169 (mon.1) 4 : audit [INF] from='client.? 172.21.15.169:0/601669010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81f84cf3-9a5e-4283-a4c2-f79842dfb469"}]: dispatch 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:57.196494+0000 mon.smithi117 (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81f84cf3-9a5e-4283-a4c2-f79842dfb469"}]: dispatch 2024-02-15T17:03:57.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:57.200406+0000 mon.smithi117 (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81f84cf3-9a5e-4283-a4c2-f79842dfb469"}]': finished 2024-02-15T17:03:57.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:57.200453+0000 mon.smithi117 (mon.0) 440 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-15T17:03:57.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:57.200544+0000 mon.smithi117 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:03:58.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:03:56.763903+0000 mgr.smithi117.jviopl (mgr.14164) 172 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 15970M 2024-02-15T17:03:58.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:57.204280+0000 mgr.smithi117.jviopl (mgr.14164) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:03:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:03:57.615972+0000 mon.smithi169 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.169:0/571445612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:03:58.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:03:56.763903+0000 mgr.smithi117.jviopl (mgr.14164) 172 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 15970M 2024-02-15T17:03:58.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:57.204280+0000 mgr.smithi117.jviopl (mgr.14164) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:03:58.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:03:57.615972+0000 mon.smithi169 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.169:0/571445612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:03:59.856 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:03:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:03:59.204537+0000 mgr.smithi117.jviopl (mgr.14164) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:03:59.880 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:03:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:03:59.204537+0000 mgr.smithi117.jviopl (mgr.14164) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:02.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:01.204802+0000 mgr.smithi117.jviopl (mgr.14164) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:02.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:01.241859+0000 mon.smithi117 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:02.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:01.488079+0000 mon.smithi117 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:02.575 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:01.204802+0000 mgr.smithi117.jviopl (mgr.14164) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:02.575 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:01.241859+0000 mon.smithi117 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:02.575 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:01.488079+0000 mon.smithi117 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:03.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:03.227435+0000 mon.smithi117 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T17:04:03.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:03.228252+0000 mon.smithi117 (mon.0) 445 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:03.694 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:03.227435+0000 mon.smithi117 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T17:04:03.694 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:03.228252+0000 mon.smithi117 (mon.0) 445 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:03.205209+0000 mgr.smithi117.jviopl (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:03.228873+0000 mgr.smithi117.jviopl (mgr.14164) 177 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-02-15T17:04:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:03.205209+0000 mgr.smithi117.jviopl (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:03.228873+0000 mgr.smithi117.jviopl (mgr.14164) 177 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-02-15T17:04:06.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:05.205636+0000 mgr.smithi117.jviopl (mgr.14164) 178 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:06.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:05.205636+0000 mgr.smithi117.jviopl (mgr.14164) 178 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:06.987 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 5 on host 'smithi169' 2024-02-15T17:04:07.577 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:06.977067+0000 mon.smithi117 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:07.577 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:06.978814+0000 mon.smithi117 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:07.577 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:06.981126+0000 mon.smithi117 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:07.577 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:06.982966+0000 mon.smithi117 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:07.577 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:06.985296+0000 mon.smithi117 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:07.602 DEBUG:teuthology.orchestra.run.smithi169:osd.5> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.5.service 2024-02-15T17:04:07.604 INFO:tasks.cephadm:Deploying osd.6 on smithi169 with /dev/vg_nvme/lv_2... 2024-02-15T17:04:07.604 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-15T17:04:07.636 INFO:journalctl@ceph.osd.5.smithi169.stdout:-- Logs begin at Thu 2024-02-15 16:51:26 UTC. -- 2024-02-15T17:04:07.647 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:06.977067+0000 mon.smithi117 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:07.647 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:06.978814+0000 mon.smithi117 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:07.647 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:06.981126+0000 mon.smithi117 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:07.647 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:06.982966+0000 mon.smithi117 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:07.647 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:06.985296+0000 mon.smithi117 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:08.408 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:07.205917+0000 mgr.smithi117.jviopl (mgr.14164) 179 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:08.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:07.205917+0000 mgr.smithi117.jviopl (mgr.14164) 179 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:09.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:09.206411+0000 mgr.smithi117.jviopl (mgr.14164) 180 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:09.206411+0000 mgr.smithi117.jviopl (mgr.14164) 180 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:10.242 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-15T17:04:10.242 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-15T17:04:10.242 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-02-15T17:04:10.242 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-02-15T17:04:10.242 INFO:teuthology.orchestra.run.smithi169.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0154108 s, 680 MB/s 2024-02-15T17:04:10.242 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-02-15T17:04:10.449 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:04:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5[43115]: debug 2024-02-15T17:04:10.089+0000 7fb985498080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-15T17:04:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:09.666021+0000 mon.smithi117 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:04:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:09.666227+0000 mon.smithi117 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:04:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:10.093903+0000 mon.smithi169 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/2375315415,v1:172.21.15.169:6809/2375315415]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T17:04:10.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:10.094495+0000 mon.smithi117 (mon.0) 453 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T17:04:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:09.666021+0000 mon.smithi117 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:04:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:09.666227+0000 mon.smithi117 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:04:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:10.093903+0000 mon.smithi169 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/2375315415,v1:172.21.15.169:6809/2375315415]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T17:04:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:10.094495+0000 mon.smithi117 (mon.0) 453 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T17:04:11.345 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi169:vg_nvme/lv_2 2024-02-15T17:04:11.580 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:10.571750+0000 mon.smithi117 (mon.0) 454 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T17:04:11.580 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:10.571806+0000 mon.smithi117 (mon.0) 455 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-15T17:04:11.580 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:10.572112+0000 mon.smithi117 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:04:11.580 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:10.572453+0000 mon.smithi169 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/2375315415,v1:172.21.15.169:6809/2375315415]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:11.580 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:10.577098+0000 mon.smithi117 (mon.0) 457 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:11.580 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:11.206701+0000 mgr.smithi117.jviopl (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:11.580 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:11.391746+0000 mon.smithi117 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:11.581 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:11.394591+0000 mon.smithi117 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:11.857 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5[43115]: debug 2024-02-15T17:04:11.580+0000 7fb97b9fb700 -1 osd.5 0 waiting for initial osdmap 2024-02-15T17:04:11.857 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:04:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5[43115]: debug 2024-02-15T17:04:11.589+0000 7fb977976700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T17:04:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:10.571750+0000 mon.smithi117 (mon.0) 454 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T17:04:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:10.571806+0000 mon.smithi117 (mon.0) 455 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-15T17:04:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:10.572112+0000 mon.smithi117 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:04:11.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:10.572453+0000 mon.smithi169 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/2375315415,v1:172.21.15.169:6809/2375315415]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:11.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:10.577098+0000 mon.smithi117 (mon.0) 457 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:11.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:11.206701+0000 mgr.smithi117.jviopl (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:11.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:11.391746+0000 mon.smithi117 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:11.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:11.394591+0000 mon.smithi117 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:12.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:11.576893+0000 mon.smithi117 (mon.0) 460 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-02-15T17:04:12.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:11.576977+0000 mon.smithi117 (mon.0) 461 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-15T17:04:12.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:11.577315+0000 mon.smithi117 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:04:12.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:11.581473+0000 mon.smithi117 (mon.0) 463 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:04:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:11.576893+0000 mon.smithi117 (mon.0) 460 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-02-15T17:04:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:11.576977+0000 mon.smithi117 (mon.0) 461 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-15T17:04:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:11.577315+0000 mon.smithi117 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:04:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:11.581473+0000 mon.smithi117 (mon.0) 463 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:04:13.682 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:11.060031+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:04:13.682 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:11.060244+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:04:13.682 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:12.583499+0000 mon.smithi117 (mon.0) 464 : cluster [INF] osd.5 [v2:172.21.15.169:6808/2375315415,v1:172.21.15.169:6809/2375315415] boot 2024-02-15T17:04:13.682 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:12.583585+0000 mon.smithi117 (mon.0) 465 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-15T17:04:13.682 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:12.584012+0000 mon.smithi117 (mon.0) 466 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:04:13.682 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:13.207211+0000 mgr.smithi117.jviopl (mgr.14164) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:13.683 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:13.562466+0000 mon.smithi117 (mon.0) 467 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-15T17:04:13.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:11.060031+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:04:13.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:11.060244+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:04:13.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:12.583499+0000 mon.smithi117 (mon.0) 464 : cluster [INF] osd.5 [v2:172.21.15.169:6808/2375315415,v1:172.21.15.169:6809/2375315415] boot 2024-02-15T17:04:13.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:12.583585+0000 mon.smithi117 (mon.0) 465 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-15T17:04:13.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:12.584012+0000 mon.smithi117 (mon.0) 466 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:04:13.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:13.207211+0000 mgr.smithi117.jviopl (mgr.14164) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T17:04:13.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:13.562466+0000 mon.smithi117 (mon.0) 467 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-15T17:04:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:14.563409+0000 mon.smithi117 (mon.0) 468 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-15T17:04:15.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:14.808175+0000 mgr.smithi117.jviopl (mgr.14164) 183 : audit [DBG] from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:04:15.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:14.809083+0000 mon.smithi117 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:04:15.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:14.810807+0000 mon.smithi117 (mon.0) 470 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:04:15.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:14.811579+0000 mon.smithi117 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:15.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:15.207597+0000 mgr.smithi117.jviopl (mgr.14164) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:14.563409+0000 mon.smithi117 (mon.0) 468 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-15T17:04:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:14.808175+0000 mgr.smithi117.jviopl (mgr.14164) 183 : audit [DBG] from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:04:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:14.809083+0000 mon.smithi117 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:04:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:14.810807+0000 mon.smithi117 (mon.0) 470 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:04:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:14.811579+0000 mon.smithi117 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:15.207597+0000 mgr.smithi117.jviopl (mgr.14164) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:17.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:16.323550+0000 mgr.smithi117.jviopl (mgr.14164) 185 : cephadm [INF] Detected new or changed devices on smithi169 2024-02-15T17:04:17.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:16.328824+0000 mon.smithi117 (mon.0) 472 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:16.329724+0000 mon.smithi117 (mon.0) 473 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:16.330468+0000 mon.smithi117 (mon.0) 474 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:16.331039+0000 mgr.smithi117.jviopl (mgr.14164) 186 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 7985M 2024-02-15T17:04:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:16.334977+0000 mon.smithi117 (mon.0) 475 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:16.338756+0000 mon.smithi117 (mon.0) 476 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:16.342437+0000 mon.smithi117 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:16.343584+0000 mon.smithi117 (mon.0) 478 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:16.344262+0000 mon.smithi117 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:16.323550+0000 mgr.smithi117.jviopl (mgr.14164) 185 : cephadm [INF] Detected new or changed devices on smithi169 2024-02-15T17:04:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:16.328824+0000 mon.smithi117 (mon.0) 472 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:16.329724+0000 mon.smithi117 (mon.0) 473 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:16.330468+0000 mon.smithi117 (mon.0) 474 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:16.331039+0000 mgr.smithi117.jviopl (mgr.14164) 186 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 7985M 2024-02-15T17:04:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:16.334977+0000 mon.smithi117 (mon.0) 475 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:16.338756+0000 mon.smithi117 (mon.0) 476 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:16.342437+0000 mon.smithi117 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:16.343584+0000 mon.smithi117 (mon.0) 478 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:17.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:16.344262+0000 mon.smithi117 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:17.207964+0000 mgr.smithi117.jviopl (mgr.14164) 187 : cluster [DBG] pgmap v153: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:17.755417+0000 mon.smithi169 (mon.1) 8 : audit [INF] from='client.? 172.21.15.169:0/1275487557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d64187f6-c857-449a-a921-bd19a07c4399"}]: dispatch 2024-02-15T17:04:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:17.756033+0000 mon.smithi117 (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d64187f6-c857-449a-a921-bd19a07c4399"}]: dispatch 2024-02-15T17:04:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:17.759610+0000 mon.smithi117 (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d64187f6-c857-449a-a921-bd19a07c4399"}]': finished 2024-02-15T17:04:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:17.759658+0000 mon.smithi117 (mon.0) 482 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-15T17:04:18.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:17.759767+0000 mon.smithi117 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:18.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:18.183266+0000 mon.smithi169 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.169:0/1769349573' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:04:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:17.207964+0000 mgr.smithi117.jviopl (mgr.14164) 187 : cluster [DBG] pgmap v153: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:17.755417+0000 mon.smithi169 (mon.1) 8 : audit [INF] from='client.? 172.21.15.169:0/1275487557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d64187f6-c857-449a-a921-bd19a07c4399"}]: dispatch 2024-02-15T17:04:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:17.756033+0000 mon.smithi117 (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d64187f6-c857-449a-a921-bd19a07c4399"}]: dispatch 2024-02-15T17:04:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:17.759610+0000 mon.smithi117 (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d64187f6-c857-449a-a921-bd19a07c4399"}]': finished 2024-02-15T17:04:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:17.759658+0000 mon.smithi117 (mon.0) 482 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-15T17:04:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:17.759767+0000 mon.smithi117 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:18.183266+0000 mon.smithi169 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.169:0/1769349573' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:04:19.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:19.208300+0000 mgr.smithi117.jviopl (mgr.14164) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:19.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:19.208300+0000 mgr.smithi117.jviopl (mgr.14164) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:21.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:20.731531+0000 mon.smithi117 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:21.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:20.734526+0000 mon.smithi117 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:21.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:21.208610+0000 mgr.smithi117.jviopl (mgr.14164) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:22.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:20.731531+0000 mon.smithi117 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:22.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:20.734526+0000 mon.smithi117 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:22.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:21.208610+0000 mgr.smithi117.jviopl (mgr.14164) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:24.609 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:23.208986+0000 mgr.smithi117.jviopl (mgr.14164) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:24.609 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:23.869447+0000 mon.smithi117 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T17:04:24.609 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:23.870333+0000 mon.smithi117 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:24.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:23.208986+0000 mgr.smithi117.jviopl (mgr.14164) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:24.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:23.869447+0000 mon.smithi117 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T17:04:24.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:23.870333+0000 mon.smithi117 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:25.361 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:23.871059+0000 mgr.smithi117.jviopl (mgr.14164) 191 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-02-15T17:04:25.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:23.871059+0000 mgr.smithi117.jviopl (mgr.14164) 191 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-02-15T17:04:26.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:25.209453+0000 mgr.smithi117.jviopl (mgr.14164) 192 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:26.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:25.209453+0000 mgr.smithi117.jviopl (mgr.14164) 192 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:27.738 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 6 on host 'smithi169' 2024-02-15T17:04:28.407 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:27.209900+0000 mgr.smithi117.jviopl (mgr.14164) 193 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:28.408 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:27.726872+0000 mon.smithi117 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:28.408 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:27.728946+0000 mon.smithi117 (mon.0) 489 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:28.408 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:27.731338+0000 mon.smithi117 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:28.408 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:27.733364+0000 mon.smithi117 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:28.408 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:27.736085+0000 mon.smithi117 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:28.430 DEBUG:teuthology.orchestra.run.smithi169:osd.6> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.6.service 2024-02-15T17:04:28.432 INFO:tasks.cephadm:Deploying osd.7 on smithi169 with /dev/vg_nvme/lv_1... 2024-02-15T17:04:28.432 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-15T17:04:28.461 INFO:journalctl@ceph.osd.6.smithi169.stdout:-- Logs begin at Thu 2024-02-15 16:51:26 UTC. -- 2024-02-15T17:04:28.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:27.209900+0000 mgr.smithi117.jviopl (mgr.14164) 193 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:28.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:27.726872+0000 mon.smithi117 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:28.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:27.728946+0000 mon.smithi117 (mon.0) 489 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:28.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:27.731338+0000 mon.smithi117 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:28.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:27.733364+0000 mon.smithi117 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:28.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:27.736085+0000 mon.smithi117 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:29.210197+0000 mgr.smithi117.jviopl (mgr.14164) 194 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:29.210197+0000 mgr.smithi117.jviopl (mgr.14164) 194 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:30.898 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:04:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6[45996]: debug 2024-02-15T17:04:30.839+0000 7fb8014e1080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-15T17:04:31.147 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-15T17:04:31.147 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-15T17:04:31.147 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-02-15T17:04:31.147 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-02-15T17:04:31.147 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122313 s, 857 MB/s 2024-02-15T17:04:31.148 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-02-15T17:04:31.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:30.843389+0000 mon.smithi169 (mon.1) 10 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/2849869369,v1:172.21.15.169:6817/2849869369]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T17:04:31.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:30.843961+0000 mon.smithi117 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T17:04:31.186 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:30.843389+0000 mon.smithi169 (mon.1) 10 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/2849869369,v1:172.21.15.169:6817/2849869369]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T17:04:31.187 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:30.843961+0000 mon.smithi117 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T17:04:31.851 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi169:vg_nvme/lv_1 2024-02-15T17:04:32.198 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:04:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6[45996]: debug 2024-02-15T17:04:31.909+0000 7fb7f7a44700 -1 osd.6 0 waiting for initial osdmap 2024-02-15T17:04:32.198 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:04:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6[45996]: debug 2024-02-15T17:04:31.915+0000 7fb7f19bb700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T17:04:32.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:30.897432+0000 mon.smithi117 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T17:04:32.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:30.897486+0000 mon.smithi117 (mon.0) 495 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-15T17:04:32.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:30.897804+0000 mon.smithi117 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:32.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:30.898126+0000 mon.smithi169 (mon.1) 11 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/2849869369,v1:172.21.15.169:6817/2849869369]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:32.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:30.900556+0000 mon.smithi117 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:32.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:31.210598+0000 mgr.smithi117.jviopl (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:32.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:30.897432+0000 mon.smithi117 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T17:04:32.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:30.897486+0000 mon.smithi117 (mon.0) 495 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-15T17:04:32.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:30.897804+0000 mon.smithi117 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:30.898126+0000 mon.smithi169 (mon.1) 11 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/2849869369,v1:172.21.15.169:6817/2849869369]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:30.900556+0000 mon.smithi117 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:31.210598+0000 mgr.smithi117.jviopl (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T17:04:33.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:31.904854+0000 mon.smithi117 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-02-15T17:04:33.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:31.904939+0000 mon.smithi117 (mon.0) 499 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-15T17:04:33.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:31.905307+0000 mon.smithi117 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:33.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:31.909653+0000 mon.smithi117 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:33.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:32.194454+0000 mon.smithi117 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:33.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:32.583632+0000 mon.smithi117 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:33.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:32.903612+0000 mon.smithi117 (mon.0) 504 : cluster [INF] osd.6 [v2:172.21.15.169:6816/2849869369,v1:172.21.15.169:6817/2849869369] boot 2024-02-15T17:04:33.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:32.903658+0000 mon.smithi117 (mon.0) 505 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-15T17:04:33.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:32.903789+0000 mon.smithi117 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:33.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:31.904854+0000 mon.smithi117 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-02-15T17:04:33.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:31.904939+0000 mon.smithi117 (mon.0) 499 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-15T17:04:33.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:31.905307+0000 mon.smithi117 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:33.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:31.909653+0000 mon.smithi117 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:33.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:32.194454+0000 mon.smithi117 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:33.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:32.583632+0000 mon.smithi117 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:33.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:32.903612+0000 mon.smithi117 (mon.0) 504 : cluster [INF] osd.6 [v2:172.21.15.169:6816/2849869369,v1:172.21.15.169:6817/2849869369] boot 2024-02-15T17:04:33.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:32.903658+0000 mon.smithi117 (mon.0) 505 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-15T17:04:33.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:32.903789+0000 mon.smithi117 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:04:34.117 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:31.848224+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:04:34.118 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:31.848335+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:04:34.118 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:33.211142+0000 mgr.smithi117.jviopl (mgr.14164) 196 : cluster [DBG] pgmap v165: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:34.118 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:33.568524+0000 mon.smithi117 (mon.0) 507 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-15T17:04:34.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:31.848224+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:04:34.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:31.848335+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:04:34.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:33.211142+0000 mgr.smithi117.jviopl (mgr.14164) 196 : cluster [DBG] pgmap v165: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:34.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:33.568524+0000 mon.smithi117 (mon.0) 507 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-15T17:04:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:34.576115+0000 mon.smithi117 (mon.0) 508 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-15T17:04:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:34.653728+0000 mgr.smithi117.jviopl (mgr.14164) 197 : audit [DBG] from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:04:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:34.654622+0000 mon.smithi117 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:04:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:34.656116+0000 mon.smithi117 (mon.0) 510 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:04:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:34.656827+0000 mon.smithi117 (mon.0) 511 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:35.211562+0000 mgr.smithi117.jviopl (mgr.14164) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:35.942 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:34.576115+0000 mon.smithi117 (mon.0) 508 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-15T17:04:35.942 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:34.653728+0000 mgr.smithi117.jviopl (mgr.14164) 197 : audit [DBG] from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:04:35.942 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:34.654622+0000 mon.smithi117 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T17:04:35.942 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:34.656116+0000 mon.smithi117 (mon.0) 510 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T17:04:35.942 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:34.656827+0000 mon.smithi117 (mon.0) 511 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:35.942 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:35.211562+0000 mgr.smithi117.jviopl (mgr.14164) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:38.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:37.211922+0000 mgr.smithi117.jviopl (mgr.14164) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.984002+0000 mon.smithi117 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.985030+0000 mon.smithi117 (mon.0) 513 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.985911+0000 mon.smithi117 (mon.0) 514 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.986634+0000 mon.smithi117 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.990757+0000 mon.smithi117 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.994078+0000 mon.smithi117 (mon.0) 517 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.997721+0000 mon.smithi117 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.998795+0000 mon.smithi117 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:37.999511+0000 mon.smithi117 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:38.003475+0000 mon.smithi117 (mon.0) 521 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:37.211922+0000 mgr.smithi117.jviopl (mgr.14164) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.984002+0000 mon.smithi117 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.985030+0000 mon.smithi117 (mon.0) 513 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.985911+0000 mon.smithi117 (mon.0) 514 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.986634+0000 mon.smithi117 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:38.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.990757+0000 mon.smithi117 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:38.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.994078+0000 mon.smithi117 (mon.0) 517 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:38.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.997721+0000 mon.smithi117 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:38.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.998795+0000 mon.smithi117 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:38.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:37.999511+0000 mon.smithi117 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:38.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:38.003475+0000 mon.smithi117 (mon.0) 521 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:37.978552+0000 mgr.smithi117.jviopl (mgr.14164) 200 : cephadm [INF] Detected new or changed devices on smithi169 2024-02-15T17:04:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:37.987174+0000 mgr.smithi117.jviopl (mgr.14164) 201 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 5323M 2024-02-15T17:04:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:38.664944+0000 mon.smithi169 (mon.1) 12 : audit [INF] from='client.? 172.21.15.169:0/1931154228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "899ef5c2-02cd-4ae1-930b-ea48e8b870ad"}]: dispatch 2024-02-15T17:04:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:38.665663+0000 mon.smithi117 (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "899ef5c2-02cd-4ae1-930b-ea48e8b870ad"}]: dispatch 2024-02-15T17:04:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:38.670469+0000 mon.smithi117 (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "899ef5c2-02cd-4ae1-930b-ea48e8b870ad"}]': finished 2024-02-15T17:04:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:38.670525+0000 mon.smithi117 (mon.0) 524 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-15T17:04:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:38.670634+0000 mon.smithi117 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:39.084703+0000 mon.smithi169 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.169:0/2755349044' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:04:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:37.978552+0000 mgr.smithi117.jviopl (mgr.14164) 200 : cephadm [INF] Detected new or changed devices on smithi169 2024-02-15T17:04:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:37.987174+0000 mgr.smithi117.jviopl (mgr.14164) 201 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 5323M 2024-02-15T17:04:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:38.664944+0000 mon.smithi169 (mon.1) 12 : audit [INF] from='client.? 172.21.15.169:0/1931154228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "899ef5c2-02cd-4ae1-930b-ea48e8b870ad"}]: dispatch 2024-02-15T17:04:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:38.665663+0000 mon.smithi117 (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "899ef5c2-02cd-4ae1-930b-ea48e8b870ad"}]: dispatch 2024-02-15T17:04:39.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:38.670469+0000 mon.smithi117 (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "899ef5c2-02cd-4ae1-930b-ea48e8b870ad"}]': finished 2024-02-15T17:04:39.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:38.670525+0000 mon.smithi117 (mon.0) 524 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-15T17:04:39.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:38.670634+0000 mon.smithi117 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:39.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:39.084703+0000 mon.smithi169 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.169:0/2755349044' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T17:04:40.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:39.212367+0000 mgr.smithi117.jviopl (mgr.14164) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:39.212367+0000 mgr.smithi117.jviopl (mgr.14164) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:42.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:41.212844+0000 mgr.smithi117.jviopl (mgr.14164) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:42.665 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:41.212844+0000 mgr.smithi117.jviopl (mgr.14164) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:43.213384+0000 mgr.smithi117.jviopl (mgr.14164) 204 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:44.657 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:43.213384+0000 mgr.smithi117.jviopl (mgr.14164) 204 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:45.603 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:44.924184+0000 mon.smithi117 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T17:04:45.603 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:44.924983+0000 mon.smithi117 (mon.0) 527 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:45.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:44.924184+0000 mon.smithi117 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T17:04:45.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:44.924983+0000 mon.smithi117 (mon.0) 527 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:46.283 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:44.925653+0000 mgr.smithi117.jviopl (mgr.14164) 205 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-02-15T17:04:46.283 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:45.213845+0000 mgr.smithi117.jviopl (mgr.14164) 206 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:44.925653+0000 mgr.smithi117.jviopl (mgr.14164) 205 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-02-15T17:04:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:45.213845+0000 mgr.smithi117.jviopl (mgr.14164) 206 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:48.583 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:47.214349+0000 mgr.smithi117.jviopl (mgr.14164) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:48.635 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 7 on host 'smithi169' 2024-02-15T17:04:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:47.214349+0000 mgr.smithi117.jviopl (mgr.14164) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:49.393 DEBUG:teuthology.orchestra.run.smithi169:osd.7> sudo journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.7.service 2024-02-15T17:04:49.395 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-15T17:04:49.395 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-15T17:04:49.424 INFO:journalctl@ceph.osd.7.smithi169.stdout:-- Logs begin at Thu 2024-02-15 16:51:26 UTC. -- 2024-02-15T17:04:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:48.623324+0000 mon.smithi117 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:48.625184+0000 mon.smithi117 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:48.627313+0000 mon.smithi117 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:48.629387+0000 mon.smithi117 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:48.632086+0000 mon.smithi117 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:49.214749+0000 mgr.smithi117.jviopl (mgr.14164) 208 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:49.840 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:48.623324+0000 mon.smithi117 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:49.840 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:48.625184+0000 mon.smithi117 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:49.840 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:48.627313+0000 mon.smithi117 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:49.840 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:48.629387+0000 mon.smithi117 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:49.840 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:48.632086+0000 mon.smithi117 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:49.841 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:49.214749+0000 mgr.smithi117.jviopl (mgr.14164) 208 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:51.533 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:04:51.712 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:04:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.7[48897]: debug 2024-02-15T17:04:51.457+0000 7f5467eb4080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-15T17:04:52.270 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1708016672,"num_in_osds":8,"osd_in_since":1708016678,"num_remapped_pgs":0} 2024-02-15T17:04:52.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:51.215218+0000 mgr.smithi117.jviopl (mgr.14164) 209 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:52.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:51.345376+0000 mon.smithi117 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:52.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:51.461110+0000 mon.smithi169 (mon.1) 14 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1111427669,v1:172.21.15.169:6825/1111427669]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T17:04:52.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:51.461460+0000 mon.smithi117 (mon.0) 534 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T17:04:52.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:51.533804+0000 mon.smithi117 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.117:0/3215413073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T17:04:52.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:51.215218+0000 mgr.smithi117.jviopl (mgr.14164) 209 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:52.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:51.345376+0000 mon.smithi117 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:52.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:51.461110+0000 mon.smithi169 (mon.1) 14 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1111427669,v1:172.21.15.169:6825/1111427669]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T17:04:52.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:51.461460+0000 mon.smithi117 (mon.0) 534 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T17:04:52.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:51.533804+0000 mon.smithi117 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.117:0/3215413073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T17:04:53.271 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-15T17:04:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:52.349818+0000 mon.smithi117 (mon.0) 536 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T17:04:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:52.349902+0000 mon.smithi117 (mon.0) 537 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-15T17:04:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:52.350031+0000 mon.smithi117 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:52.354577+0000 mon.smithi169 (mon.1) 15 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1111427669,v1:172.21.15.169:6825/1111427669]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:52.355020+0000 mon.smithi117 (mon.0) 539 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:53.698 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:04:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.7[48897]: debug 2024-02-15T17:04:53.358+0000 7f545e417700 -1 osd.7 0 waiting for initial osdmap 2024-02-15T17:04:53.698 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:04:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.7[48897]: debug 2024-02-15T17:04:53.365+0000 7f5458b8f700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T17:04:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:52.349818+0000 mon.smithi117 (mon.0) 536 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T17:04:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:52.349902+0000 mon.smithi117 (mon.0) 537 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-15T17:04:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:52.350031+0000 mon.smithi117 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:52.354577+0000 mon.smithi169 (mon.1) 15 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/1111427669,v1:172.21.15.169:6825/1111427669]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:52.355020+0000 mon.smithi117 (mon.0) 539 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:04:54.596 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:53.215644+0000 mgr.smithi117.jviopl (mgr.14164) 210 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:54.597 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:53.352318+0000 mon.smithi117 (mon.0) 540 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-02-15T17:04:54.597 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:53.352411+0000 mon.smithi117 (mon.0) 541 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-15T17:04:54.597 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:53.352806+0000 mon.smithi117 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:54.597 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:53.359136+0000 mon.smithi117 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:53.215644+0000 mgr.smithi117.jviopl (mgr.14164) 210 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:53.352318+0000 mon.smithi117 (mon.0) 540 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-02-15T17:04:54.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:53.352411+0000 mon.smithi117 (mon.0) 541 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-15T17:04:54.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:53.352806+0000 mon.smithi117 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:54.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:53.359136+0000 mon.smithi117 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:55.623 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:52.417798+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:52.417972+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:54.358837+0000 mon.smithi117 (mon.0) 544 : cluster [INF] osd.7 [v2:172.21.15.169:6824/1111427669,v1:172.21.15.169:6825/1111427669] boot 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:54.358877+0000 mon.smithi117 (mon.0) 545 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.359190+0000 mon.smithi117 (mon.0) 546 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.821979+0000 mon.smithi117 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.822939+0000 mon.smithi117 (mon.0) 548 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.823647+0000 mon.smithi117 (mon.0) 549 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.824366+0000 mon.smithi117 (mon.0) 550 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:55.644 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.825031+0000 mon.smithi117 (mon.0) 551 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:55.645 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.831049+0000 mon.smithi117 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:55.645 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.836661+0000 mon.smithi117 (mon.0) 553 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:55.645 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.839735+0000 mon.smithi117 (mon.0) 554 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:55.645 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.840612+0000 mon.smithi117 (mon.0) 555 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:55.645 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.841212+0000 mon.smithi117 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:55.645 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:54.846941+0000 mon.smithi117 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:52.417798+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T17:04:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:52.417972+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T17:04:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:54.358837+0000 mon.smithi117 (mon.0) 544 : cluster [INF] osd.7 [v2:172.21.15.169:6824/1111427669,v1:172.21.15.169:6825/1111427669] boot 2024-02-15T17:04:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:54.358877+0000 mon.smithi117 (mon.0) 545 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.359190+0000 mon.smithi117 (mon.0) 546 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.821979+0000 mon.smithi117 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.822939+0000 mon.smithi117 (mon.0) 548 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.823647+0000 mon.smithi117 (mon.0) 549 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.824366+0000 mon.smithi117 (mon.0) 550 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.825031+0000 mon.smithi117 (mon.0) 551 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.831049+0000 mon.smithi117 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.836661+0000 mon.smithi117 (mon.0) 553 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.839735+0000 mon.smithi117 (mon.0) 554 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:04:55.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.840612+0000 mon.smithi117 (mon.0) 555 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:04:55.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.841212+0000 mon.smithi117 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:04:55.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:54.846941+0000 mon.smithi117 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:04:56.356 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1708016694,"num_in_osds":8,"osd_in_since":1708016678,"num_remapped_pgs":0} 2024-02-15T17:04:56.357 INFO:tasks.cephadm:Setting up client nodes... 2024-02-15T17:04:56.357 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-15T17:04:56.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:54.817308+0000 mgr.smithi117.jviopl (mgr.14164) 211 : cephadm [INF] Detected new or changed devices on smithi169 2024-02-15T17:04:56.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:04:54.825492+0000 mgr.smithi117.jviopl (mgr.14164) 212 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 3992M 2024-02-15T17:04:56.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:55.215963+0000 mgr.smithi117.jviopl (mgr.14164) 213 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:56.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:55.366786+0000 mon.smithi117 (mon.0) 558 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-15T17:04:56.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:55.623126+0000 mon.smithi117 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.117:0/2470621188' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T17:04:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:54.817308+0000 mgr.smithi117.jviopl (mgr.14164) 211 : cephadm [INF] Detected new or changed devices on smithi169 2024-02-15T17:04:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:04:54.825492+0000 mgr.smithi117.jviopl (mgr.14164) 212 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 3992M 2024-02-15T17:04:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:55.215963+0000 mgr.smithi117.jviopl (mgr.14164) 213 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-15T17:04:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:55.366786+0000 mon.smithi117 (mon.0) 558 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-15T17:04:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:55.623126+0000 mon.smithi117 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.117:0/2470621188' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T17:04:58.534 INFO:teuthology.orchestra.run.smithi117.stdout:[client.0] 2024-02-15T17:04:58.534 INFO:teuthology.orchestra.run.smithi117.stdout: key = AQA6RM5lFNKiHxAAxQ7OOzm8Tln1E/GSzUokVg== 2024-02-15T17:04:58.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:57.216254+0000 mgr.smithi117.jviopl (mgr.14164) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:04:58.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:57.216254+0000 mgr.smithi117.jviopl (mgr.14164) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:04:59.280 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-15T17:04:59.280 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-15T17:04:59.280 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-15T17:04:59.321 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-15T17:04:59.585 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:04:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:58.530620+0000 mon.smithi117 (mon.0) 560 : audit [INF] from='client.? 172.21.15.117:0/929192720' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-15T17:04:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:04:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:04:58.533881+0000 mon.smithi117 (mon.0) 561 : audit [INF] from='client.? 172.21.15.117:0/929192720' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-15T17:04:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:58.530620+0000 mon.smithi117 (mon.0) 560 : audit [INF] from='client.? 172.21.15.117:0/929192720' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-15T17:04:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:04:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:04:58.533881+0000 mon.smithi117 (mon.0) 561 : audit [INF] from='client.? 172.21.15.117:0/929192720' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-15T17:05:00.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:04:59.216641+0000 mgr.smithi117.jviopl (mgr.14164) 215 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:00.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:04:59.216641+0000 mgr.smithi117.jviopl (mgr.14164) 215 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:01.752 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:05:01.752 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":50,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","created":"2024-02-15T16:59:03.192410+0000","modified":"2024-02-15T17:04:55.360954+0000","last_up_change":"2024-02-15T17:04:54.355477+0000","last_in_change":"2024-02-15T17:04:38.666298+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-15T17:03:12.408258+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"37874fb1-cae6-4560-9821-e2151ecfe95c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6803","nonce":3584107444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6805","nonce":3584107444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6809","nonce":3584107444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6807","nonce":3584107444}]},"public_addr":"172.21.15.117:6803/3584107444","cluster_addr":"172.21.15.117:6805/3584107444","heartbeat_back_addr":"172.21.15.117:6809/3584107444","heartbeat_front_addr":"172.21.15.117:6807/3584107444","state":["exists","up"]},{"osd":1,"uuid":"013d97f3-30a4-43dc-bc32-a325e153ff6a","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.117:6810","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6811","nonce":3529561297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6813","nonce":3529561297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6817","nonce":3529561297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6815","nonce":3529561297}]},"public_addr":"172.21.15.117:6811/3529561297","cluster_addr":"172.21.15.117:6813/3529561297","heartbeat_back_addr":"172.21.15.117:6817/3529561297","heartbeat_front_addr":"172.21.15.117:6815/3529561297","state":["exists","up"]},{"osd":2,"uuid":"86eb5c85-ba10-48ab-8ed0-5cd2c603a0cc","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.117:6818","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6819","nonce":354737867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6821","nonce":354737867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6825","nonce":354737867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6823","nonce":354737867}]},"public_addr":"172.21.15.117:6819/354737867","cluster_addr":"172.21.15.117:6821/354737867","heartbeat_back_addr":"172.21.15.117:6825/354737867","heartbeat_front_addr":"172.21.15.117:6823/354737867","state":["exists","up"]},{"osd":3,"uuid":"0134dc84-4a64-4a8c-a7a1-6c1ab485edfa","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.117:6826","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6827","nonce":3694915245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6829","nonce":3694915245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6832","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6833","nonce":3694915245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6831","nonce":3694915245}]},"public_addr":"172.21.15.117:6827/3694915245","cluster_addr":"172.21.15.117:6829/3694915245","heartbeat_back_addr":"172.21.15.117:6833/3694915245","heartbeat_front_addr":"172.21.15.117:6831/3694915245","state":["exists","up"]},{"osd":4,"uuid":"8e9f202b-40be-4c9b-8410-71ca83cb4bcf","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.169:6800","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6801","nonce":4284661201}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6803","nonce":4284661201}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6807","nonce":4284661201}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6805","nonce":4284661201}]},"public_addr":"172.21.15.169:6801/4284661201","cluster_addr":"172.21.15.169:6803/4284661201","heartbeat_back_addr":"172.21.15.169:6807/4284661201","heartbeat_front_addr":"172.21.15.169:6805/4284661201","state":["exists","up"]},{"osd":5,"uuid":"81f84cf3-9a5e-4283-a4c2-f79842dfb469","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6809","nonce":2375315415}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6811","nonce":2375315415}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6815","nonce":2375315415}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6813","nonce":2375315415}]},"public_addr":"172.21.15.169:6809/2375315415","cluster_addr":"172.21.15.169:6811/2375315415","heartbeat_back_addr":"172.21.15.169:6815/2375315415","heartbeat_front_addr":"172.21.15.169:6813/2375315415","state":["exists","up"]},{"osd":6,"uuid":"d64187f6-c857-449a-a921-bd19a07c4399","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6816","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6817","nonce":2849869369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6818","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6819","nonce":2849869369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6822","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6823","nonce":2849869369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6820","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6821","nonce":2849869369}]},"public_addr":"172.21.15.169:6817/2849869369","cluster_addr":"172.21.15.169:6819/2849869369","heartbeat_back_addr":"172.21.15.169:6823/2849869369","heartbeat_front_addr":"172.21.15.169:6821/2849869369","state":["exists","up"]},{"osd":7,"uuid":"899ef5c2-02cd-4ae1-930b-ea48e8b870ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6824","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6825","nonce":1111427669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6826","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6827","nonce":1111427669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6830","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6831","nonce":1111427669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6828","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6829","nonce":1111427669}]},"public_addr":"172.21.15.169:6825/1111427669","cluster_addr":"172.21.15.169:6827/1111427669","heartbeat_back_addr":"172.21.15.169:6831/1111427669","heartbeat_front_addr":"172.21.15.169:6829/1111427669","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:02:14.859932+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:02:44.452021+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:10.605681+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:33.356468+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:51.319443+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:11.060252+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:31.848338+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:52.417978+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.117:0/2595712692":"2024-02-16T17:00:08.598970+0000","172.21.15.117:0/964440686":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6801/1182475559":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6800/1182475559":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6801/15515837":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/4153771440":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/2496548222":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/358068023":"2024-02-16T16:59:27.830193+0000","172.21.15.117:6800/2543111842":"2024-02-16T16:59:27.830193+0000","172.21.15.117:6800/15515837":"2024-02-16T16:59:52.525960+0000","172.21.15.117:6801/2543111842":"2024-02-16T16:59:27.830193+0000","172.21.15.117:0/3008255925":"2024-02-16T16:59:27.830193+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-15T17:05:02.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:01.217024+0000 mgr.smithi117.jviopl (mgr.14164) 216 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:02.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:01.752152+0000 mon.smithi117 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.117:0/2170101173' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T17:05:02.477 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-15T17:03:12.408258+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-15T17:05:02.478 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-15T17:05:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:01.217024+0000 mgr.smithi117.jviopl (mgr.14164) 216 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:01.752152+0000 mon.smithi117 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.117:0/2170101173' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T17:05:02.704 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:03.217351+0000 mgr.smithi117.jviopl (mgr.14164) 217 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:04.672 INFO:teuthology.orchestra.run.smithi117.stdout:pg_num: 1 2024-02-15T17:05:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:03.217351+0000 mgr.smithi117.jviopl (mgr.14164) 217 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:05.414 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-15T17:05:05.415 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-15T17:05:05.415 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-15T17:05:05.639 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:05.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:04.672937+0000 mon.smithi117 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.117:0/1877110236' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-15T17:05:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:04.672937+0000 mon.smithi117 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.117:0/1877110236' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-15T17:05:06.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:05.217683+0000 mgr.smithi117.jviopl (mgr.14164) 218 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:06.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:05.217683+0000 mgr.smithi117.jviopl (mgr.14164) 218 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:07.707 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:05:08.377 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi117.jviopl","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6800","nonce":2102641967},{"type":"v1","addr":"172.21.15.117:6801","nonce":2102641967}]},"active_addr":"172.21.15.117:6801/2102641967","active_change":"2024-02-15T17:00:08.599290+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14202,"name":"smithi169.mptjes","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.117:8443/","prometheus":"http://172.21.15.117: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.117:0","nonce":1505173651}]},{"addrvec":[{"type":"v2","addr":"172.21.15.117:0","nonce":1333701676}]}]}} 2024-02-15T17:05:08.381 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-15T17:05:08.381 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-15T17:05:08.381 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-15T17:05:08.608 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:08.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:07.218025+0000 mgr.smithi117.jviopl (mgr.14164) 219 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:08.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:07.702939+0000 mon.smithi117 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.117:0/3900866319' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-15T17:05:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:07.218025+0000 mgr.smithi117.jviopl (mgr.14164) 219 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:07.702939+0000 mon.smithi117 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.117:0/3900866319' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-15T17:05:09.880 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:09.218397+0000 mgr.smithi117.jviopl (mgr.14164) 220 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:09.218397+0000 mgr.smithi117.jviopl (mgr.14164) 220 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:10.499 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:05:10.499 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":50,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","created":"2024-02-15T16:59:03.192410+0000","modified":"2024-02-15T17:04:55.360954+0000","last_up_change":"2024-02-15T17:04:54.355477+0000","last_in_change":"2024-02-15T17:04:38.666298+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-15T17:03:12.408258+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"37874fb1-cae6-4560-9821-e2151ecfe95c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6803","nonce":3584107444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6805","nonce":3584107444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6809","nonce":3584107444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6807","nonce":3584107444}]},"public_addr":"172.21.15.117:6803/3584107444","cluster_addr":"172.21.15.117:6805/3584107444","heartbeat_back_addr":"172.21.15.117:6809/3584107444","heartbeat_front_addr":"172.21.15.117:6807/3584107444","state":["exists","up"]},{"osd":1,"uuid":"013d97f3-30a4-43dc-bc32-a325e153ff6a","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.117:6810","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6811","nonce":3529561297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6813","nonce":3529561297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6817","nonce":3529561297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6815","nonce":3529561297}]},"public_addr":"172.21.15.117:6811/3529561297","cluster_addr":"172.21.15.117:6813/3529561297","heartbeat_back_addr":"172.21.15.117:6817/3529561297","heartbeat_front_addr":"172.21.15.117:6815/3529561297","state":["exists","up"]},{"osd":2,"uuid":"86eb5c85-ba10-48ab-8ed0-5cd2c603a0cc","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.117:6818","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6819","nonce":354737867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6821","nonce":354737867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6825","nonce":354737867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6823","nonce":354737867}]},"public_addr":"172.21.15.117:6819/354737867","cluster_addr":"172.21.15.117:6821/354737867","heartbeat_back_addr":"172.21.15.117:6825/354737867","heartbeat_front_addr":"172.21.15.117:6823/354737867","state":["exists","up"]},{"osd":3,"uuid":"0134dc84-4a64-4a8c-a7a1-6c1ab485edfa","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.117:6826","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6827","nonce":3694915245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6829","nonce":3694915245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6832","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6833","nonce":3694915245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6831","nonce":3694915245}]},"public_addr":"172.21.15.117:6827/3694915245","cluster_addr":"172.21.15.117:6829/3694915245","heartbeat_back_addr":"172.21.15.117:6833/3694915245","heartbeat_front_addr":"172.21.15.117:6831/3694915245","state":["exists","up"]},{"osd":4,"uuid":"8e9f202b-40be-4c9b-8410-71ca83cb4bcf","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.169:6800","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6801","nonce":4284661201}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6803","nonce":4284661201}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6807","nonce":4284661201}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6805","nonce":4284661201}]},"public_addr":"172.21.15.169:6801/4284661201","cluster_addr":"172.21.15.169:6803/4284661201","heartbeat_back_addr":"172.21.15.169:6807/4284661201","heartbeat_front_addr":"172.21.15.169:6805/4284661201","state":["exists","up"]},{"osd":5,"uuid":"81f84cf3-9a5e-4283-a4c2-f79842dfb469","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6809","nonce":2375315415}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6811","nonce":2375315415}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6815","nonce":2375315415}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6813","nonce":2375315415}]},"public_addr":"172.21.15.169:6809/2375315415","cluster_addr":"172.21.15.169:6811/2375315415","heartbeat_back_addr":"172.21.15.169:6815/2375315415","heartbeat_front_addr":"172.21.15.169:6813/2375315415","state":["exists","up"]},{"osd":6,"uuid":"d64187f6-c857-449a-a921-bd19a07c4399","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6816","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6817","nonce":2849869369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6818","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6819","nonce":2849869369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6822","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6823","nonce":2849869369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6820","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6821","nonce":2849869369}]},"public_addr":"172.21.15.169:6817/2849869369","cluster_addr":"172.21.15.169:6819/2849869369","heartbeat_back_addr":"172.21.15.169:6823/2849869369","heartbeat_front_addr":"172.21.15.169:6821/2849869369","state":["exists","up"]},{"osd":7,"uuid":"899ef5c2-02cd-4ae1-930b-ea48e8b870ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6824","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6825","nonce":1111427669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6826","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6827","nonce":1111427669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6830","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6831","nonce":1111427669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6828","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6829","nonce":1111427669}]},"public_addr":"172.21.15.169:6825/1111427669","cluster_addr":"172.21.15.169:6827/1111427669","heartbeat_back_addr":"172.21.15.169:6831/1111427669","heartbeat_front_addr":"172.21.15.169:6829/1111427669","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:02:14.859932+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:02:44.452021+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:10.605681+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:33.356468+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:51.319443+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:11.060252+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:31.848338+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:52.417978+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.117:0/2595712692":"2024-02-16T17:00:08.598970+0000","172.21.15.117:0/964440686":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6801/1182475559":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6800/1182475559":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6801/15515837":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/4153771440":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/2496548222":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/358068023":"2024-02-16T16:59:27.830193+0000","172.21.15.117:6800/2543111842":"2024-02-16T16:59:27.830193+0000","172.21.15.117:6800/15515837":"2024-02-16T16:59:52.525960+0000","172.21.15.117:6801/2543111842":"2024-02-16T16:59:27.830193+0000","172.21.15.117:0/3008255925":"2024-02-16T16:59:27.830193+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-15T17:05:10.831 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:09.669009+0000 mon.smithi117 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:05:10.831 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:09.669194+0000 mon.smithi117 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:05:10.831 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:10.499190+0000 mon.smithi117 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.117:0/3055945410' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T17:05:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:09.669009+0000 mon.smithi117 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:05:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:09.669194+0000 mon.smithi117 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:05:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:10.499190+0000 mon.smithi117 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.117:0/3055945410' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T17:05:11.306 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-15T17:05:11.306 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-15T17:05:11.532 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:11.834 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:11.218870+0000 mgr.smithi117.jviopl (mgr.14164) 221 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:11.218870+0000 mgr.smithi117.jviopl (mgr.14164) 221 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:13.521 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:05:13.522 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":50,"fsid":"71b0457c-cc23-11ee-95b9-87774f69a715","created":"2024-02-15T16:59:03.192410+0000","modified":"2024-02-15T17:04:55.360954+0000","last_up_change":"2024-02-15T17:04:54.355477+0000","last_in_change":"2024-02-15T17:04:38.666298+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-15T17:03:12.408258+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"37874fb1-cae6-4560-9821-e2151ecfe95c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6803","nonce":3584107444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6805","nonce":3584107444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6809","nonce":3584107444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":3584107444},{"type":"v1","addr":"172.21.15.117:6807","nonce":3584107444}]},"public_addr":"172.21.15.117:6803/3584107444","cluster_addr":"172.21.15.117:6805/3584107444","heartbeat_back_addr":"172.21.15.117:6809/3584107444","heartbeat_front_addr":"172.21.15.117:6807/3584107444","state":["exists","up"]},{"osd":1,"uuid":"013d97f3-30a4-43dc-bc32-a325e153ff6a","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.117:6810","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6811","nonce":3529561297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6813","nonce":3529561297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6817","nonce":3529561297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":3529561297},{"type":"v1","addr":"172.21.15.117:6815","nonce":3529561297}]},"public_addr":"172.21.15.117:6811/3529561297","cluster_addr":"172.21.15.117:6813/3529561297","heartbeat_back_addr":"172.21.15.117:6817/3529561297","heartbeat_front_addr":"172.21.15.117:6815/3529561297","state":["exists","up"]},{"osd":2,"uuid":"86eb5c85-ba10-48ab-8ed0-5cd2c603a0cc","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.117:6818","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6819","nonce":354737867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6821","nonce":354737867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6825","nonce":354737867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":354737867},{"type":"v1","addr":"172.21.15.117:6823","nonce":354737867}]},"public_addr":"172.21.15.117:6819/354737867","cluster_addr":"172.21.15.117:6821/354737867","heartbeat_back_addr":"172.21.15.117:6825/354737867","heartbeat_front_addr":"172.21.15.117:6823/354737867","state":["exists","up"]},{"osd":3,"uuid":"0134dc84-4a64-4a8c-a7a1-6c1ab485edfa","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.117:6826","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6827","nonce":3694915245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6829","nonce":3694915245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6832","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6833","nonce":3694915245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":3694915245},{"type":"v1","addr":"172.21.15.117:6831","nonce":3694915245}]},"public_addr":"172.21.15.117:6827/3694915245","cluster_addr":"172.21.15.117:6829/3694915245","heartbeat_back_addr":"172.21.15.117:6833/3694915245","heartbeat_front_addr":"172.21.15.117:6831/3694915245","state":["exists","up"]},{"osd":4,"uuid":"8e9f202b-40be-4c9b-8410-71ca83cb4bcf","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.169:6800","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6801","nonce":4284661201}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6803","nonce":4284661201}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6807","nonce":4284661201}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":4284661201},{"type":"v1","addr":"172.21.15.169:6805","nonce":4284661201}]},"public_addr":"172.21.15.169:6801/4284661201","cluster_addr":"172.21.15.169:6803/4284661201","heartbeat_back_addr":"172.21.15.169:6807/4284661201","heartbeat_front_addr":"172.21.15.169:6805/4284661201","state":["exists","up"]},{"osd":5,"uuid":"81f84cf3-9a5e-4283-a4c2-f79842dfb469","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6809","nonce":2375315415}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6811","nonce":2375315415}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6815","nonce":2375315415}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":2375315415},{"type":"v1","addr":"172.21.15.169:6813","nonce":2375315415}]},"public_addr":"172.21.15.169:6809/2375315415","cluster_addr":"172.21.15.169:6811/2375315415","heartbeat_back_addr":"172.21.15.169:6815/2375315415","heartbeat_front_addr":"172.21.15.169:6813/2375315415","state":["exists","up"]},{"osd":6,"uuid":"d64187f6-c857-449a-a921-bd19a07c4399","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6816","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6817","nonce":2849869369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6818","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6819","nonce":2849869369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6822","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6823","nonce":2849869369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6820","nonce":2849869369},{"type":"v1","addr":"172.21.15.169:6821","nonce":2849869369}]},"public_addr":"172.21.15.169:6817/2849869369","cluster_addr":"172.21.15.169:6819/2849869369","heartbeat_back_addr":"172.21.15.169:6823/2849869369","heartbeat_front_addr":"172.21.15.169:6821/2849869369","state":["exists","up"]},{"osd":7,"uuid":"899ef5c2-02cd-4ae1-930b-ea48e8b870ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6824","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6825","nonce":1111427669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6826","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6827","nonce":1111427669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6830","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6831","nonce":1111427669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6828","nonce":1111427669},{"type":"v1","addr":"172.21.15.169:6829","nonce":1111427669}]},"public_addr":"172.21.15.169:6825/1111427669","cluster_addr":"172.21.15.169:6827/1111427669","heartbeat_back_addr":"172.21.15.169:6831/1111427669","heartbeat_front_addr":"172.21.15.169:6829/1111427669","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:02:14.859932+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:02:44.452021+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:10.605681+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:33.356468+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:03:51.319443+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:11.060252+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:31.848338+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-15T17:04:52.417978+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.117:0/2595712692":"2024-02-16T17:00:08.598970+0000","172.21.15.117:0/964440686":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6801/1182475559":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6800/1182475559":"2024-02-16T17:00:08.598970+0000","172.21.15.117:6801/15515837":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/4153771440":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/2496548222":"2024-02-16T16:59:52.525960+0000","172.21.15.117:0/358068023":"2024-02-16T16:59:27.830193+0000","172.21.15.117:6800/2543111842":"2024-02-16T16:59:27.830193+0000","172.21.15.117:6800/15515837":"2024-02-16T16:59:52.525960+0000","172.21.15.117:6801/2543111842":"2024-02-16T16:59:27.830193+0000","172.21.15.117:0/3008255925":"2024-02-16T16:59:27.830193+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-15T17:05:14.229 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-15T17:05:14.453 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:14.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:13.219277+0000 mgr.smithi117.jviopl (mgr.14164) 222 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:14.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:13.521122+0000 mon.smithi117 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.117:0/3995307072' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T17:05:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:13.219277+0000 mgr.smithi117.jviopl (mgr.14164) 222 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:13.521122+0000 mon.smithi117 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.117:0/3995307072' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T17:05:16.388 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:15.219591+0000 mgr.smithi117.jviopl (mgr.14164) 223 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:15.219591+0000 mgr.smithi117.jviopl (mgr.14164) 223 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:17.103 INFO:teuthology.orchestra.run.smithi117.stdout:38654705702 2024-02-15T17:05:17.103 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-15T17:05:17.329 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:17.219920+0000 mgr.smithi117.jviopl (mgr.14164) 224 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:17.219920+0000 mgr.smithi117.jviopl (mgr.14164) 224 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:19.886 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:19.220248+0000 mgr.smithi117.jviopl (mgr.14164) 225 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:19.905 INFO:teuthology.orchestra.run.smithi117.stdout:60129542178 2024-02-15T17:05:19.905 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-15T17:05:19.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:19.220248+0000 mgr.smithi117.jviopl (mgr.14164) 225 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:20.131 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:22.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:21.220946+0000 mgr.smithi117.jviopl (mgr.14164) 226 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:22.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:21.220946+0000 mgr.smithi117.jviopl (mgr.14164) 226 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:22.734 INFO:teuthology.orchestra.run.smithi117.stdout:81604378653 2024-02-15T17:05:22.734 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-15T17:05:22.955 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:24.495 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:23.221372+0000 mgr.smithi117.jviopl (mgr.14164) 227 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:24.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:23.221372+0000 mgr.smithi117.jviopl (mgr.14164) 227 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:25.428 INFO:teuthology.orchestra.run.smithi117.stdout:111669149720 2024-02-15T17:05:25.428 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-15T17:05:25.658 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:26.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:25.221668+0000 mgr.smithi117.jviopl (mgr.14164) 228 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:26.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:25.221668+0000 mgr.smithi117.jviopl (mgr.14164) 228 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:28.020 INFO:teuthology.orchestra.run.smithi117.stdout:133143986198 2024-02-15T17:05:28.020 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-15T17:05:28.242 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:28.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:27.221981+0000 mgr.smithi117.jviopl (mgr.14164) 229 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:27.221981+0000 mgr.smithi117.jviopl (mgr.14164) 229 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:29.699 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:29.222292+0000 mgr.smithi117.jviopl (mgr.14164) 230 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:29.222292+0000 mgr.smithi117.jviopl (mgr.14164) 230 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:30.703 INFO:teuthology.orchestra.run.smithi117.stdout:158913789971 2024-02-15T17:05:30.703 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-15T17:05:30.928 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:32.487 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:31.222590+0000 mgr.smithi117.jviopl (mgr.14164) 231 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:31.222590+0000 mgr.smithi117.jviopl (mgr.14164) 231 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:33.516 INFO:teuthology.orchestra.run.smithi117.stdout:184683593742 2024-02-15T17:05:33.516 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-15T17:05:33.740 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:34.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:33.222907+0000 mgr.smithi117.jviopl (mgr.14164) 232 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:34.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:33.222907+0000 mgr.smithi117.jviopl (mgr.14164) 232 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:36.125 INFO:teuthology.orchestra.run.smithi117.stdout:210453397516 2024-02-15T17:05:36.125 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-15T17:05:36.355 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:36.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:35.223223+0000 mgr.smithi117.jviopl (mgr.14164) 233 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:35.223223+0000 mgr.smithi117.jviopl (mgr.14164) 233 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:38.310 INFO:teuthology.orchestra.run.smithi117.stdout:38654705706 2024-02-15T17:05:38.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:37.223651+0000 mgr.smithi117.jviopl (mgr.14164) 234 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:37.223651+0000 mgr.smithi117.jviopl (mgr.14164) 234 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:39.061 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705702 got 38654705706 for osd.0 2024-02-15T17:05:39.062 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-15T17:05:39.288 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:39.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:38.310343+0000 mon.smithi117 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.117:0/2554077657' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-15T17:05:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:38.310343+0000 mon.smithi117 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.117:0/2554077657' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-15T17:05:40.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:39.223945+0000 mgr.smithi117.jviopl (mgr.14164) 235 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:40.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:39.223945+0000 mgr.smithi117.jviopl (mgr.14164) 235 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:41.280 INFO:teuthology.orchestra.run.smithi117.stdout:60129542182 2024-02-15T17:05:41.639 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:41.281126+0000 mon.smithi117 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.117:0/1937995869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-15T17:05:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:41.281126+0000 mon.smithi117 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.117:0/1937995869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-15T17:05:41.949 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542178 got 60129542182 for osd.1 2024-02-15T17:05:41.949 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-15T17:05:42.174 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:42.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:41.224280+0000 mgr.smithi117.jviopl (mgr.14164) 236 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:42.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:41.224280+0000 mgr.smithi117.jviopl (mgr.14164) 236 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:43.975 INFO:teuthology.orchestra.run.smithi117.stdout:81604378658 2024-02-15T17:05:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:43.224681+0000 mgr.smithi117.jviopl (mgr.14164) 237 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:43.974818+0000 mon.smithi117 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.117:0/4071080853' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-15T17:05:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:43.224681+0000 mgr.smithi117.jviopl (mgr.14164) 237 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:43.974818+0000 mon.smithi117 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.117:0/4071080853' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-15T17:05:44.754 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378658 for osd.2 2024-02-15T17:05:44.755 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-15T17:05:44.985 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:46.565 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:45.225219+0000 mgr.smithi117.jviopl (mgr.14164) 238 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:45.225219+0000 mgr.smithi117.jviopl (mgr.14164) 238 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:46.967 INFO:teuthology.orchestra.run.smithi117.stdout:111669149724 2024-02-15T17:05:47.613 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:46.967807+0000 mon.smithi117 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.117:0/43373529' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-15T17:05:47.633 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149720 got 111669149724 for osd.3 2024-02-15T17:05:47.633 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-15T17:05:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:46.967807+0000 mon.smithi117 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.117:0/43373529' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-15T17:05:47.859 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:48.342 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:47.225682+0000 mgr.smithi117.jviopl (mgr.14164) 239 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:47.225682+0000 mgr.smithi117.jviopl (mgr.14164) 239 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:49.763 INFO:teuthology.orchestra.run.smithi117.stdout:133143986203 2024-02-15T17:05:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:49.226132+0000 mgr.smithi117.jviopl (mgr.14164) 240 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:49.226132+0000 mgr.smithi117.jviopl (mgr.14164) 240 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:50.555 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986198 got 133143986203 for osd.4 2024-02-15T17:05:50.555 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-15T17:05:50.782 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:49.763851+0000 mon.smithi117 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.117:0/3445701702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-15T17:05:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:49.763851+0000 mon.smithi117 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.117:0/3445701702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-15T17:05:51.837 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:51.226512+0000 mgr.smithi117.jviopl (mgr.14164) 241 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:51.226512+0000 mgr.smithi117.jviopl (mgr.14164) 241 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:52.787 INFO:teuthology.orchestra.run.smithi117.stdout:158913789975 2024-02-15T17:05:53.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:52.787393+0000 mon.smithi117 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.117:0/3808661522' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-15T17:05:53.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:52.787393+0000 mon.smithi117 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.117:0/3808661522' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-15T17:05:53.648 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789971 got 158913789975 for osd.5 2024-02-15T17:05:53.648 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-15T17:05:53.878 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:53.226939+0000 mgr.smithi117.jviopl (mgr.14164) 242 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:54.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:53.226939+0000 mgr.smithi117.jviopl (mgr.14164) 242 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:55.139 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:54.850146+0000 mon.smithi117 (mon.0) 575 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:05:55.139 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:54.851181+0000 mon.smithi117 (mon.0) 576 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:05:55.139 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:54.851793+0000 mon.smithi117 (mon.0) 577 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:05:55.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:54.850146+0000 mon.smithi117 (mon.0) 575 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:05:55.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:54.851181+0000 mon.smithi117 (mon.0) 576 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:05:55.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:54.851793+0000 mon.smithi117 (mon.0) 577 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:05:55.843 INFO:teuthology.orchestra.run.smithi117.stdout:184683593747 2024-02-15T17:05:56.597 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:55.227268+0000 mgr.smithi117.jviopl (mgr.14164) 243 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:56.597 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:55.231086+0000 mon.smithi117 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:05:56.597 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:55.843598+0000 mon.smithi117 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.117:0/787290623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-15T17:05:56.615 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593742 got 184683593747 for osd.6 2024-02-15T17:05:56.616 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-15T17:05:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:55.227268+0000 mgr.smithi117.jviopl (mgr.14164) 243 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:55.231086+0000 mon.smithi117 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:05:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:55.843598+0000 mon.smithi117 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.117:0/787290623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-15T17:05:56.838 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:58.331 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:57.227583+0000 mgr.smithi117.jviopl (mgr.14164) 244 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:58.683 INFO:teuthology.orchestra.run.smithi117.stdout:210453397520 2024-02-15T17:05:58.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:57.227583+0000 mgr.smithi117.jviopl (mgr.14164) 244 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:59.500 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397516 got 210453397520 for osd.7 2024-02-15T17:05:59.501 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-15T17:05:59.501 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-15T17:05:59.730 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:05:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:05:58.683872+0000 mon.smithi117 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.117:0/346656007' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-15T17:05:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:05:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:05:59.227986+0000 mgr.smithi117.jviopl (mgr.14164) 245 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:05:59.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:05:58.683872+0000 mon.smithi117 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.117:0/346656007' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-15T17:05:59.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:05:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:05:59.227986+0000 mgr.smithi117.jviopl (mgr.14164) 245 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:01.666 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:06:01.667 INFO:teuthology.orchestra.run.smithi117.stderr:dumped all 2024-02-15T17:06:02.367 INFO:teuthology.orchestra.run.smithi117.stdout:{"pg_ready":true,"pg_map":{"version":216,"stamp":"2024-02-15T17:06:01.228226+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":43192,"kb_used_data":3832,"kb_used_omap":0,"kb_used_meta":39296,"kb_avail":749918024,"statfs":{"total":767960285184,"available":767916056576,"internally_reserved":0,"allocated":3923968,"data_stored":1556721,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40239104},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":50,"state":"active+clean","last_fresh":"2024-02-15T17:04:55.883219+0000","last_change":"2024-02-15T17:04:55.883219+0000","last_active":"2024-02-15T17:04:55.883219+0000","last_peered":"2024-02-15T17:04:55.883219+0000","last_clean":"2024-02-15T17:04:55.883219+0000","last_became_active":"2024-02-15T17:04:55.882853+0000","last_became_peered":"2024-02-15T17:04:55.882853+0000","last_unstale":"2024-02-15T17:04:55.883219+0000","last_undegraded":"2024-02-15T17:04:55.883219+0000","last_fullsized":"2024-02-15T17:04:55.883219+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-15T17:03:13.163980+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-15T17:03:13.163980+0000","last_clean_scrub_stamp":"2024-02-15T17:03:13.163980+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397521,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5224,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739928,"statfs":{"total":95995035648,"available":95989686272,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.48099999999999998}]},{"osd":1,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.502}]},{"osd":2,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.497}]},{"osd":3,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.47499999999999998}]},{"osd":4,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.40300000000000002}]},{"osd":5,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.38800000000000001}]},{"osd":6,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.441},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.44800000000000001}]}]},{"osd":6,"up_from":43,"seq":184683593748,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5284,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739868,"statfs":{"total":95995035648,"available":95989624832,"internally_reserved":0,"allocated":487424,"data_stored":194441,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.54600000000000004}]},{"osd":1,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.5}]},{"osd":2,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.62},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.436}]},{"osd":3,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.58399999999999996}]},{"osd":4,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.53300000000000003}]},{"osd":5,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.59399999999999997}]},{"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.63}]}]},{"osd":1,"up_from":14,"seq":60129542186,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:49 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.34300000000000003,"15min":0.33100000000000002},"min":{"1min":0.246,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.37,"5min":0.34899999999999998,"15min":0.32900000000000001},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.28999999999999998}]},{"osd":2,"last update":"Thu Feb 15 17:05:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.39500000000000002,"15min":0.39100000000000001},"min":{"1min":0.313,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.54700000000000004,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.249},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.39600000000000002,"15min":0.39100000000000001},"min":{"1min":0.32100000000000001,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53500000000000003,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.26200000000000001}]},{"osd":3,"last update":"Thu Feb 15 17:05:38 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.41799999999999998,"15min":0.41999999999999998},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.317},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.39800000000000002,"15min":0.40000000000000002},"min":{"1min":0.29599999999999999,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.52800000000000002,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.32900000000000001}]},{"osd":4,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.59499999999999997,"15min":0.58699999999999997},"min":{"1min":0.45900000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.88500000000000001,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.58899999999999997,"15min":0.58099999999999996},"min":{"1min":0.44900000000000001,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.44900000000000001}]},{"osd":5,"last update":"Thu Feb 15 17:05:15 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.5}]},{"osd":6,"last update":"Thu Feb 15 17:05:33 2024","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.43099999999999999}]},{"osd":7,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.46100000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705711,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34799999999999998,"15min":0.34000000000000002},"min":{"1min":0.245,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.498,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.245},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.35599999999999998,"15min":0.34300000000000003},"min":{"1min":0.245,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.48599999999999999,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.28599999999999998}]},{"osd":2,"last update":"Thu Feb 15 17:05:19 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.38900000000000001,"15min":0.39100000000000001},"min":{"1min":0.28799999999999998,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.49199999999999999,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.309,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.59399999999999997,"5min":0.754,"15min":0.754},"last":0.32200000000000001}]},{"osd":3,"last update":"Thu Feb 15 17:05:40 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.435,"15min":0.441},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.57099999999999995,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.373,"5min":0.41899999999999998,"15min":0.42699999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.51900000000000002,"5min":0.623,"15min":0.623},"last":0.30599999999999999}]},{"osd":4,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.57199999999999995,"15min":0.56799999999999995},"min":{"1min":0.45500000000000002,"5min":0.372,"15min":0.372},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.59299999999999997,"15min":0.59099999999999997},"min":{"1min":0.44900000000000001,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.53400000000000003}]},{"osd":5,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.55500000000000005}]},{"osd":6,"last update":"Thu Feb 15 17:05:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.435},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.52500000000000002}]},{"osd":7,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.49399999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378661,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5476,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739676,"statfs":{"total":95995035648,"available":95989428224,"internally_reserved":0,"allocated":487424,"data_stored":194044,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.35799999999999998,"15min":0.34999999999999998},"min":{"1min":0.28799999999999998,"5min":0.186,"15min":0.186},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.25},{"interface":"front","average":{"1min":0.434,"5min":0.36199999999999999,"15min":0.34999999999999998},"min":{"1min":0.248,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.30099999999999999}]},{"osd":1,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.376,"15min":0.36499999999999999},"min":{"1min":0.26400000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.313},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.38300000000000001,"15min":0.371},"min":{"1min":0.254,"5min":0.221,"15min":0.221},"max":{"1min":1.139,"5min":1.139,"15min":1.139},"last":0.29299999999999998}]},{"osd":3,"last update":"Thu Feb 15 17:05:37 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.315,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.57499999999999996,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.25900000000000001},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.32600000000000001,"5min":0.314,"15min":0.314},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.34799999999999998}]},{"osd":4,"last update":"Thu Feb 15 17:05:55 2024","interfaces":[{"interface":"back","average":{"1min":0.67100000000000004,"5min":0.58699999999999997,"15min":0.57299999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.58099999999999996,"15min":0.57099999999999995},"min":{"1min":0.371,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.876,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.38200000000000001}]},{"osd":5,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.48299999999999998}]},{"osd":6,"last update":"Thu Feb 15 17:05:33 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.502},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.45000000000000001}]},{"osd":7,"last update":"Thu Feb 15 17:05:55 2024","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.099,"5min":1.099,"15min":1.099},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.51900000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149728,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5416,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739736,"statfs":{"total":95995035648,"available":95989489664,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:38 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.33900000000000002,"15min":0.33500000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.36599999999999999,"15min":0.36099999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.629}]},{"osd":1,"last update":"Thu Feb 15 17:05:38 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.55500000000000005,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.377,"15min":0.375},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.61699999999999999}]},{"osd":2,"last update":"Thu Feb 15 17:05:38 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.39500000000000002,"15min":0.39000000000000001},"min":{"1min":0.29799999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.54900000000000004,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.39000000000000001,"15min":0.38600000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.63700000000000001}]},{"osd":4,"last update":"Thu Feb 15 17:05:54 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.52500000000000002,"15min":0.51800000000000002},"min":{"1min":0.39200000000000002,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.51700000000000002,"15min":0.50700000000000001},"min":{"1min":0.442,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.75700000000000001}]},{"osd":5,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.77300000000000002}]},{"osd":6,"last update":"Thu Feb 15 17:05:34 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.76500000000000001}]},{"osd":7,"last update":"Thu Feb 15 17:05:54 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.78400000000000003}]}]},{"osd":4,"up_from":31,"seq":133143986205,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":194706,"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":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36699999999999999,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.68999999999999995,"5min":0.745,"15min":0.745},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.51000000000000001,"15min":0.51100000000000001},"min":{"1min":0.36699999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.39700000000000002}]},{"osd":1,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.51600000000000001,"15min":0.52000000000000002},"min":{"1min":0.36399999999999999,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.64900000000000002,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.53500000000000003,"15min":0.53800000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.376}]},{"osd":2,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.54000000000000004,"15min":0.53800000000000003},"min":{"1min":0.41799999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.75700000000000001,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.437},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53200000000000003,"15min":0.53100000000000003},"min":{"1min":0.439,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.70799999999999996,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.48899999999999999}]},{"osd":3,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39800000000000002,"5min":0.377,"15min":0.377},"max":{"1min":0.67200000000000004,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.53200000000000003,"15min":0.53300000000000003},"min":{"1min":0.41399999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.72799999999999998,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.51600000000000001}]},{"osd":5,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.54300000000000004}]},{"osd":6,"last update":"Thu Feb 15 17:05:34 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.63300000000000001}]},{"osd":7,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.55900000000000005}]}]},{"osd":5,"up_from":37,"seq":158913789977,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.56599999999999995}]},{"osd":1,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.52900000000000003}]},{"osd":2,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.60499999999999998}]},{"osd":3,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.62},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.67800000000000005}]},{"osd":4,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.434}]},{"osd":6,"last update":"Thu Feb 15 17:05:33 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.46000000000000002}]},{"osd":7,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.47399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-15T17:06:02.369 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-15T17:06:02.594 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:06:02.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:01.228540+0000 mgr.smithi117.jviopl (mgr.14164) 246 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:01.228540+0000 mgr.smithi117.jviopl (mgr.14164) 246 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:03.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:01.663583+0000 mgr.smithi117.jviopl (mgr.14164) 247 : audit [DBG] from='client.14434 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:06:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:01.663583+0000 mgr.smithi117.jviopl (mgr.14164) 247 : audit [DBG] from='client.14434 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:06:04.491 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:06:04.493 INFO:teuthology.orchestra.run.smithi117.stderr:dumped all 2024-02-15T17:06:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:03.229055+0000 mgr.smithi117.jviopl (mgr.14164) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:03.229055+0000 mgr.smithi117.jviopl (mgr.14164) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:05.216 INFO:teuthology.orchestra.run.smithi117.stdout:{"pg_ready":true,"pg_map":{"version":217,"stamp":"2024-02-15T17:06:03.228819+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":43192,"kb_used_data":3832,"kb_used_omap":0,"kb_used_meta":39296,"kb_avail":749918024,"statfs":{"total":767960285184,"available":767916056576,"internally_reserved":0,"allocated":3923968,"data_stored":1556721,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40239104},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":50,"state":"active+clean","last_fresh":"2024-02-15T17:04:55.883219+0000","last_change":"2024-02-15T17:04:55.883219+0000","last_active":"2024-02-15T17:04:55.883219+0000","last_peered":"2024-02-15T17:04:55.883219+0000","last_clean":"2024-02-15T17:04:55.883219+0000","last_became_active":"2024-02-15T17:04:55.882853+0000","last_became_peered":"2024-02-15T17:04:55.882853+0000","last_unstale":"2024-02-15T17:04:55.883219+0000","last_undegraded":"2024-02-15T17:04:55.883219+0000","last_fullsized":"2024-02-15T17:04:55.883219+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-15T17:03:13.163980+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-15T17:03:13.163980+0000","last_clean_scrub_stamp":"2024-02-15T17:03:13.163980+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397521,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5224,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739928,"statfs":{"total":95995035648,"available":95989686272,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.48099999999999998}]},{"osd":1,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.502}]},{"osd":2,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.497}]},{"osd":3,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.47499999999999998}]},{"osd":4,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.40300000000000002}]},{"osd":5,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.38800000000000001}]},{"osd":6,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.441},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.44800000000000001}]}]},{"osd":6,"up_from":43,"seq":184683593749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5284,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739868,"statfs":{"total":95995035648,"available":95989624832,"internally_reserved":0,"allocated":487424,"data_stored":194441,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.38900000000000001}]},{"osd":1,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.36499999999999999}]},{"osd":2,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.53000000000000003}]},{"osd":3,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.499}]},{"osd":4,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.59599999999999997}]},{"osd":5,"last update":"Thu Feb 15 17:05:36 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.44},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.56000000000000005}]},{"osd":7,"last update":"Thu Feb 15 17:05:58 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.57299999999999995}]}]},{"osd":1,"up_from":14,"seq":60129542187,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:49 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.34300000000000003,"15min":0.33100000000000002},"min":{"1min":0.246,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.34899999999999998,"15min":0.32900000000000001},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.35499999999999998}]},{"osd":2,"last update":"Thu Feb 15 17:05:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.39500000000000002,"15min":0.39100000000000001},"min":{"1min":0.313,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.54700000000000004,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.39600000000000002,"15min":0.39100000000000001},"min":{"1min":0.32100000000000001,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53500000000000003,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.309}]},{"osd":3,"last update":"Thu Feb 15 17:05:38 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.41799999999999998,"15min":0.41999999999999998},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.375},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.39800000000000002,"15min":0.40000000000000002},"min":{"1min":0.29599999999999999,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.52800000000000002,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.38300000000000001}]},{"osd":4,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.59499999999999997,"15min":0.58699999999999997},"min":{"1min":0.45900000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.88500000000000001,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.58899999999999997,"15min":0.58099999999999996},"min":{"1min":0.44900000000000001,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.63800000000000001}]},{"osd":5,"last update":"Thu Feb 15 17:05:15 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.70499999999999996}]},{"osd":6,"last update":"Thu Feb 15 17:05:33 2024","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.65300000000000002}]},{"osd":7,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.57599999999999996}]}]},{"osd":0,"up_from":9,"seq":38654705712,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34799999999999998,"15min":0.34000000000000002},"min":{"1min":0.245,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.498,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.23499999999999999},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.35599999999999998,"15min":0.34300000000000003},"min":{"1min":0.245,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.48599999999999999,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.30399999999999999}]},{"osd":2,"last update":"Thu Feb 15 17:05:19 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.38900000000000001,"15min":0.39100000000000001},"min":{"1min":0.28799999999999998,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.49199999999999999,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.309,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.59399999999999997,"5min":0.754,"15min":0.754},"last":0.35999999999999999}]},{"osd":3,"last update":"Thu Feb 15 17:05:40 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.435,"15min":0.441},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.57099999999999995,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.373,"5min":0.41899999999999998,"15min":0.42699999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.51900000000000002,"5min":0.623,"15min":0.623},"last":0.251}]},{"osd":4,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.57199999999999995,"15min":0.56799999999999995},"min":{"1min":0.45500000000000002,"5min":0.372,"15min":0.372},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.59299999999999997,"15min":0.59099999999999997},"min":{"1min":0.44900000000000001,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.42299999999999999}]},{"osd":5,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.46200000000000002}]},{"osd":6,"last update":"Thu Feb 15 17:05:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.42799999999999999}]},{"osd":7,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.436}]}]},{"osd":2,"up_from":19,"seq":81604378662,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5476,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739676,"statfs":{"total":95995035648,"available":95989428224,"internally_reserved":0,"allocated":487424,"data_stored":194044,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.35799999999999998,"15min":0.34999999999999998},"min":{"1min":0.28799999999999998,"5min":0.186,"15min":0.186},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.434,"5min":0.36199999999999999,"15min":0.34999999999999998},"min":{"1min":0.248,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.223}]},{"osd":1,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.376,"15min":0.36499999999999999},"min":{"1min":0.26400000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.38300000000000001,"15min":0.371},"min":{"1min":0.254,"5min":0.221,"15min":0.221},"max":{"1min":1.139,"5min":1.139,"15min":1.139},"last":0.26100000000000001}]},{"osd":3,"last update":"Thu Feb 15 17:05:37 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.315,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.57499999999999996,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.372},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.32600000000000001,"5min":0.314,"15min":0.314},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.248}]},{"osd":4,"last update":"Thu Feb 15 17:05:55 2024","interfaces":[{"interface":"back","average":{"1min":0.67100000000000004,"5min":0.58699999999999997,"15min":0.57299999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.58099999999999996,"15min":0.57099999999999995},"min":{"1min":0.371,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.876,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.59999999999999998}]},{"osd":5,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.51200000000000001}]},{"osd":6,"last update":"Thu Feb 15 17:05:33 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Feb 15 17:05:55 2024","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.099,"5min":1.099,"15min":1.099},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.49399999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149728,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5416,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739736,"statfs":{"total":95995035648,"available":95989489664,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:38 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.33900000000000002,"15min":0.33500000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.36599999999999999,"15min":0.36099999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.629}]},{"osd":1,"last update":"Thu Feb 15 17:05:38 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.55500000000000005,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.377,"15min":0.375},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.61699999999999999}]},{"osd":2,"last update":"Thu Feb 15 17:05:38 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.39500000000000002,"15min":0.39000000000000001},"min":{"1min":0.29799999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.54900000000000004,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.39000000000000001,"15min":0.38600000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.63700000000000001}]},{"osd":4,"last update":"Thu Feb 15 17:05:54 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.52500000000000002,"15min":0.51800000000000002},"min":{"1min":0.39200000000000002,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.51700000000000002,"15min":0.50700000000000001},"min":{"1min":0.442,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.75700000000000001}]},{"osd":5,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.77300000000000002}]},{"osd":6,"last update":"Thu Feb 15 17:05:34 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.76500000000000001}]},{"osd":7,"last update":"Thu Feb 15 17:05:54 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.78400000000000003}]}]},{"osd":4,"up_from":31,"seq":133143986205,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":194706,"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":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36699999999999999,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.68999999999999995,"5min":0.745,"15min":0.745},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.51000000000000001,"15min":0.51100000000000001},"min":{"1min":0.36699999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.39700000000000002}]},{"osd":1,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.51600000000000001,"15min":0.52000000000000002},"min":{"1min":0.36399999999999999,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.64900000000000002,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.53500000000000003,"15min":0.53800000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.376}]},{"osd":2,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.54000000000000004,"15min":0.53800000000000003},"min":{"1min":0.41799999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.75700000000000001,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.437},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53200000000000003,"15min":0.53100000000000003},"min":{"1min":0.439,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.70799999999999996,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.48899999999999999}]},{"osd":3,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39800000000000002,"5min":0.377,"15min":0.377},"max":{"1min":0.67200000000000004,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.53200000000000003,"15min":0.53300000000000003},"min":{"1min":0.41399999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.72799999999999998,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.51600000000000001}]},{"osd":5,"last update":"Thu Feb 15 17:05:13 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.54300000000000004}]},{"osd":6,"last update":"Thu Feb 15 17:05:34 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.63300000000000001}]},{"osd":7,"last update":"Thu Feb 15 17:05:56 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.55900000000000005}]}]},{"osd":5,"up_from":37,"seq":158913789977,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":194706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.56599999999999995}]},{"osd":1,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.52900000000000003}]},{"osd":2,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.60499999999999998}]},{"osd":3,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.62},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.67800000000000005}]},{"osd":4,"last update":"Thu Feb 15 17:05:12 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.434}]},{"osd":6,"last update":"Thu Feb 15 17:05:33 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.46000000000000002}]},{"osd":7,"last update":"Thu Feb 15 17:05:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.47399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-15T17:06:05.217 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-15T17:06:05.217 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-15T17:06:05.217 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-15T17:06:05.218 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-15T17:06:05.445 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/mon.smithi117/config 2024-02-15T17:06:05.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:04.489572+0000 mgr.smithi117.jviopl (mgr.14164) 249 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:06:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:04.489572+0000 mgr.smithi117.jviopl (mgr.14164) 249 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:06:06.652 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:05.229457+0000 mgr.smithi117.jviopl (mgr.14164) 250 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:06.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:05.229457+0000 mgr.smithi117.jviopl (mgr.14164) 250 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:07.353 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:06:08.068 INFO:teuthology.orchestra.run.smithi117.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-15T17:06:08.069 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-15T17:06:08.069 INFO:tasks.cephadm:Setup complete, yielding 2024-02-15T17:06:08.070 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T17:06:08.080 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:06:08.081 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-15T17:06:08.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:07.229797+0000 mgr.smithi117.jviopl (mgr.14164) 251 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:08.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:07.353380+0000 mon.smithi117 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.117:0/632572124' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-15T17:06:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:07.229797+0000 mgr.smithi117.jviopl (mgr.14164) 251 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:07.353380+0000 mon.smithi117 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.117:0/632572124' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-15T17:06:09.761 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:09.230159+0000 mgr.smithi117.jviopl (mgr.14164) 252 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:09.230159+0000 mgr.smithi117.jviopl (mgr.14164) 252 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:10.162 INFO:teuthology.orchestra.run.smithi117.stdout:Backend: cephadm 2024-02-15T17:06:10.162 INFO:teuthology.orchestra.run.smithi117.stdout:Available: Yes 2024-02-15T17:06:10.162 INFO:teuthology.orchestra.run.smithi117.stdout:Paused: No 2024-02-15T17:06:10.797 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:09.671466+0000 mon.smithi117 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:06:10.797 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:09.671635+0000 mon.smithi117 (mon.0) 583 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:06:10.798 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:10.162251+0000 mgr.smithi117.jviopl (mgr.14164) 253 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:10.815 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-15T17:06:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:09.671466+0000 mon.smithi117 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:06:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:09.671635+0000 mon.smithi117 (mon.0) 583 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:06:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:10.162251+0000 mgr.smithi117.jviopl (mgr.14164) 253 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:11.230464+0000 mgr.smithi117.jviopl (mgr.14164) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:11.230464+0000 mgr.smithi117.jviopl (mgr.14164) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:12.938 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:06:12.938 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (3m) 100s ago 5m 18.7M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:06:12.938 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (5m) 100s ago 5m 6383k - 16.2.5 6933c2a0b7dd 1a2c0702477e 2024-02-15T17:06:12.938 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (4m) 81s ago 4m 6400k - 16.2.5 6933c2a0b7dd 49fe4e8d221f 2024-02-15T17:06:12.938 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (3m) 100s ago 5m 26.6M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:06:12.938 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:9283 running (7m) 100s ago 7m 413M - 16.2.5 6933c2a0b7dd effe6c50d090 2024-02-15T17:06:12.938 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (4m) 81s ago 4m 368M - 16.2.5 6933c2a0b7dd 253e0b837686 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (7m) 100s ago 7m 54.7M 2048M 16.2.5 6933c2a0b7dd 5772def1f7b0 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (4m) 81s ago 4m 55.5M 2048M 16.2.5 6933c2a0b7dd 8ab9e02eb8c3 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (5m) 100s ago 5m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (4m) 81s ago 4m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (4m) 100s ago 4m 30.3M 4299M 16.2.5 6933c2a0b7dd 0041042eb01e 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (3m) 100s ago 3m 32.2M 4299M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (3m) 100s ago 3m 28.5M 4299M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (2m) 100s ago 2m 28.5M 4299M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (2m) 81s ago 2m 29.7M 3992M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (2m) 81s ago 2m 31.8M 3992M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (105s) 81s ago 105s 26.3M 3992M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (84s) 81s ago 84s 12.7M 3992M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:06:12.939 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (3m) 100s ago 4m 37.7M - 2.18.1 de242295e225 c1b49eecdf6d 2024-02-15T17:06:13.648 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-15T17:06:14.341 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:12.931007+0000 mgr.smithi117.jviopl (mgr.14164) 255 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:14.341 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:13.230867+0000 mgr.smithi117.jviopl (mgr.14164) 256 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:12.931007+0000 mgr.smithi117.jviopl (mgr.14164) 255 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:13.230867+0000 mgr.smithi117.jviopl (mgr.14164) 256 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:15.787 INFO:teuthology.orchestra.run.smithi117.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-15T17:06:15.787 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager ?:9093,9094 1/1 103s ago 6m count:1 2024-02-15T17:06:15.787 INFO:teuthology.orchestra.run.smithi117.stdout:crash 2/2 103s ago 6m * 2024-02-15T17:06:15.787 INFO:teuthology.orchestra.run.smithi117.stdout:grafana ?:3000 1/1 103s ago 6m count:1 2024-02-15T17:06:15.787 INFO:teuthology.orchestra.run.smithi117.stdout:mgr 2/2 103s ago 6m count:2 2024-02-15T17:06:15.787 INFO:teuthology.orchestra.run.smithi117.stdout:mon 2/2 103s ago 5m smithi117:172.21.15.117=smithi117;smithi169:172.21.15.169=smithi169;count:2 2024-02-15T17:06:15.787 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter ?:9100 2/2 103s ago 6m * 2024-02-15T17:06:15.788 INFO:teuthology.orchestra.run.smithi117.stdout:osd 8/8 103s ago - 2024-02-15T17:06:15.788 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus ?:9095 1/1 103s ago 6m count:1 2024-02-15T17:06:16.337 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-15T17:06:16.364 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:15.231271+0000 mgr.smithi117.jviopl (mgr.14164) 257 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:15.231271+0000 mgr.smithi117.jviopl (mgr.14164) 257 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:17.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:15.783969+0000 mgr.smithi117.jviopl (mgr.14164) 258 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:15.783969+0000 mgr.smithi117.jviopl (mgr.14164) 258 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:18.414 INFO:teuthology.orchestra.run.smithi117.stdout:HOST ADDR LABELS STATUS 2024-02-15T17:06:18.414 INFO:teuthology.orchestra.run.smithi117.stdout:smithi117 172.21.15.117 2024-02-15T17:06:18.414 INFO:teuthology.orchestra.run.smithi117.stdout:smithi169 172.21.15.169 2024-02-15T17:06:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:17.231626+0000 mgr.smithi117.jviopl (mgr.14164) 259 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:17.231626+0000 mgr.smithi117.jviopl (mgr.14164) 259 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:19.111 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-15T17:06:19.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:18.414085+0000 mgr.smithi117.jviopl (mgr.14164) 260 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:18.414085+0000 mgr.smithi117.jviopl (mgr.14164) 260 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:20.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:19.231960+0000 mgr.smithi117.jviopl (mgr.14164) 261 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:20.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:19.231960+0000 mgr.smithi117.jviopl (mgr.14164) 261 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:21.542 INFO:teuthology.orchestra.run.smithi117.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-15T17:06:21.542 INFO:teuthology.orchestra.run.smithi117.stdout:smithi117 /dev/nvme0n1 ssd PHFT620400V6400BGN 400G Unknown N/A N/A No 2024-02-15T17:06:21.542 INFO:teuthology.orchestra.run.smithi117.stdout:smithi169 /dev/nvme0n1 ssd CVFT623300LN400BGN 400G Unknown N/A N/A No 2024-02-15T17:06:22.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:21.232277+0000 mgr.smithi117.jviopl (mgr.14164) 262 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:22.512 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T17:06:22.521 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:06:22.521 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-15T17:06:22.553 INFO:teuthology.orchestra.run.smithi117.stderr:+ systemctl stop nfs-server 2024-02-15T17:06:22.560 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi169.front.sepia.ceph.com 2024-02-15T17:06:22.561 DEBUG:teuthology.orchestra.run.smithi169:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-15T17:06:22.593 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:21.232277+0000 mgr.smithi117.jviopl (mgr.14164) 262 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:22.597 INFO:teuthology.orchestra.run.smithi169.stderr:+ systemctl stop nfs-server 2024-02-15T17:06:22.608 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T17:06:22.616 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:06:22.616 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-15T17:06:23.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:21.542013+0000 mgr.smithi117.jviopl (mgr.14164) 263 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:23.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:21.542013+0000 mgr.smithi117.jviopl (mgr.14164) 263 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:24.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:23.232725+0000 mgr.smithi117.jviopl (mgr.14164) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:24.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:23.232725+0000 mgr.smithi117.jviopl (mgr.14164) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:25.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:24.670829+0000 mon.smithi117 (mon.0) 584 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-15T17:06:25.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:24.670829+0000 mon.smithi117 (mon.0) 584 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-15T17:06:26.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:24.666609+0000 mgr.smithi117.jviopl (mgr.14164) 265 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:26.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:25.233081+0000 mgr.smithi117.jviopl (mgr.14164) 266 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:26.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:25.314786+0000 mon.smithi117 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-15T17:06:26.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:25.314829+0000 mon.smithi117 (mon.0) 586 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-15T17:06:26.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:25.315788+0000 mon.smithi117 (mon.0) 587 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-15T17:06:26.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T17:06:26.334+0000 7f954ac7f700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:06:26.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:24.666609+0000 mgr.smithi117.jviopl (mgr.14164) 265 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:26.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:25.233081+0000 mgr.smithi117.jviopl (mgr.14164) 266 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:26.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:25.314786+0000 mon.smithi117 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-15T17:06:26.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:25.314829+0000 mon.smithi117 (mon.0) 586 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-15T17:06:26.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:25.315788+0000 mon.smithi117 (mon.0) 587 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-15T17:06:27.079 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-15T17:06:27.088 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-15T17:06:27.088 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.324632+0000 mon.smithi117 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:26.324901+0000 mon.smithi117 (mon.0) 589 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.334418+0000 mon.smithi117 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:26.335337+0000 mon.smithi117 (mon.0) 591 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:26.335385+0000 mon.smithi117 (mon.0) 592 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:26.348358+0000 mon.smithi117 (mon.0) 593 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.348501+0000 mon.smithi117 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:26.348571+0000 mon.smithi117 (mon.0) 595 : cluster [DBG] fsmap foofs:0 2024-02-15T17:06:27.323 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:26.350130+0000 mgr.smithi117.jviopl (mgr.14164) 267 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.353535+0000 mon.smithi117 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.354270+0000 mon.smithi117 (mon.0) 597 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.357063+0000 mon.smithi117 (mon.0) 598 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.358715+0000 mon.smithi117 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.364934+0000 mon.smithi117 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.373453+0000 mon.smithi117 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.374240+0000 mon.smithi117 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.skzbfo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.377000+0000 mon.smithi117 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.skzbfo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T17:06:27.324 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:26.377847+0000 mon.smithi117 (mon.0) 604 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:27.325 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:26.378627+0000 mgr.smithi117.jviopl (mgr.14164) 268 : cephadm [INF] Deploying daemon mds.foofs.smithi117.skzbfo on smithi117 2024-02-15T17:06:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.324632+0000 mon.smithi117 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-15T17:06:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:26.324901+0000 mon.smithi117 (mon.0) 589 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-15T17:06:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.334418+0000 mon.smithi117 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-15T17:06:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:26.335337+0000 mon.smithi117 (mon.0) 591 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:26.335385+0000 mon.smithi117 (mon.0) 592 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:26.348358+0000 mon.smithi117 (mon.0) 593 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.348501+0000 mon.smithi117 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:26.348571+0000 mon.smithi117 (mon.0) 595 : cluster [DBG] fsmap foofs:0 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:26.350130+0000 mgr.smithi117.jviopl (mgr.14164) 267 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.353535+0000 mon.smithi117 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.354270+0000 mon.smithi117 (mon.0) 597 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.357063+0000 mon.smithi117 (mon.0) 598 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.358715+0000 mon.smithi117 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.364934+0000 mon.smithi117 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.373453+0000 mon.smithi117 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.374240+0000 mon.smithi117 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.skzbfo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.377000+0000 mon.smithi117 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.skzbfo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:26.377847+0000 mon.smithi117 (mon.0) 604 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:26.378627+0000 mgr.smithi117.jviopl (mgr.14164) 268 : cephadm [INF] Deploying daemon mds.foofs.smithi117.skzbfo on smithi117 2024-02-15T17:06:28.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:27.233485+0000 mgr.smithi117.jviopl (mgr.14164) 269 : cluster [DBG] pgmap v232: 65 pgs: 9 creating+peering, 55 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:28.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:27.349611+0000 mon.smithi117 (mon.0) 605 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-15T17:06:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:27.233485+0000 mgr.smithi117.jviopl (mgr.14164) 269 : cluster [DBG] pgmap v232: 65 pgs: 9 creating+peering, 55 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:27.349611+0000 mon.smithi117 (mon.0) 605 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-15T17:06:29.623 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:28.357647+0000 mon.smithi117 (mon.0) 606 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-15T17:06:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:28.357647+0000 mon.smithi117 (mon.0) 606 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-15T17:06:30.288 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:06:30.288 INFO:teuthology.orchestra.run.smithi117.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T16:59:57.511059Z", "last_refresh": "2024-02-15T17:04:32.188484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T16:59:45.432798Z", "last_refresh": "2024-02-15T17:04:32.188539Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T16:59:54.824266Z", "last_refresh": "2024-02-15T17:04:32.188592Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-15T17:06:26.353717Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T17:06:26.350153Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T16:59:44.065893Z", "last_refresh": "2024-02-15T17:04:32.188424Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T17:01:01.969558Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi117:172.21.15.117=smithi117", "smithi169:172.21.15.169=smithi169"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T17:01:01.967069Z", "last_refresh": "2024-02-15T17:04:32.188274Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T16:59:56.251534Z", "last_refresh": "2024-02-15T17:04:32.188646Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-15T17:04:32.188750Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T16:59:53.587213Z", "last_refresh": "2024-02-15T17:04:32.188698Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T17:06:30.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:29.234144+0000 mgr.smithi117.jviopl (mgr.14164) 270 : cluster [DBG] pgmap v235: 65 pgs: 1 creating+activating, 9 creating+peering, 12 unknown, 43 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:30.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:30.323883+0000 mon.smithi117 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:30.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:30.325038+0000 mon.smithi117 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi169.xvpiis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T17:06:30.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:30.328022+0000 mon.smithi117 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi169.xvpiis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T17:06:30.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:30.328606+0000 mon.smithi117 (mon.0) 610 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:30.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:29.234144+0000 mgr.smithi117.jviopl (mgr.14164) 270 : cluster [DBG] pgmap v235: 65 pgs: 1 creating+activating, 9 creating+peering, 12 unknown, 43 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:30.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:30.323883+0000 mon.smithi117 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:30.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:30.325038+0000 mon.smithi117 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi169.xvpiis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T17:06:30.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:30.328022+0000 mon.smithi117 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi169.xvpiis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T17:06:30.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:30.328606+0000 mon.smithi117 (mon.0) 610 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:31.065 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-15T17:06:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:30.285527+0000 mgr.smithi117.jviopl (mgr.14164) 271 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:06:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:30.329203+0000 mgr.smithi117.jviopl (mgr.14164) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi169.xvpiis on smithi169 2024-02-15T17:06:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:30.600072+0000 mon.smithi117 (mon.0) 611 : cluster [DBG] mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908] up:boot 2024-02-15T17:06:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:30.600124+0000 mon.smithi117 (mon.0) 612 : cluster [INF] daemon mds.foofs.smithi117.skzbfo assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-15T17:06:31.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:30.600190+0000 mon.smithi117 (mon.0) 613 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T17:06:31.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:30.600214+0000 mon.smithi117 (mon.0) 614 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-15T17:06:31.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:30.600230+0000 mon.smithi117 (mon.0) 615 : cluster [INF] Cluster is now healthy 2024-02-15T17:06:31.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:30.600455+0000 mon.smithi117 (mon.0) 616 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-15T17:06:31.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:30.600559+0000 mon.smithi117 (mon.0) 617 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:06:31.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:30.604043+0000 mon.smithi117 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:creating} 2024-02-15T17:06:31.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:30.615325+0000 mon.smithi117 (mon.0) 619 : cluster [INF] daemon mds.foofs.smithi117.skzbfo is now active in filesystem foofs as rank 0 2024-02-15T17:06:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:30.285527+0000 mgr.smithi117.jviopl (mgr.14164) 271 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:06:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:30.329203+0000 mgr.smithi117.jviopl (mgr.14164) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi169.xvpiis on smithi169 2024-02-15T17:06:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:30.600072+0000 mon.smithi117 (mon.0) 611 : cluster [DBG] mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908] up:boot 2024-02-15T17:06:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:30.600124+0000 mon.smithi117 (mon.0) 612 : cluster [INF] daemon mds.foofs.smithi117.skzbfo assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-15T17:06:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:30.600190+0000 mon.smithi117 (mon.0) 613 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T17:06:31.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:30.600214+0000 mon.smithi117 (mon.0) 614 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-15T17:06:31.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:30.600230+0000 mon.smithi117 (mon.0) 615 : cluster [INF] Cluster is now healthy 2024-02-15T17:06:31.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:30.600455+0000 mon.smithi117 (mon.0) 616 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-15T17:06:31.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:30.600559+0000 mon.smithi117 (mon.0) 617 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:06:31.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:30.604043+0000 mon.smithi117 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:creating} 2024-02-15T17:06:31.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:30.615325+0000 mon.smithi117 (mon.0) 619 : cluster [INF] daemon mds.foofs.smithi117.skzbfo is now active in filesystem foofs as rank 0 2024-02-15T17:06:32.066 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-15T17:06:32.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:31.234593+0000 mgr.smithi117.jviopl (mgr.14164) 273 : cluster [DBG] pgmap v236: 65 pgs: 1 creating+activating, 64 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:32.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:31.608237+0000 mon.smithi117 (mon.0) 620 : cluster [DBG] mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908] up:active 2024-02-15T17:06:32.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:31.608301+0000 mon.smithi117 (mon.0) 621 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 2024-02-15T17:06:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:31.234593+0000 mgr.smithi117.jviopl (mgr.14164) 273 : cluster [DBG] pgmap v236: 65 pgs: 1 creating+activating, 64 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:31.608237+0000 mon.smithi117 (mon.0) 620 : cluster [DBG] mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908] up:active 2024-02-15T17:06:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:31.608301+0000 mon.smithi117 (mon.0) 621 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 2024-02-15T17:06:34.076 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:06:34.076 INFO:teuthology.orchestra.run.smithi117.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T16:59:57.511059Z", "last_refresh": "2024-02-15T17:04:32.188484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T16:59:45.432798Z", "last_refresh": "2024-02-15T17:04:32.188539Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T16:59:54.824266Z", "last_refresh": "2024-02-15T17:04:32.188592Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-15T17:06:26.353717Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T17:06:26.350153Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T16:59:44.065893Z", "last_refresh": "2024-02-15T17:04:32.188424Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T17:01:01.969558Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi117:172.21.15.117=smithi117", "smithi169:172.21.15.169=smithi169"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T17:01:01.967069Z", "last_refresh": "2024-02-15T17:04:32.188274Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T16:59:56.251534Z", "last_refresh": "2024-02-15T17:04:32.188646Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-15T17:04:32.188750Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T16:59:53.587213Z", "last_refresh": "2024-02-15T17:04:32.188698Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:32.813067+0000 mon.smithi117 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:32.813982+0000 mon.smithi117 (mon.0) 623 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:32.814782+0000 mon.smithi117 (mon.0) 624 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:32.815329+0000 mon.smithi117 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:33.235120+0000 mgr.smithi117.jviopl (mgr.14164) 274 : cluster [DBG] pgmap v237: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:33.362734+0000 mon.smithi117 (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:boot 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:33.362993+0000 mon.smithi117 (mon.0) 627 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:33.363114+0000 mon.smithi117 (mon.0) 628 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:06:34.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:33.365080+0000 mon.smithi117 (mon.0) 629 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:06:34.182 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:32.813067+0000 mon.smithi117 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:34.182 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:32.813982+0000 mon.smithi117 (mon.0) 623 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:06:34.182 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:32.814782+0000 mon.smithi117 (mon.0) 624 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:34.182 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:32.815329+0000 mon.smithi117 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:06:34.182 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:33.235120+0000 mgr.smithi117.jviopl (mgr.14164) 274 : cluster [DBG] pgmap v237: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T17:06:34.183 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:33.362734+0000 mon.smithi117 (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:boot 2024-02-15T17:06:34.183 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:33.362993+0000 mon.smithi117 (mon.0) 627 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:06:34.183 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:33.363114+0000 mon.smithi117 (mon.0) 628 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:06:34.183 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:33.365080+0000 mon.smithi117 (mon.0) 629 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:06:34.751 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-15T17:06:34.751 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T17:06:34.760 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:06:34.761 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-15T17:06:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:34.072822+0000 mgr.smithi117.jviopl (mgr.14164) 275 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:06:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:34.687422+0000 mon.smithi117 (mon.0) 630 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:35.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:34.072822+0000 mgr.smithi117.jviopl (mgr.14164) 275 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:06:35.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:34.687422+0000 mon.smithi117 (mon.0) 630 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:36.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:34.893699+0000 mon.smithi117 (mon.0) 631 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:36.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:35.235476+0000 mgr.smithi117.jviopl (mgr.14164) 276 : cluster [DBG] pgmap v238: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-15T17:06:36.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:34.893699+0000 mon.smithi117 (mon.0) 631 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:36.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:35.235476+0000 mgr.smithi117.jviopl (mgr.14164) 276 : cluster [DBG] pgmap v238: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-15T17:06:38.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:36.899605+0000 mon.smithi117 (mon.0) 632 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:standby 2024-02-15T17:06:38.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:36.899672+0000 mon.smithi117 (mon.0) 633 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:06:38.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:37.235910+0000 mgr.smithi117.jviopl (mgr.14164) 277 : cluster [DBG] pgmap v239: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 1 op/s 2024-02-15T17:06:38.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:36.899605+0000 mon.smithi117 (mon.0) 632 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:standby 2024-02-15T17:06:38.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:36.899672+0000 mon.smithi117 (mon.0) 633 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:06:38.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:37.235910+0000 mgr.smithi117.jviopl (mgr.14164) 277 : cluster [DBG] pgmap v239: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 1 op/s 2024-02-15T17:06:39.080 INFO:teuthology.orchestra.run.smithi117.stdout:NFS Cluster Created Successfully 2024-02-15T17:06:39.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:37.762932+0000 mgr.smithi117.jviopl (mgr.14164) 278 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:39.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:37.764108+0000 mon.smithi117 (mon.0) 634 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-15T17:06:39.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:38.053901+0000 mon.smithi117 (mon.0) 635 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-15T17:06:39.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:38.053956+0000 mon.smithi117 (mon.0) 636 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-15T17:06:39.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:38.054801+0000 mon.smithi117 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-15T17:06:39.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:37.762932+0000 mgr.smithi117.jviopl (mgr.14164) 278 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:39.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:37.764108+0000 mon.smithi117 (mon.0) 634 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-15T17:06:39.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:38.053901+0000 mon.smithi117 (mon.0) 635 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-15T17:06:39.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:38.053956+0000 mon.smithi117 (mon.0) 636 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-15T17:06:39.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:38.054801+0000 mon.smithi117 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-15T17:06:39.816 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-15T17:06:40.372 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:39.057582+0000 mon.smithi117 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-15T17:06:40.372 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:39.057795+0000 mon.smithi117 (mon.0) 639 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-15T17:06:40.372 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:39.077428+0000 mgr.smithi117.jviopl (mgr.14164) 279 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-15T17:06:40.372 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:39.080290+0000 mon.smithi117 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:40.372 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:39.236305+0000 mgr.smithi117.jviopl (mgr.14164) 280 : cluster [DBG] pgmap v242: 97 pgs: 12 creating+peering, 20 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 1 op/s 2024-02-15T17:06:40.372 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:39.691386+0000 mon.smithi117 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:40.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:39.057582+0000 mon.smithi117 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-15T17:06:40.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:39.057795+0000 mon.smithi117 (mon.0) 639 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-15T17:06:40.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:39.077428+0000 mgr.smithi117.jviopl (mgr.14164) 279 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-15T17:06:40.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:39.080290+0000 mon.smithi117 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:40.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:39.236305+0000 mgr.smithi117.jviopl (mgr.14164) 280 : cluster [DBG] pgmap v242: 97 pgs: 12 creating+peering, 20 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 1 op/s 2024-02-15T17:06:40.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:39.691386+0000 mon.smithi117 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:41.304 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:40.063701+0000 mon.smithi117 (mon.0) 642 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-15T17:06:41.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:40.063701+0000 mon.smithi117 (mon.0) 642 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:41.087394+0000 mon.smithi117 (mon.0) 643 : cluster [DBG] mgrmap e19: smithi117.jviopl(active, since 6m), standbys: smithi169.mptjes 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:41.236720+0000 mgr.smithi117.jviopl (mgr.14164) 281 : cluster [DBG] pgmap v244: 97 pgs: 12 creating+peering, 13 unknown, 72 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:41.983760+0000 mon.smithi117 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:41.987366+0000 mon.smithi117 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:41.993673+0000 mon.smithi117 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.004570+0000 mon.smithi117 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.007551+0000 mon.smithi117 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.008292+0000 mon.smithi117 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.010809+0000 mon.smithi117 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-15T17:06:42.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.012147+0000 mon.smithi117 (mon.0) 651 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:42.089 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.054621+0000 mon.smithi117 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:06:42.089 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.057678+0000 mon.smithi117 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:06:42.288 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:06:42.289 INFO:teuthology.orchestra.run.smithi117.stdout: "bind": "/fake", 2024-02-15T17:06:42.289 INFO:teuthology.orchestra.run.smithi117.stdout: "fs": "foofs", 2024-02-15T17:06:42.289 INFO:teuthology.orchestra.run.smithi117.stdout: "path": "/", 2024-02-15T17:06:42.289 INFO:teuthology.orchestra.run.smithi117.stdout: "cluster": "foo", 2024-02-15T17:06:42.289 INFO:teuthology.orchestra.run.smithi117.stdout: "mode": "RW" 2024-02-15T17:06:42.289 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:06:42.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:41.087394+0000 mon.smithi117 (mon.0) 643 : cluster [DBG] mgrmap e19: smithi117.jviopl(active, since 6m), standbys: smithi169.mptjes 2024-02-15T17:06:42.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:41.236720+0000 mgr.smithi117.jviopl (mgr.14164) 281 : cluster [DBG] pgmap v244: 97 pgs: 12 creating+peering, 13 unknown, 72 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-02-15T17:06:42.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:41.983760+0000 mon.smithi117 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:41.987366+0000 mon.smithi117 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:41.993673+0000 mon.smithi117 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.004570+0000 mon.smithi117 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.007551+0000 mon.smithi117 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.008292+0000 mon.smithi117 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.010809+0000 mon.smithi117 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.012147+0000 mon.smithi117 (mon.0) 651 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.054621+0000 mon.smithi117 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:06:42.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.057678+0000 mon.smithi117 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:06:43.287 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-15T17:06:43.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:42.004313+0000 mgr.smithi117.jviopl (mgr.14164) 282 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi117.zjrrxe 2024-02-15T17:06:43.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:42.008067+0000 mgr.smithi117.jviopl (mgr.14164) 283 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T17:06:43.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:42.101307+0000 mgr.smithi117.jviopl (mgr.14164) 284 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:06:43.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:42.101442+0000 mgr.smithi117.jviopl (mgr.14164) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi117.zjrrxe-rgw 2024-02-15T17:06:43.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.101817+0000 mon.smithi117 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:06:43.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.104994+0000 mon.smithi117 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T17:06:43.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.108686+0000 mon.smithi117 (mon.0) 656 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:43.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:42.109316+0000 mgr.smithi117.jviopl (mgr.14164) 286 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi117.zjrrxe on smithi117 2024-02-15T17:06:43.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.260881+0000 mgr.smithi117.jviopl (mgr.14164) 287 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:43.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.281273+0000 mon.smithi117 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T17:06:43.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:42.284930+0000 mon.smithi117 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-15T17:06:43.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:42.004313+0000 mgr.smithi117.jviopl (mgr.14164) 282 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi117.zjrrxe 2024-02-15T17:06:43.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:42.008067+0000 mgr.smithi117.jviopl (mgr.14164) 283 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T17:06:43.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:42.101307+0000 mgr.smithi117.jviopl (mgr.14164) 284 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:06:43.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:42.101442+0000 mgr.smithi117.jviopl (mgr.14164) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi117.zjrrxe-rgw 2024-02-15T17:06:43.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.101817+0000 mon.smithi117 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:06:43.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.104994+0000 mon.smithi117 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T17:06:43.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.108686+0000 mon.smithi117 (mon.0) 656 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:43.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:42.109316+0000 mgr.smithi117.jviopl (mgr.14164) 286 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi117.zjrrxe on smithi117 2024-02-15T17:06:43.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.260881+0000 mgr.smithi117.jviopl (mgr.14164) 287 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:43.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.281273+0000 mon.smithi117 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T17:06:43.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:42.284930+0000 mon.smithi117 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-15T17:06:44.207 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:43.237219+0000 mgr.smithi117.jviopl (mgr.14164) 288 : cluster [DBG] pgmap v245: 97 pgs: 11 creating+peering, 86 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-15T17:06:44.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:43.237219+0000 mgr.smithi117.jviopl (mgr.14164) 288 : cluster [DBG] pgmap v245: 97 pgs: 11 creating+peering, 86 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-15T17:06:46.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:45.237836+0000 mgr.smithi117.jviopl (mgr.14164) 289 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 142 B/s wr, 0 op/s 2024-02-15T17:06:46.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:45.889936+0000 mon.smithi117 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:46.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:45.891071+0000 mon.smithi117 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi169.glixgr", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T17:06:46.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:45.893539+0000 mon.smithi117 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi169.glixgr", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T17:06:46.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:45.894238+0000 mon.smithi117 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-15T17:06:46.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:45.896644+0000 mon.smithi117 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-15T17:06:46.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:45.897664+0000 mon.smithi117 (mon.0) 664 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:45.237836+0000 mgr.smithi117.jviopl (mgr.14164) 289 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 142 B/s wr, 0 op/s 2024-02-15T17:06:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:45.889936+0000 mon.smithi117 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:45.891071+0000 mon.smithi117 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi169.glixgr", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T17:06:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:45.893539+0000 mon.smithi117 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi169.glixgr", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T17:06:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:45.894238+0000 mon.smithi117 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-15T17:06:46.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:45.896644+0000 mon.smithi117 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-15T17:06:46.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:45.897664+0000 mon.smithi117 (mon.0) 664 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:45.890859+0000 mgr.smithi117.jviopl (mgr.14164) 290 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi169.glixgr 2024-02-15T17:06:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:45.893945+0000 mgr.smithi117.jviopl (mgr.14164) 291 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T17:06:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:46.493657+0000 mgr.smithi117.jviopl (mgr.14164) 292 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:45.890859+0000 mgr.smithi117.jviopl (mgr.14164) 290 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi169.glixgr 2024-02-15T17:06:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:45.893945+0000 mgr.smithi117.jviopl (mgr.14164) 291 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T17:06:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:46.493657+0000 mgr.smithi117.jviopl (mgr.14164) 292 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:48.552 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:47.238426+0000 mgr.smithi117.jviopl (mgr.14164) 293 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-15T17:06:48.553 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:47.987292+0000 mon.smithi117 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:06:48.553 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:47.990640+0000 mon.smithi117 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:06:48.553 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:48.032871+0000 mon.smithi117 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:06:48.553 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:48.035802+0000 mon.smithi117 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T17:06:48.553 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:48.037203+0000 mon.smithi117 (mon.0) 669 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:47.238426+0000 mgr.smithi117.jviopl (mgr.14164) 293 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-15T17:06:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:47.987292+0000 mon.smithi117 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:06:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:47.990640+0000 mon.smithi117 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:06:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:48.032871+0000 mon.smithi117 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:06:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:48.035802+0000 mon.smithi117 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T17:06:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:48.037203+0000 mon.smithi117 (mon.0) 669 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:49.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:47.777606+0000 mgr.smithi117.jviopl (mgr.14164) 294 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:49.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:48.032462+0000 mgr.smithi117.jviopl (mgr.14164) 295 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:06:49.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:48.032552+0000 mgr.smithi117.jviopl (mgr.14164) 296 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi169.glixgr-rgw 2024-02-15T17:06:49.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:06:48.037827+0000 mgr.smithi117.jviopl (mgr.14164) 297 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi169.glixgr on smithi169 2024-02-15T17:06:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:47.777606+0000 mgr.smithi117.jviopl (mgr.14164) 294 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:48.032462+0000 mgr.smithi117.jviopl (mgr.14164) 295 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:06:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:48.032552+0000 mgr.smithi117.jviopl (mgr.14164) 296 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi169.glixgr-rgw 2024-02-15T17:06:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:06:48.037827+0000 mgr.smithi117.jviopl (mgr.14164) 297 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi169.glixgr on smithi169 2024-02-15T17:06:50.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:49.058457+0000 mgr.smithi117.jviopl (mgr.14164) 298 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:50.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:49.239169+0000 mgr.smithi117.jviopl (mgr.14164) 299 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-15T17:06:50.461 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:49.058457+0000 mgr.smithi117.jviopl (mgr.14164) 298 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:50.461 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:49.239169+0000 mgr.smithi117.jviopl (mgr.14164) 299 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-15T17:06:51.656 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo 2/2 - 12s count:2 2024-02-15T17:06:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:50.340823+0000 mgr.smithi117.jviopl (mgr.14164) 300 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:50.568658+0000 mon.smithi117 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:50.569822+0000 mon.smithi117 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:06:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:50.570715+0000 mon.smithi117 (mon.0) 672 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:50.571317+0000 mon.smithi117 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:06:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:50.340823+0000 mgr.smithi117.jviopl (mgr.14164) 300 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:50.568658+0000 mon.smithi117 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:50.569822+0000 mon.smithi117 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:06:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:50.570715+0000 mon.smithi117 (mon.0) 672 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:06:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:50.571317+0000 mon.smithi117 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:06:52.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:51.239759+0000 mgr.smithi117.jviopl (mgr.14164) 301 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-02-15T17:06:52.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:51.239759+0000 mgr.smithi117.jviopl (mgr.14164) 301 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-02-15T17:06:53.356 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T17:06:53.366 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:06:53.366 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-15T17:06:53.401 INFO:teuthology.orchestra.run.smithi117.stderr:+ mkdir /mnt/foo 2024-02-15T17:06:53.427 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-15T17:06:53.494 INFO:teuthology.orchestra.run.smithi117.stderr:++ hostname 2024-02-15T17:06:53.495 INFO:teuthology.orchestra.run.smithi117.stderr:+ mount -t nfs smithi117:/fake /mnt/foo -o sync 2024-02-15T17:06:53.627 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:51.639359+0000 mgr.smithi117.jviopl (mgr.14164) 302 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:51.639359+0000 mgr.smithi117.jviopl (mgr.14164) 302 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:06:54.174 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-15T17:06:54.244 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo test 2024-02-15T17:06:54.254 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-15T17:06:54.320 INFO:teuthology.orchestra.run.smithi117.stderr:+ sync 2024-02-15T17:06:54.680 INFO:teuthology.run_tasks:Running task parallel... 2024-02-15T17:06:54.690 INFO:teuthology.task.parallel:starting parallel... 2024-02-15T17:06:54.691 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-15T17:06:54.691 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-15T17:06:54.691 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:06:54.692 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-15T17:06:54.692 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-15T17:06:54.692 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-15T17:06:54.693 INFO:teuthology.task.exec:Executing custom commands... 2024-02-15T17:06:54.693 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:06:54.693 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-15T17:06:54.746 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:53.240258+0000 mgr.smithi117.jviopl (mgr.14164) 303 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-02-15T17:06:54.746 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:53.469609+0000 mon.smithi117 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:54.790 INFO:teuthology.orchestra.run.smithi117.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-15T17:06:54.790 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:06:54.790 INFO:teuthology.orchestra.run.smithi117.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-15T17:06:54.803 INFO:teuthology.orchestra.run.smithi117.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-15T17:06:54.904 INFO:teuthology.orchestra.run.smithi117.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-15T17:06:54.904 INFO:teuthology.orchestra.run.smithi117.stdout:releasing clients 2024-02-15T17:06:54.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:53.240258+0000 mgr.smithi117.jviopl (mgr.14164) 303 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-02-15T17:06:54.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:53.469609+0000 mon.smithi117 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:55.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 312 57.23 MB/sec warmup 1 sec latency 11.187 ms 2024-02-15T17:06:56.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:06:54.695970+0000 mon.smithi117 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:56.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:55.240754+0000 mgr.smithi117.jviopl (mgr.14164) 304 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-02-15T17:06:56.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:06:54.695970+0000 mon.smithi117 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:06:56.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:55.240754+0000 mgr.smithi117.jviopl (mgr.14164) 304 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-02-15T17:06:56.903 INFO:teuthology.orchestra.run.smithi117.stdout: 5 710 53.06 MB/sec warmup 2 sec latency 10.938 ms 2024-02-15T17:06:57.903 INFO:teuthology.orchestra.run.smithi117.stdout: 5 1923 44.06 MB/sec warmup 3 sec latency 9.930 ms 2024-02-15T17:06:58.405 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:57.241268+0000 mgr.smithi117.jviopl (mgr.14164) 305 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 14 MiB data, 54 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.2 MiB/s wr, 26 op/s 2024-02-15T17:06:58.430 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-15T17:06:58.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:57.241268+0000 mgr.smithi117.jviopl (mgr.14164) 305 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 14 MiB data, 54 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.2 MiB/s wr, 26 op/s 2024-02-15T17:06:58.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 3372 45.00 MB/sec warmup 4 sec latency 12.375 ms 2024-02-15T17:06:59.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 4387 40.61 MB/sec warmup 5 sec latency 15.255 ms 2024-02-15T17:06:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:06:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:06:59.242194+0000 mgr.smithi117.jviopl (mgr.14164) 306 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 80 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 7.1 MiB/s wr, 283 op/s 2024-02-15T17:06:59.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:06:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:06:59.242194+0000 mgr.smithi117.jviopl (mgr.14164) 306 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 80 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 7.1 MiB/s wr, 283 op/s 2024-02-15T17:07:00.903 INFO:teuthology.orchestra.run.smithi117.stdout: 5 5869 38.84 MB/sec warmup 6 sec latency 9.859 ms 2024-02-15T17:07:01.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 6925 39.37 MB/sec warmup 7 sec latency 20.986 ms 2024-02-15T17:07:02.425 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-15T17:07:02.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:01.242589+0000 mgr.smithi117.jviopl (mgr.14164) 307 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 122 MiB data, 548 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 12 MiB/s wr, 633 op/s 2024-02-15T17:07:02.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:01.674155+0000 mon.smithi117 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:01.242589+0000 mgr.smithi117.jviopl (mgr.14164) 307 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 122 MiB data, 548 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 12 MiB/s wr, 633 op/s 2024-02-15T17:07:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:01.674155+0000 mon.smithi117 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:02.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 7982 37.42 MB/sec warmup 8 sec latency 15.239 ms 2024-02-15T17:07:03.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 9297 36.26 MB/sec warmup 9 sec latency 28.679 ms 2024-02-15T17:07:03.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:02.597797+0000 mon.smithi117 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:03.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:02.606423+0000 mon.smithi117 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:03.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:02.608977+0000 mon.smithi117 (mon.0) 679 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:07:03.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:02.610349+0000 mon.smithi117 (mon.0) 680 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:07:03.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:02.611335+0000 mon.smithi117 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:07:03.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:02.957279+0000 mon.smithi117 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:03.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:02.964975+0000 mon.smithi117 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:03.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:03.243137+0000 mgr.smithi117.jviopl (mgr.14164) 308 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 134 MiB data, 618 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 15 MiB/s wr, 875 op/s 2024-02-15T17:07:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:02.597797+0000 mon.smithi117 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:02.606423+0000 mon.smithi117 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:02.608977+0000 mon.smithi117 (mon.0) 679 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:07:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:02.610349+0000 mon.smithi117 (mon.0) 680 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:07:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:02.611335+0000 mon.smithi117 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:07:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:02.957279+0000 mon.smithi117 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:02.964975+0000 mon.smithi117 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:03.243137+0000 mgr.smithi117.jviopl (mgr.14164) 308 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 134 MiB data, 618 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 15 MiB/s wr, 875 op/s 2024-02-15T17:07:04.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 10555 37.45 MB/sec warmup 10 sec latency 19.797 ms 2024-02-15T17:07:05.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 11435 35.80 MB/sec warmup 11 sec latency 61.137 ms 2024-02-15T17:07:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:05.091582+0000 mon.smithi117 (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' 2024-02-15T17:07:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:05.095665+0000 mon.smithi117 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:07:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:05.097664+0000 mon.smithi117 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:07:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:05.099815+0000 mon.smithi117 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:07:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:05.108063+0000 mon.smithi117 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:05.116695+0000 mon.smithi117 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:05.243635+0000 mgr.smithi117.jviopl (mgr.14164) 309 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 135 MiB data, 669 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 16 MiB/s wr, 931 op/s 2024-02-15T17:07:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:05.091582+0000 mon.smithi117 (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' 2024-02-15T17:07:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:05.095665+0000 mon.smithi117 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:07:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:05.097664+0000 mon.smithi117 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:07:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:05.099815+0000 mon.smithi117 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:07:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:05.108063+0000 mon.smithi117 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:05.116695+0000 mon.smithi117 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:06.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:05.243635+0000 mgr.smithi117.jviopl (mgr.14164) 309 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 135 MiB data, 669 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 16 MiB/s wr, 931 op/s 2024-02-15T17:07:06.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 12840 35.18 MB/sec warmup 12 sec latency 22.359 ms 2024-02-15T17:07:07.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 14125 36.18 MB/sec warmup 13 sec latency 13.889 ms 2024-02-15T17:07:07.993 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-15T17:07:08.569 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:07.244075+0000 mgr.smithi117.jviopl (mgr.14164) 310 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 148 MiB data, 708 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 20 MiB/s wr, 1.39k op/s 2024-02-15T17:07:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:07.244075+0000 mgr.smithi117.jviopl (mgr.14164) 310 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 148 MiB data, 708 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 20 MiB/s wr, 1.39k op/s 2024-02-15T17:07:08.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 14942 34.92 MB/sec warmup 14 sec latency 20.223 ms 2024-02-15T17:07:09.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 16017 34.28 MB/sec warmup 15 sec latency 15.588 ms 2024-02-15T17:07:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:09.244680+0000 mgr.smithi117.jviopl (mgr.14164) 311 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 161 MiB data, 803 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 22 MiB/s wr, 1.70k op/s 2024-02-15T17:07:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.542698+0000 mon.smithi117 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-15T17:07:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.542967+0000 mon.smithi117 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-15T17:07:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.543203+0000 mon.smithi117 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-15T17:07:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.543436+0000 mon.smithi117 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-15T17:07:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:09.244680+0000 mgr.smithi117.jviopl (mgr.14164) 311 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 161 MiB data, 803 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 22 MiB/s wr, 1.70k op/s 2024-02-15T17:07:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.542698+0000 mon.smithi117 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-15T17:07:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.542967+0000 mon.smithi117 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-15T17:07:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.543203+0000 mon.smithi117 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-15T17:07:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.543436+0000 mon.smithi117 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-15T17:07:10.636 INFO:teuthology.orchestra.run.smithi117.stderr:module 'nfs' is already enabled 2024-02-15T17:07:10.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 17352 34.65 MB/sec warmup 16 sec latency 23.281 ms 2024-02-15T17:07:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.620080+0000 mon.smithi117 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2024-02-15T17:07:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.620164+0000 mon.smithi117 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-02-15T17:07:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.620216+0000 mon.smithi117 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-02-15T17:07:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.620269+0000 mon.smithi117 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-02-15T17:07:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:09.620327+0000 mon.smithi117 (mon.0) 698 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-15T17:07:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.673844+0000 mon.smithi117 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:07:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:09.682383+0000 mon.smithi117 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:07:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:10.543748+0000 mon.smithi117 (mon.0) 701 : audit [INF] from='client.? 172.21.15.117:0/4181553334' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-15T17:07:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.620080+0000 mon.smithi117 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2024-02-15T17:07:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.620164+0000 mon.smithi117 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-02-15T17:07:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.620216+0000 mon.smithi117 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-02-15T17:07:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.620269+0000 mon.smithi117 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-02-15T17:07:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:09.620327+0000 mon.smithi117 (mon.0) 698 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-15T17:07:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.673844+0000 mon.smithi117 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:07:10.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:09.682383+0000 mon.smithi117 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:07:10.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:10.543748+0000 mon.smithi117 (mon.0) 701 : audit [INF] from='client.? 172.21.15.117:0/4181553334' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-15T17:07:11.511 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-15T17:07:11.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 18482 34.38 MB/sec warmup 17 sec latency 19.324 ms 2024-02-15T17:07:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:10.619604+0000 mon.smithi117 (mon.0) 702 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-15T17:07:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:10.630184+0000 mon.smithi117 (mon.0) 703 : audit [INF] from='client.? 172.21.15.117:0/4181553334' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-15T17:07:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:10.630241+0000 mon.smithi117 (mon.0) 704 : cluster [DBG] mgrmap e20: smithi117.jviopl(active, since 7m), standbys: smithi169.mptjes 2024-02-15T17:07:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:11.245061+0000 mgr.smithi117.jviopl (mgr.14164) 312 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 169 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 17 MiB/s wr, 1.53k op/s 2024-02-15T17:07:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:10.619604+0000 mon.smithi117 (mon.0) 702 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-15T17:07:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:10.630184+0000 mon.smithi117 (mon.0) 703 : audit [INF] from='client.? 172.21.15.117:0/4181553334' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-15T17:07:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:10.630241+0000 mon.smithi117 (mon.0) 704 : cluster [DBG] mgrmap e20: smithi117.jviopl(active, since 7m), standbys: smithi169.mptjes 2024-02-15T17:07:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:11.245061+0000 mgr.smithi117.jviopl (mgr.14164) 312 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 169 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 17 MiB/s wr, 1.53k op/s 2024-02-15T17:07:12.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 19647 33.90 MB/sec warmup 18 sec latency 16.451 ms 2024-02-15T17:07:13.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 20821 34.03 MB/sec warmup 19 sec latency 23.408 ms 2024-02-15T17:07:14.055 INFO:teuthology.orchestra.run.smithi117.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T17:07:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:13.245687+0000 mgr.smithi117.jviopl (mgr.14164) 313 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 173 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 19 MiB/s wr, 1.77k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:14.055394+0000 mon.smithi117 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:14.056165+0000 mon.smithi117 (mon.0) 706 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:07:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:14.057491+0000 mon.smithi117 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:07:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:14.058301+0000 mon.smithi117 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:07:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:14.063831+0000 mon.smithi117 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:14.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:14.071613+0000 mon.smithi117 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:13.245687+0000 mgr.smithi117.jviopl (mgr.14164) 313 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 173 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 19 MiB/s wr, 1.77k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:14.055394+0000 mon.smithi117 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:14.056165+0000 mon.smithi117 (mon.0) 706 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:07:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:14.057491+0000 mon.smithi117 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:07:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:14.058301+0000 mon.smithi117 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:07:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:14.063831+0000 mon.smithi117 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:14.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:14.071613+0000 mon.smithi117 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:14.904 INFO:teuthology.orchestra.run.smithi117.stdout: 5 21814 33.94 MB/sec warmup 20 sec latency 20.885 ms 2024-02-15T17:07:14.996 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-15T17:07:14.997 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:07:14.997 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-02-15T17:07:15.306 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:14.050641+0000 mgr.smithi117.jviopl (mgr.14164) 314 : audit [DBG] from='client.24343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:15.306 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:07:14.051580+0000 mgr.smithi117.jviopl (mgr.14164) 315 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T17:07:15.306 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:07:14.073783+0000 mgr.smithi117.jviopl (mgr.14164) 316 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T17:07:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:14.050641+0000 mgr.smithi117.jviopl (mgr.14164) 314 : audit [DBG] from='client.24343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:07:14.051580+0000 mgr.smithi117.jviopl (mgr.14164) 315 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T17:07:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:07:14.073783+0000 mgr.smithi117.jviopl (mgr.14164) 316 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T17:07:15.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 22586 33.09 MB/sec warmup 21 sec latency 20.277 ms 2024-02-15T17:07:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:15.246208+0000 mgr.smithi117.jviopl (mgr.14164) 317 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 179 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.41k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:15.246208+0000 mgr.smithi117.jviopl (mgr.14164) 317 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 179 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.41k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:16.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 23607 32.31 MB/sec warmup 22 sec latency 24.038 ms 2024-02-15T17:07:17.679 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:07:17.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 24706 32.85 MB/sec warmup 23 sec latency 22.081 ms 2024-02-15T17:07:18.563 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:07:18.563 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (5m) 16s ago 6m 22.2M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:07:18.563 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (6m) 16s ago 6m 6383k - 16.2.5 6933c2a0b7dd 1a2c0702477e 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (5m) 25s ago 5m 6400k - 16.2.5 6933c2a0b7dd 49fe4e8d221f 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (4m) 16s ago 6m 32.8M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (48s) 16s ago 48s 13.2M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (46s) 25s ago 45s 11.8M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:9283 running (8m) 16s ago 8m 421M - 16.2.5 6933c2a0b7dd effe6c50d090 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (5m) 25s ago 5m 369M - 16.2.5 6933c2a0b7dd 253e0b837686 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (8m) 16s ago 8m 47.8M 2048M 16.2.5 6933c2a0b7dd 5772def1f7b0 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (5m) 25s ago 5m 37.7M 2048M 16.2.5 6933c2a0b7dd 8ab9e02eb8c3 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.0.smithi117.zjrrxe smithi117 *:2049 running (34s) 16s ago 32s 64.1M - 3.5 6933c2a0b7dd 9f2fc68abfab 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.0.smithi169.glixgr smithi169 *:2049 running (28s) 25s ago 28s 53.5M - 3.5 6933c2a0b7dd cdce57dae86a 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (6m) 16s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:07:18.564 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (5m) 25s ago 5m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (5m) 16s ago 5m 37.3M 4299M 16.2.5 6933c2a0b7dd 0041042eb01e 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (4m) 16s ago 4m 37.7M 4299M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (4m) 16s ago 4m 35.2M 4299M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (3m) 16s ago 3m 38.2M 4299M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (3m) 25s ago 3m 36.1M 3992M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (3m) 25s ago 3m 40.7M 3992M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (2m) 25s ago 2m 37.4M 3992M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (2m) 25s ago 2m 36.0M 3992M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:07:18.565 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (4m) 16s ago 5m 40.6M - 2.18.1 de242295e225 c1b49eecdf6d 2024-02-15T17:07:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:17.247432+0000 mgr.smithi117.jviopl (mgr.14164) 318 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 180 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 1.15k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:17.247432+0000 mgr.smithi117.jviopl (mgr.14164) 318 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 180 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 1.15k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:18.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 25451 32.28 MB/sec warmup 24 sec latency 30.203 ms 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:07:19.097 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T17:07:19.098 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:07:19.098 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:07:19.098 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:07:19.098 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:07:19.098 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:07:19.098 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T17:07:19.098 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:07:19.098 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:07:19.526 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:07:19.526 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-15T17:07:19.526 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:07:19.526 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [], 2024-02-15T17:07:19.526 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "", 2024-02-15T17:07:19.527 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 image" 2024-02-15T17:07:19.527 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:07:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:17.647311+0000 mgr.smithi117.jviopl (mgr.14164) 319 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:18.122068+0000 mgr.smithi117.jviopl (mgr.14164) 320 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:19.097336+0000 mon.smithi169 (mon.1) 16 : audit [DBG] from='client.? 172.21.15.117:0/1377735972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:07:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:17.647311+0000 mgr.smithi117.jviopl (mgr.14164) 319 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:18.122068+0000 mgr.smithi117.jviopl (mgr.14164) 320 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:19.097336+0000 mon.smithi169 (mon.1) 16 : audit [DBG] from='client.? 172.21.15.117:0/1377735972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:07:19.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 26332 31.87 MB/sec warmup 25 sec latency 13.698 ms 2024-02-15T17:07:20.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:18.547281+0000 mgr.smithi117.jviopl (mgr.14164) 321 : audit [DBG] from='client.24355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:20.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:19.250197+0000 mgr.smithi117.jviopl (mgr.14164) 322 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 191 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.43k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:20.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:19.523706+0000 mgr.smithi117.jviopl (mgr.14164) 323 : audit [DBG] from='client.24363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:20.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:18.547281+0000 mgr.smithi117.jviopl (mgr.14164) 321 : audit [DBG] from='client.24355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:20.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:19.250197+0000 mgr.smithi117.jviopl (mgr.14164) 322 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 191 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.43k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:20.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:19.523706+0000 mgr.smithi117.jviopl (mgr.14164) 323 : audit [DBG] from='client.24363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:20.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 27545 31.58 MB/sec warmup 26 sec latency 17.419 ms 2024-02-15T17:07:21.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 28629 32.10 MB/sec warmup 27 sec latency 17.704 ms 2024-02-15T17:07:22.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:21.250715+0000 mgr.smithi117.jviopl (mgr.14164) 324 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.38k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:22.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:21.250715+0000 mgr.smithi117.jviopl (mgr.14164) 324 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.38k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:22.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 29341 31.25 MB/sec warmup 28 sec latency 29.971 ms 2024-02-15T17:07:23.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 30240 30.93 MB/sec warmup 29 sec latency 22.565 ms 2024-02-15T17:07:24.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:23.251258+0000 mgr.smithi117.jviopl (mgr.14164) 325 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 208 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.42k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:24.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:23.251258+0000 mgr.smithi117.jviopl (mgr.14164) 325 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 208 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.42k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:24.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 31185 30.73 MB/sec warmup 30 sec latency 23.255 ms 2024-02-15T17:07:25.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 32248 31.10 MB/sec warmup 31 sec latency 20.011 ms 2024-02-15T17:07:26.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:25.251752+0000 mgr.smithi117.jviopl (mgr.14164) 326 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.36k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:26.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:25.251752+0000 mgr.smithi117.jviopl (mgr.14164) 326 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.36k op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:07:26.905 INFO:teuthology.orchestra.run.smithi117.stdout: 5 33045 30.40 MB/sec warmup 32 sec latency 18.798 ms 2024-02-15T17:07:27.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 34087 30.18 MB/sec warmup 33 sec latency 85.514 ms 2024-02-15T17:07:28.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:27.252222+0000 mgr.smithi117.jviopl (mgr.14164) 327 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 216 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.32k op/s 2024-02-15T17:07:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:27.252222+0000 mgr.smithi117.jviopl (mgr.14164) 327 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 216 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.32k op/s 2024-02-15T17:07:28.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 35295 30.61 MB/sec warmup 34 sec latency 19.884 ms 2024-02-15T17:07:29.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 36245 30.37 MB/sec warmup 35 sec latency 61.419 ms 2024-02-15T17:07:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:29.252798+0000 mgr.smithi117.jviopl (mgr.14164) 328 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 226 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 15 MiB/s wr, 1.46k op/s 2024-02-15T17:07:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:29.252798+0000 mgr.smithi117.jviopl (mgr.14164) 328 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 226 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 15 MiB/s wr, 1.46k op/s 2024-02-15T17:07:30.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 37152 30.12 MB/sec warmup 36 sec latency 15.732 ms 2024-02-15T17:07:31.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 38055 29.78 MB/sec warmup 37 sec latency 23.075 ms 2024-02-15T17:07:32.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:31.253289+0000 mgr.smithi117.jviopl (mgr.14164) 329 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 233 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.32k op/s 2024-02-15T17:07:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:31.253289+0000 mgr.smithi117.jviopl (mgr.14164) 329 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 233 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.32k op/s 2024-02-15T17:07:32.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 39024 30.09 MB/sec warmup 38 sec latency 20.685 ms 2024-02-15T17:07:33.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 39645 29.68 MB/sec warmup 39 sec latency 92.190 ms 2024-02-15T17:07:34.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:33.253709+0000 mgr.smithi117.jviopl (mgr.14164) 330 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 241 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-02-15T17:07:34.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:33.253709+0000 mgr.smithi117.jviopl (mgr.14164) 330 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 241 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-02-15T17:07:34.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 40631 29.49 MB/sec warmup 40 sec latency 39.723 ms 2024-02-15T17:07:35.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 41621 29.22 MB/sec warmup 41 sec latency 19.516 ms 2024-02-15T17:07:36.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:35.254153+0000 mgr.smithi117.jviopl (mgr.14164) 331 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 240 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-02-15T17:07:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:35.254153+0000 mgr.smithi117.jviopl (mgr.14164) 331 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 240 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-02-15T17:07:36.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 42561 29.51 MB/sec warmup 42 sec latency 22.224 ms 2024-02-15T17:07:37.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 43043 29.12 MB/sec warmup 43 sec latency 38.217 ms 2024-02-15T17:07:38.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:37.254655+0000 mgr.smithi117.jviopl (mgr.14164) 332 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 240 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.13k op/s 2024-02-15T17:07:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:37.254655+0000 mgr.smithi117.jviopl (mgr.14164) 332 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 240 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.13k op/s 2024-02-15T17:07:38.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 43826 28.76 MB/sec warmup 44 sec latency 25.609 ms 2024-02-15T17:07:39.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:39.255282+0000 mgr.smithi117.jviopl (mgr.14164) 333 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 252 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-02-15T17:07:39.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 45103 28.72 MB/sec warmup 45 sec latency 19.428 ms 2024-02-15T17:07:39.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:39.255282+0000 mgr.smithi117.jviopl (mgr.14164) 333 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 252 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-02-15T17:07:40.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 46109 29.01 MB/sec warmup 46 sec latency 26.560 ms 2024-02-15T17:07:41.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 46695 28.69 MB/sec warmup 47 sec latency 27.394 ms 2024-02-15T17:07:42.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:41.255770+0000 mgr.smithi117.jviopl (mgr.14164) 334 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 256 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.11k op/s 2024-02-15T17:07:42.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:41.255770+0000 mgr.smithi117.jviopl (mgr.14164) 334 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 256 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.11k op/s 2024-02-15T17:07:42.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 47490 28.42 MB/sec warmup 48 sec latency 22.300 ms 2024-02-15T17:07:43.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 48669 28.34 MB/sec warmup 49 sec latency 14.981 ms 2024-02-15T17:07:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:43.256307+0000 mgr.smithi117.jviopl (mgr.14164) 335 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 268 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-15T17:07:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:43.256307+0000 mgr.smithi117.jviopl (mgr.14164) 335 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 268 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-15T17:07:44.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 49921 28.80 MB/sec warmup 50 sec latency 16.069 ms 2024-02-15T17:07:45.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 50834 28.51 MB/sec warmup 51 sec latency 20.069 ms 2024-02-15T17:07:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:45.256746+0000 mgr.smithi117.jviopl (mgr.14164) 336 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 266 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 965 op/s 2024-02-15T17:07:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:45.659638+0000 mon.smithi117 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:45.661548+0000 mon.smithi117 (mon.0) 712 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:07:46.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:45.256746+0000 mgr.smithi117.jviopl (mgr.14164) 336 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 266 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 965 op/s 2024-02-15T17:07:46.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:45.659638+0000 mon.smithi117 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:07:46.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:45.661548+0000 mon.smithi117 (mon.0) 712 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:07:46.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 52050 28.41 MB/sec warmup 52 sec latency 18.093 ms 2024-02-15T17:07:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:07:45.660068+0000 mgr.smithi117.jviopl (mgr.14164) 337 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-15T17:07:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:07:45.660318+0000 mgr.smithi117.jviopl (mgr.14164) 338 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-15T17:07:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:07:45.662579+0000 mgr.smithi117.jviopl (mgr.14164) 339 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.jviopl) 2024-02-15T17:07:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:07:45.963850+0000 mgr.smithi117.jviopl (mgr.14164) 340 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi169 2024-02-15T17:07:47.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:07:45.660068+0000 mgr.smithi117.jviopl (mgr.14164) 337 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-15T17:07:47.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:07:45.660318+0000 mgr.smithi117.jviopl (mgr.14164) 338 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-15T17:07:47.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:07:45.662579+0000 mgr.smithi117.jviopl (mgr.14164) 339 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.jviopl) 2024-02-15T17:07:47.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:07:45.963850+0000 mgr.smithi117.jviopl (mgr.14164) 340 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi169 2024-02-15T17:07:47.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 52875 28.54 MB/sec warmup 53 sec latency 26.277 ms 2024-02-15T17:07:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:47.257146+0000 mgr.smithi117.jviopl (mgr.14164) 341 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 267 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-02-15T17:07:48.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:47.257146+0000 mgr.smithi117.jviopl (mgr.14164) 341 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 267 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-02-15T17:07:48.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 53632 28.49 MB/sec warmup 54 sec latency 16.579 ms 2024-02-15T17:07:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:49.257691+0000 mgr.smithi117.jviopl (mgr.14164) 342 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.39k op/s 2024-02-15T17:07:49.906 INFO:teuthology.orchestra.run.smithi117.stdout: 5 54521 28.27 MB/sec warmup 55 sec latency 18.011 ms 2024-02-15T17:07:49.913 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:07:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:49.257691+0000 mgr.smithi117.jviopl (mgr.14164) 342 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.39k op/s 2024-02-15T17:07:50.627 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (5m) 48s ago 7m 22.2M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (7m) 48s ago 7m 6383k - 16.2.5 6933c2a0b7dd 1a2c0702477e 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (6m) 57s ago 6m 6400k - 16.2.5 6933c2a0b7dd 49fe4e8d221f 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (5m) 48s ago 6m 32.8M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (80s) 48s ago 80s 13.2M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (78s) 57s ago 77s 11.8M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:9283 running (8m) 48s ago 8m 421M - 16.2.5 6933c2a0b7dd effe6c50d090 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (6m) 57s ago 6m 369M - 16.2.5 6933c2a0b7dd 253e0b837686 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (8m) 48s ago 8m 47.8M 2048M 16.2.5 6933c2a0b7dd 5772def1f7b0 2024-02-15T17:07:50.628 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (6m) 57s ago 6m 37.7M 2048M 16.2.5 6933c2a0b7dd 8ab9e02eb8c3 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.0.smithi117.zjrrxe smithi117 *:2049 running (66s) 48s ago 64s 64.1M - 3.5 6933c2a0b7dd 9f2fc68abfab 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.0.smithi169.glixgr smithi169 *:2049 running (60s) 57s ago 60s 53.5M - 3.5 6933c2a0b7dd cdce57dae86a 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (6m) 48s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (5m) 57s ago 5m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (5m) 48s ago 5m 37.3M 4299M 16.2.5 6933c2a0b7dd 0041042eb01e 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (5m) 48s ago 5m 37.7M 4299M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (4m) 48s ago 4m 35.2M 4299M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (4m) 48s ago 4m 38.2M 4299M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (4m) 57s ago 4m 36.1M 3992M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (3m) 57s ago 3m 40.7M 3992M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:07:50.629 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (3m) 57s ago 3m 37.4M 3992M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:07:50.630 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (3m) 57s ago 3m 36.0M 3992M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:07:50.630 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (5m) 48s ago 6m 40.6M - 2.18.1 de242295e225 c1b49eecdf6d 2024-02-15T17:07:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:49.897416+0000 mgr.smithi117.jviopl (mgr.14164) 343 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:50.269892+0000 mgr.smithi117.jviopl (mgr.14164) 344 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:50.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 55379 28.03 MB/sec warmup 56 sec latency 37.664 ms 2024-02-15T17:07:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:49.897416+0000 mgr.smithi117.jviopl (mgr.14164) 343 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:50.269892+0000 mgr.smithi117.jviopl (mgr.14164) 344 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:51.061 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:07:51.061 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:07:51.061 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:07:51.062 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:07:51.407 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:07:51.407 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:07:51.407 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:07:51.407 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [], 2024-02-15T17:07:51.407 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-15T17:07:51.407 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc image on host smithi169" 2024-02-15T17:07:51.408 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:07:51.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 56068 27.94 MB/sec warmup 57 sec latency 23.853 ms 2024-02-15T17:07:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:50.613012+0000 mgr.smithi117.jviopl (mgr.14164) 345 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:51.061821+0000 mon.smithi117 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.117:0/702141818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:07:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:51.258077+0000 mgr.smithi117.jviopl (mgr.14164) 346 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.23k op/s 2024-02-15T17:07:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:07:51.407476+0000 mgr.smithi117.jviopl (mgr.14164) 347 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:50.613012+0000 mgr.smithi117.jviopl (mgr.14164) 345 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:51.061821+0000 mon.smithi117 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.117:0/702141818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:07:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:51.258077+0000 mgr.smithi117.jviopl (mgr.14164) 346 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.23k op/s 2024-02-15T17:07:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:07:51.407476+0000 mgr.smithi117.jviopl (mgr.14164) 347 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:07:52.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 57077 28.15 MB/sec warmup 58 sec latency 17.450 ms 2024-02-15T17:07:53.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 57884 27.88 MB/sec warmup 59 sec latency 16.593 ms 2024-02-15T17:07:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:53.258563+0000 mgr.smithi117.jviopl (mgr.14164) 348 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.33k op/s 2024-02-15T17:07:54.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:53.258563+0000 mgr.smithi117.jviopl (mgr.14164) 348 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.33k op/s 2024-02-15T17:07:54.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 58709 27.72 MB/sec warmup 60 sec latency 28.517 ms 2024-02-15T17:07:55.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 59263 27.44 MB/sec warmup 61 sec latency 41.168 ms 2024-02-15T17:07:56.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:55.259010+0000 mgr.smithi117.jviopl (mgr.14164) 349 : cluster [DBG] pgmap v283: 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.10k op/s 2024-02-15T17:07:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:55.259010+0000 mgr.smithi117.jviopl (mgr.14164) 349 : cluster [DBG] pgmap v283: 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.10k op/s 2024-02-15T17:07:56.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 59607 27.23 MB/sec warmup 62 sec latency 39.302 ms 2024-02-15T17:07:57.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 60493 27.39 MB/sec warmup 63 sec latency 35.720 ms 2024-02-15T17:07:58.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:57.259467+0000 mgr.smithi117.jviopl (mgr.14164) 350 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 299 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.25k op/s 2024-02-15T17:07:58.697 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:57.259467+0000 mgr.smithi117.jviopl (mgr.14164) 350 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 299 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.25k op/s 2024-02-15T17:07:58.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 61161 27.09 MB/sec warmup 64 sec latency 35.150 ms 2024-02-15T17:07:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:07:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:07:59.259983+0000 mgr.smithi117.jviopl (mgr.14164) 351 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 308 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.41k op/s 2024-02-15T17:07:59.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 61633 26.86 MB/sec warmup 65 sec latency 61.845 ms 2024-02-15T17:07:59.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:07:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:07:59.259983+0000 mgr.smithi117.jviopl (mgr.14164) 351 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 308 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.41k op/s 2024-02-15T17:08:00.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 62637 26.72 MB/sec warmup 66 sec latency 28.302 ms 2024-02-15T17:08:01.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 63572 26.88 MB/sec warmup 67 sec latency 14.515 ms 2024-02-15T17:08:02.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:01.260463+0000 mgr.smithi117.jviopl (mgr.14164) 352 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-02-15T17:08:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:01.260463+0000 mgr.smithi117.jviopl (mgr.14164) 352 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-02-15T17:08:02.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 64295 26.85 MB/sec warmup 68 sec latency 63.578 ms 2024-02-15T17:08:03.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 64967 26.61 MB/sec warmup 69 sec latency 22.392 ms 2024-02-15T17:08:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:03.260970+0000 mgr.smithi117.jviopl (mgr.14164) 353 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-02-15T17:08:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:03.260970+0000 mgr.smithi117.jviopl (mgr.14164) 353 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-02-15T17:08:04.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 65750 26.49 MB/sec warmup 70 sec latency 28.904 ms 2024-02-15T17:08:05.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 66463 26.32 MB/sec warmup 71 sec latency 119.144 ms 2024-02-15T17:08:06.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:05.261401+0000 mgr.smithi117.jviopl (mgr.14164) 354 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-02-15T17:08:06.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:05.261401+0000 mgr.smithi117.jviopl (mgr.14164) 354 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-02-15T17:08:06.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 67386 26.49 MB/sec warmup 72 sec latency 21.617 ms 2024-02-15T17:08:07.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 67902 26.32 MB/sec warmup 73 sec latency 25.314 ms 2024-02-15T17:08:08.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:07.262075+0000 mgr.smithi117.jviopl (mgr.14164) 355 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.07k op/s 2024-02-15T17:08:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:07.262075+0000 mgr.smithi117.jviopl (mgr.14164) 355 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.07k op/s 2024-02-15T17:08:08.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 68471 26.09 MB/sec warmup 74 sec latency 29.613 ms 2024-02-15T17:08:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:09.262647+0000 mgr.smithi117.jviopl (mgr.14164) 356 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 324 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-15T17:08:09.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 69308 26.00 MB/sec warmup 75 sec latency 28.797 ms 2024-02-15T17:08:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:09.262647+0000 mgr.smithi117.jviopl (mgr.14164) 356 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 324 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-15T17:08:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:09.689331+0000 mon.smithi117 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:08:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:09.696138+0000 mon.smithi117 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:08:10.907 INFO:teuthology.orchestra.run.smithi117.stdout: 5 70107 25.90 MB/sec warmup 76 sec latency 19.702 ms 2024-02-15T17:08:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:09.689331+0000 mon.smithi117 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:08:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:09.696138+0000 mon.smithi117 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:08:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:11.263124+0000 mgr.smithi117.jviopl (mgr.14164) 357 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 974 op/s 2024-02-15T17:08:11.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 70982 26.03 MB/sec warmup 77 sec latency 22.358 ms 2024-02-15T17:08:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:11.263124+0000 mgr.smithi117.jviopl (mgr.14164) 357 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 974 op/s 2024-02-15T17:08:12.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 71407 25.86 MB/sec warmup 78 sec latency 39.325 ms 2024-02-15T17:08:13.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 71752 25.58 MB/sec warmup 79 sec latency 42.764 ms 2024-02-15T17:08:14.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:13.263643+0000 mgr.smithi117.jviopl (mgr.14164) 358 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.09k op/s 2024-02-15T17:08:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:13.263643+0000 mgr.smithi117.jviopl (mgr.14164) 358 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.09k op/s 2024-02-15T17:08:14.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 72089 25.35 MB/sec warmup 80 sec latency 52.650 ms 2024-02-15T17:08:15.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 72985 25.26 MB/sec warmup 81 sec latency 31.893 ms 2024-02-15T17:08:16.320 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:15.264117+0000 mgr.smithi117.jviopl (mgr.14164) 359 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 973 op/s 2024-02-15T17:08:16.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:15.264117+0000 mgr.smithi117.jviopl (mgr.14164) 359 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 973 op/s 2024-02-15T17:08:16.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 73685 25.17 MB/sec warmup 82 sec latency 21.496 ms 2024-02-15T17:08:17.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 74667 25.37 MB/sec warmup 83 sec latency 16.551 ms 2024-02-15T17:08:18.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:17.264578+0000 mgr.smithi117.jviopl (mgr.14164) 360 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.9 MiB/s wr, 893 op/s 2024-02-15T17:08:18.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:17.284625+0000 mgr.smithi117.jviopl (mgr.14164) 361 : cephadm [INF] Upgrade: Updating mgr.smithi169.mptjes 2024-02-15T17:08:18.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:17.290044+0000 mon.smithi117 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:18.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:17.291116+0000 mon.smithi117 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi169.mptjes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:08:18.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:17.292394+0000 mon.smithi117 (mon.0) 718 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:08:18.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:17.293411+0000 mon.smithi117 (mon.0) 719 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:18.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:17.294813+0000 mgr.smithi117.jviopl (mgr.14164) 362 : cephadm [INF] Deploying daemon mgr.smithi169.mptjes on smithi169 2024-02-15T17:08:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:17.264578+0000 mgr.smithi117.jviopl (mgr.14164) 360 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.9 MiB/s wr, 893 op/s 2024-02-15T17:08:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:17.284625+0000 mgr.smithi117.jviopl (mgr.14164) 361 : cephadm [INF] Upgrade: Updating mgr.smithi169.mptjes 2024-02-15T17:08:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:17.290044+0000 mon.smithi117 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:17.291116+0000 mon.smithi117 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi169.mptjes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:08:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:17.292394+0000 mon.smithi117 (mon.0) 718 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:08:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:17.293411+0000 mon.smithi117 (mon.0) 719 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:18.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:17.294813+0000 mgr.smithi117.jviopl (mgr.14164) 362 : cephadm [INF] Deploying daemon mgr.smithi169.mptjes on smithi169 2024-02-15T17:08:18.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 75424 25.20 MB/sec warmup 84 sec latency 18.563 ms 2024-02-15T17:08:19.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:19.265159+0000 mgr.smithi117.jviopl (mgr.14164) 363 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-02-15T17:08:19.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 76141 25.13 MB/sec warmup 85 sec latency 40.352 ms 2024-02-15T17:08:19.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:19.265159+0000 mgr.smithi117.jviopl (mgr.14164) 363 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-02-15T17:08:20.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 76838 24.96 MB/sec warmup 86 sec latency 34.180 ms 2024-02-15T17:08:21.778 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:08:21.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 77331 24.88 MB/sec warmup 87 sec latency 36.431 ms 2024-02-15T17:08:22.409 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (6m) 80s ago 7m 22.2M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (7m) 80s ago 7m 6383k - 16.2.5 6933c2a0b7dd 1a2c0702477e 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (6m) 88s ago 6m 6400k - 16.2.5 6933c2a0b7dd 49fe4e8d221f 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (5m) 80s ago 7m 32.8M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (112s) 80s ago 112s 13.2M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (110s) 88s ago 109s 11.8M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:9283 running (9m) 80s ago 9m 421M - 16.2.5 6933c2a0b7dd effe6c50d090 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 starting - - - - 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (9m) 80s ago 9m 47.8M 2048M 16.2.5 6933c2a0b7dd 5772def1f7b0 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (6m) 88s ago 6m 37.7M 2048M 16.2.5 6933c2a0b7dd 8ab9e02eb8c3 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.0.smithi117.zjrrxe smithi117 *:2049 running (97s) 80s ago 96s 64.1M - 3.5 6933c2a0b7dd 9f2fc68abfab 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.0.smithi169.glixgr smithi169 *:2049 running (92s) 88s ago 91s 53.5M - 3.5 6933c2a0b7dd cdce57dae86a 2024-02-15T17:08:22.410 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (7m) 80s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (6m) 88s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (6m) 80s ago 6m 37.3M 4299M 16.2.5 6933c2a0b7dd 0041042eb01e 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (5m) 80s ago 5m 37.7M 4299M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (5m) 80s ago 5m 35.2M 4299M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (4m) 80s ago 4m 38.2M 4299M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (4m) 88s ago 4m 36.1M 3992M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (4m) 88s ago 4m 40.7M 3992M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (3m) 88s ago 3m 37.4M 3992M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (3m) 88s ago 3m 36.0M 3992M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:08:22.411 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (5m) 80s ago 6m 40.6M - 2.18.1 de242295e225 c1b49eecdf6d 2024-02-15T17:08:22.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:21.265548+0000 mgr.smithi117.jviopl (mgr.14164) 364 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.9 MiB/s wr, 938 op/s 2024-02-15T17:08:22.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:21.457608+0000 mon.smithi117 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:22.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:21.458387+0000 mon.smithi117 (mon.0) 721 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:22.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:21.459431+0000 mon.smithi117 (mon.0) 722 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:22.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:21.460052+0000 mon.smithi117 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:08:22.802 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:08:22.803 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:08:22.804 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T17:08:22.804 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:08:22.804 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:08:22.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 77847 24.83 MB/sec warmup 88 sec latency 40.058 ms 2024-02-15T17:08:22.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:21.265548+0000 mgr.smithi117.jviopl (mgr.14164) 364 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.9 MiB/s wr, 938 op/s 2024-02-15T17:08:22.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:21.457608+0000 mon.smithi117 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:22.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:21.458387+0000 mon.smithi117 (mon.0) 721 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:22.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:21.459431+0000 mon.smithi117 (mon.0) 722 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:22.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:21.460052+0000 mon.smithi117 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:08:23.140 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:08:23.140 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:08:23.140 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:08:23.141 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [], 2024-02-15T17:08:23.141 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "", 2024-02-15T17:08:23.141 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading mgr daemons" 2024-02-15T17:08:23.141 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:08:23.661 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:21.765052+0000 mgr.smithi117.jviopl (mgr.14164) 365 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:23.662 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:22.085378+0000 mgr.smithi117.jviopl (mgr.14164) 366 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:23.662 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:22.399773+0000 mgr.smithi117.jviopl (mgr.14164) 367 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:23.662 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:22.803160+0000 mon.smithi117 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.117:0/2541366231' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:08:23.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:21.765052+0000 mgr.smithi117.jviopl (mgr.14164) 365 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:23.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:22.085378+0000 mgr.smithi117.jviopl (mgr.14164) 366 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:23.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:22.399773+0000 mgr.smithi117.jviopl (mgr.14164) 367 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:23.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:22.803160+0000 mon.smithi117 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.117:0/2541366231' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:08:23.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 78251 24.74 MB/sec warmup 89 sec latency 31.299 ms 2024-02-15T17:08:24.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:23.140478+0000 mgr.smithi117.jviopl (mgr.14164) 368 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:24.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:23.265958+0000 mgr.smithi117.jviopl (mgr.14164) 369 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.2 MiB/s wr, 919 op/s 2024-02-15T17:08:24.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 78695 24.55 MB/sec warmup 90 sec latency 39.460 ms 2024-02-15T17:08:24.946 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:23.140478+0000 mgr.smithi117.jviopl (mgr.14164) 368 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:24.946 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:23.265958+0000 mgr.smithi117.jviopl (mgr.14164) 369 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.2 MiB/s wr, 919 op/s 2024-02-15T17:08:25.920 INFO:teuthology.orchestra.run.smithi117.stdout: 5 79397 24.45 MB/sec warmup 91 sec latency 30.030 ms 2024-02-15T17:08:26.881 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:25.266394+0000 mgr.smithi117.jviopl (mgr.14164) 370 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 746 op/s 2024-02-15T17:08:26.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:25.266394+0000 mgr.smithi117.jviopl (mgr.14164) 370 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 746 op/s 2024-02-15T17:08:26.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 80133 24.32 MB/sec warmup 92 sec latency 48.172 ms 2024-02-15T17:08:27.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 80675 24.21 MB/sec warmup 93 sec latency 25.919 ms 2024-02-15T17:08:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:27.266795+0000 mgr.smithi117.jviopl (mgr.14164) 371 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.1 MiB/s wr, 808 op/s 2024-02-15T17:08:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:28.244784+0000 mon.smithi117 (mon.0) 725 : cluster [DBG] Standby manager daemon smithi169.mptjes restarted 2024-02-15T17:08:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:28.245426+0000 mon.smithi117 (mon.0) 726 : cluster [DBG] Standby manager daemon smithi169.mptjes started 2024-02-15T17:08:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:28.246946+0000 mon.smithi169 (mon.1) 17 : audit [DBG] from='mgr.? 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/crt"}]: dispatch 2024-02-15T17:08:28.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:28.247599+0000 mon.smithi169 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:08:28.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:28.250488+0000 mon.smithi169 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/key"}]: dispatch 2024-02-15T17:08:28.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:28.251609+0000 mon.smithi169 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:08:28.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:27.266795+0000 mgr.smithi117.jviopl (mgr.14164) 371 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.1 MiB/s wr, 808 op/s 2024-02-15T17:08:28.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:28.244784+0000 mon.smithi117 (mon.0) 725 : cluster [DBG] Standby manager daemon smithi169.mptjes restarted 2024-02-15T17:08:28.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:28.245426+0000 mon.smithi117 (mon.0) 726 : cluster [DBG] Standby manager daemon smithi169.mptjes started 2024-02-15T17:08:28.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:28.246946+0000 mon.smithi169 (mon.1) 17 : audit [DBG] from='mgr.? 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/crt"}]: dispatch 2024-02-15T17:08:28.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:28.247599+0000 mon.smithi169 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:08:28.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:28.250488+0000 mon.smithi169 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/key"}]: dispatch 2024-02-15T17:08:28.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:28.251609+0000 mon.smithi169 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:08:28.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 81649 24.40 MB/sec warmup 94 sec latency 55.477 ms 2024-02-15T17:08:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:28.482781+0000 mon.smithi117 (mon.0) 727 : cluster [DBG] mgrmap e21: smithi117.jviopl(active, since 8m), standbys: smithi169.mptjes 2024-02-15T17:08:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:29.137108+0000 mon.smithi117 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:29.463247+0000 mon.smithi117 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:29.471320+0000 mon.smithi117 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:29.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:29.474038+0000 mon.smithi117 (mon.0) 731 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:29.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 82347 24.27 MB/sec warmup 95 sec latency 32.910 ms 2024-02-15T17:08:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:28.482781+0000 mon.smithi117 (mon.0) 727 : cluster [DBG] mgrmap e21: smithi117.jviopl(active, since 8m), standbys: smithi169.mptjes 2024-02-15T17:08:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:29.137108+0000 mon.smithi117 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:29.463247+0000 mon.smithi117 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:29.471320+0000 mon.smithi117 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' 2024-02-15T17:08:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:29.474038+0000 mon.smithi117 (mon.0) 731 : audit [DBG] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:30.744 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:29.267285+0000 mgr.smithi117.jviopl (mgr.14164) 372 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 1.02k op/s 2024-02-15T17:08:30.744 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:29.474853+0000 mgr.smithi117.jviopl (mgr.14164) 373 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.jviopl) 2024-02-15T17:08:30.744 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:29.476971+0000 mgr.smithi117.jviopl (mgr.14164) 374 : cephadm [INF] Failing over to other MGR 2024-02-15T17:08:30.744 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:29.478504+0000 mon.smithi117 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr fail", "who": "smithi117.jviopl"}]: dispatch 2024-02-15T17:08:30.744 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:29.492802+0000 mon.smithi117 (mon.0) 733 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-15T17:08:30.744 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.474524+0000 mon.smithi117 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "mgr fail", "who": "smithi117.jviopl"}]': finished 2024-02-15T17:08:30.744 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:30.474582+0000 mon.smithi117 (mon.0) 735 : cluster [DBG] mgrmap e22: smithi169.mptjes(active, starting, since 0.995734s) 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.477486+0000 mon.smithi169 (mon.1) 21 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.477723+0000 mon.smithi169 (mon.1) 22 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.478184+0000 mon.smithi169 (mon.1) 23 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.478446+0000 mon.smithi169 (mon.1) 24 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.478968+0000 mon.smithi169 (mon.1) 25 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr metadata", "who": "smithi169.mptjes", "id": "smithi169.mptjes"}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.479971+0000 mon.smithi169 (mon.1) 26 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.480239+0000 mon.smithi169 (mon.1) 27 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.480536+0000 mon.smithi169 (mon.1) 28 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.480782+0000 mon.smithi169 (mon.1) 29 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.481087+0000 mon.smithi169 (mon.1) 30 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.481308+0000 mon.smithi169 (mon.1) 31 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.481607+0000 mon.smithi169 (mon.1) 32 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:08:30.745 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.481886+0000 mon.smithi169 (mon.1) 33 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:08:30.746 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.483155+0000 mon.smithi169 (mon.1) 34 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T17:08:30.746 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.483471+0000 mon.smithi169 (mon.1) 35 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T17:08:30.746 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.483992+0000 mon.smithi169 (mon.1) 36 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T17:08:30.753 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:29.267285+0000 mgr.smithi117.jviopl (mgr.14164) 372 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 1.02k op/s 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:29.474853+0000 mgr.smithi117.jviopl (mgr.14164) 373 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.jviopl) 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:29.476971+0000 mgr.smithi117.jviopl (mgr.14164) 374 : cephadm [INF] Failing over to other MGR 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:29.478504+0000 mon.smithi117 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr fail", "who": "smithi117.jviopl"}]: dispatch 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:29.492802+0000 mon.smithi117 (mon.0) 733 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.474524+0000 mon.smithi117 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.117:0/936376004' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "mgr fail", "who": "smithi117.jviopl"}]': finished 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:30.474582+0000 mon.smithi117 (mon.0) 735 : cluster [DBG] mgrmap e22: smithi169.mptjes(active, starting, since 0.995734s) 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.477486+0000 mon.smithi169 (mon.1) 21 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.477723+0000 mon.smithi169 (mon.1) 22 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.478184+0000 mon.smithi169 (mon.1) 23 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.478446+0000 mon.smithi169 (mon.1) 24 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.478968+0000 mon.smithi169 (mon.1) 25 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr metadata", "who": "smithi169.mptjes", "id": "smithi169.mptjes"}]: dispatch 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.479971+0000 mon.smithi169 (mon.1) 26 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.480239+0000 mon.smithi169 (mon.1) 27 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:08:30.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.480536+0000 mon.smithi169 (mon.1) 28 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:08:30.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.480782+0000 mon.smithi169 (mon.1) 29 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:08:30.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.481087+0000 mon.smithi169 (mon.1) 30 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:08:30.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.481308+0000 mon.smithi169 (mon.1) 31 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:08:30.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.481607+0000 mon.smithi169 (mon.1) 32 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:08:30.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.481886+0000 mon.smithi169 (mon.1) 33 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:08:30.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.483155+0000 mon.smithi169 (mon.1) 34 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T17:08:30.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.483471+0000 mon.smithi169 (mon.1) 35 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T17:08:30.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.483992+0000 mon.smithi169 (mon.1) 36 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T17:08:30.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 83105 24.24 MB/sec warmup 96 sec latency 83.365 ms 2024-02-15T17:08:31.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:30.515747+0000 mon.smithi117 (mon.0) 736 : cluster [INF] Manager daemon smithi169.mptjes is now available 2024-02-15T17:08:31.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.540025+0000 mon.smithi117 (mon.0) 737 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:31.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:30.540509+0000 mgr.smithi169.mptjes (mgr.24385) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-15T17:08:31.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.639714+0000 mon.smithi169 (mon.1) 37 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:31.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.641046+0000 mon.smithi169 (mon.1) 38 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:31.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.682133+0000 mon.smithi117 (mon.0) 738 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:31.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.698879+0000 mon.smithi169 (mon.1) 39 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.mptjes/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:08:31.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.699352+0000 mon.smithi117 (mon.0) 739 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.mptjes/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:08:31.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.711847+0000 mon.smithi169 (mon.1) 40 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.mptjes/trash_purge_schedule"}]: dispatch 2024-02-15T17:08:31.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:30.712318+0000 mon.smithi117 (mon.0) 740 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.mptjes/trash_purge_schedule"}]: dispatch 2024-02-15T17:08:31.908 INFO:teuthology.orchestra.run.smithi117.stdout: 5 83795 24.08 MB/sec warmup 97 sec latency 32.214 ms 2024-02-15T17:08:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:30.515747+0000 mon.smithi117 (mon.0) 736 : cluster [INF] Manager daemon smithi169.mptjes is now available 2024-02-15T17:08:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.540025+0000 mon.smithi117 (mon.0) 737 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:30.540509+0000 mgr.smithi169.mptjes (mgr.24385) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-15T17:08:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.639714+0000 mon.smithi169 (mon.1) 37 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.641046+0000 mon.smithi169 (mon.1) 38 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.682133+0000 mon.smithi117 (mon.0) 738 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.698879+0000 mon.smithi169 (mon.1) 39 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.mptjes/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:08:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.699352+0000 mon.smithi117 (mon.0) 739 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.mptjes/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:08:31.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.711847+0000 mon.smithi169 (mon.1) 40 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.mptjes/trash_purge_schedule"}]: dispatch 2024-02-15T17:08:31.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:30.712318+0000 mon.smithi117 (mon.0) 740 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi169.mptjes/trash_purge_schedule"}]: dispatch 2024-02-15T17:08:32.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:31.499625+0000 mon.smithi117 (mon.0) 741 : cluster [DBG] mgrmap e23: smithi169.mptjes(active, since 2s) 2024-02-15T17:08:32.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:31.510822+0000 mgr.smithi169.mptjes (mgr.24385) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:08:32.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 84353 24.02 MB/sec warmup 98 sec latency 49.889 ms 2024-02-15T17:08:32.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:31.499625+0000 mon.smithi117 (mon.0) 741 : cluster [DBG] mgrmap e23: smithi169.mptjes(active, since 2s) 2024-02-15T17:08:32.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:31.510822+0000 mgr.smithi169.mptjes (mgr.24385) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:08:33.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:32.483335+0000 mgr.smithi169.mptjes (mgr.24385) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:08:33.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:32.505607+0000 mon.smithi117 (mon.0) 742 : cluster [DBG] mgrmap e24: smithi169.mptjes(active, since 3s) 2024-02-15T17:08:33.842 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:32.483335+0000 mgr.smithi169.mptjes (mgr.24385) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:08:33.842 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:32.505607+0000 mon.smithi117 (mon.0) 742 : cluster [DBG] mgrmap e24: smithi169.mptjes(active, since 3s) 2024-02-15T17:08:33.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 84942 24.01 MB/sec warmup 99 sec latency 27.166 ms 2024-02-15T17:08:34.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 85382 23.97 MB/sec warmup 100 sec latency 33.872 ms 2024-02-15T17:08:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:34.483701+0000 mgr.smithi169.mptjes (mgr.24385) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:08:35.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 85716 23.76 MB/sec warmup 101 sec latency 51.346 ms 2024-02-15T17:08:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:34.483701+0000 mgr.smithi169.mptjes (mgr.24385) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:08:36.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 86186 23.59 MB/sec warmup 102 sec latency 77.303 ms 2024-02-15T17:08:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:36.484045+0000 mgr.smithi169.mptjes (mgr.24385) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:08:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:37.395593+0000 mon.smithi117 (mon.0) 743 : cluster [DBG] Standby manager daemon smithi117.jviopl started 2024-02-15T17:08:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:37.396970+0000 mon.smithi117 (mon.0) 744 : audit [DBG] from='mgr.? 172.21.15.117:0/1826945712' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.jviopl/crt"}]: dispatch 2024-02-15T17:08:37.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:37.401605+0000 mon.smithi117 (mon.0) 745 : audit [DBG] from='mgr.? 172.21.15.117:0/1826945712' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:08:37.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:37.404060+0000 mon.smithi117 (mon.0) 746 : audit [DBG] from='mgr.? 172.21.15.117:0/1826945712' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.jviopl/key"}]: dispatch 2024-02-15T17:08:37.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:37.404659+0000 mon.smithi117 (mon.0) 747 : audit [DBG] from='mgr.? 172.21.15.117:0/1826945712' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:08:37.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 86811 23.53 MB/sec warmup 103 sec latency 37.025 ms 2024-02-15T17:08:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:36.484045+0000 mgr.smithi169.mptjes (mgr.24385) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:08:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:37.395593+0000 mon.smithi117 (mon.0) 743 : cluster [DBG] Standby manager daemon smithi117.jviopl started 2024-02-15T17:08:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:37.396970+0000 mon.smithi117 (mon.0) 744 : audit [DBG] from='mgr.? 172.21.15.117:0/1826945712' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.jviopl/crt"}]: dispatch 2024-02-15T17:08:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:37.401605+0000 mon.smithi117 (mon.0) 745 : audit [DBG] from='mgr.? 172.21.15.117:0/1826945712' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:08:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:37.404060+0000 mon.smithi117 (mon.0) 746 : audit [DBG] from='mgr.? 172.21.15.117:0/1826945712' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.jviopl/key"}]: dispatch 2024-02-15T17:08:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:37.404659+0000 mon.smithi117 (mon.0) 747 : audit [DBG] from='mgr.? 172.21.15.117:0/1826945712' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:08:38.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:37.637468+0000 mon.smithi169 (mon.1) 41 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr metadata", "who": "smithi117.jviopl", "id": "smithi117.jviopl"}]: dispatch 2024-02-15T17:08:38.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:37.637557+0000 mon.smithi117 (mon.0) 748 : cluster [DBG] mgrmap e25: smithi169.mptjes(active, since 8s), standbys: smithi117.jviopl 2024-02-15T17:08:38.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 87457 23.39 MB/sec warmup 104 sec latency 98.139 ms 2024-02-15T17:08:38.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:37.637468+0000 mon.smithi169 (mon.1) 41 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr metadata", "who": "smithi117.jviopl", "id": "smithi117.jviopl"}]: dispatch 2024-02-15T17:08:38.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:37.637557+0000 mon.smithi117 (mon.0) 748 : cluster [DBG] mgrmap e25: smithi169.mptjes(active, since 8s), standbys: smithi117.jviopl 2024-02-15T17:08:39.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:38.484700+0000 mgr.smithi169.mptjes (mgr.24385) 6 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 5.9 MiB/s wr, 501 op/s 2024-02-15T17:08:39.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 87983 23.35 MB/sec warmup 105 sec latency 79.826 ms 2024-02-15T17:08:39.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:38.484700+0000 mgr.smithi169.mptjes (mgr.24385) 6 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 5.9 MiB/s wr, 501 op/s 2024-02-15T17:08:40.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 88847 23.47 MB/sec warmup 106 sec latency 22.138 ms 2024-02-15T17:08:41.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:40.485070+0000 mgr.smithi169.mptjes (mgr.24385) 7 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 4.6 MiB/s wr, 389 op/s 2024-02-15T17:08:41.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 89420 23.34 MB/sec warmup 107 sec latency 19.453 ms 2024-02-15T17:08:41.947 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:40.485070+0000 mgr.smithi169.mptjes (mgr.24385) 7 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 4.6 MiB/s wr, 389 op/s 2024-02-15T17:08:42.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 89973 23.22 MB/sec warmup 108 sec latency 31.376 ms 2024-02-15T17:08:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.295869+0000 mon.smithi117 (mon.0) 749 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.720115+0000 mon.smithi169 (mon.1) 42 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.720795+0000 mon.smithi117 (mon.0) 750 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.721873+0000 mon.smithi169 (mon.1) 43 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.722474+0000 mon.smithi117 (mon.0) 751 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.723175+0000 mon.smithi169 (mon.1) 44 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.723578+0000 mon.smithi117 (mon.0) 752 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.724286+0000 mon.smithi169 (mon.1) 45 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.724765+0000 mon.smithi117 (mon.0) 753 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:42.730006+0000 mon.smithi117 (mon.0) 754 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.295869+0000 mon.smithi117 (mon.0) 749 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.720115+0000 mon.smithi169 (mon.1) 42 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.720795+0000 mon.smithi117 (mon.0) 750 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.721873+0000 mon.smithi169 (mon.1) 43 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.722474+0000 mon.smithi117 (mon.0) 751 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.723175+0000 mon.smithi169 (mon.1) 44 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.723578+0000 mon.smithi117 (mon.0) 752 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.724286+0000 mon.smithi169 (mon.1) 45 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.724765+0000 mon.smithi117 (mon.0) 753 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:42.730006+0000 mon.smithi117 (mon.0) 754 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:43.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 90988 23.19 MB/sec warmup 109 sec latency 27.648 ms 2024-02-15T17:08:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:42.485555+0000 mgr.smithi169.mptjes (mgr.24385) 8 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 8.0 MiB/s wr, 721 op/s 2024-02-15T17:08:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:42.725297+0000 mgr.smithi169.mptjes (mgr.24385) 9 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 1944M 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.397231+0000 mon.smithi117 (mon.0) 755 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.800564+0000 mon.smithi169 (mon.1) 46 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.801046+0000 mon.smithi117 (mon.0) 756 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.802139+0000 mon.smithi169 (mon.1) 47 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.802661+0000 mon.smithi117 (mon.0) 757 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.804270+0000 mon.smithi169 (mon.1) 48 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.804641+0000 mon.smithi117 (mon.0) 758 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.805476+0000 mon.smithi169 (mon.1) 49 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.805811+0000 mon.smithi117 (mon.0) 759 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.813217+0000 mon.smithi117 (mon.0) 760 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.814702+0000 mon.smithi169 (mon.1) 50 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:44.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.816236+0000 mon.smithi169 (mon.1) 51 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:08:44.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.861292+0000 mon.smithi117 (mon.0) 761 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.878493+0000 mon.smithi117 (mon.0) 762 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.885139+0000 mon.smithi117 (mon.0) 763 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.909901+0000 mon.smithi169 (mon.1) 52 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T17:08:44.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:43.910313+0000 mon.smithi117 (mon.0) 764 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T17:08:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:42.485555+0000 mgr.smithi169.mptjes (mgr.24385) 8 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 8.0 MiB/s wr, 721 op/s 2024-02-15T17:08:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:42.725297+0000 mgr.smithi169.mptjes (mgr.24385) 9 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 1944M 2024-02-15T17:08:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.397231+0000 mon.smithi117 (mon.0) 755 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.800564+0000 mon.smithi169 (mon.1) 46 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.801046+0000 mon.smithi117 (mon.0) 756 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.802139+0000 mon.smithi169 (mon.1) 47 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.802661+0000 mon.smithi117 (mon.0) 757 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.804270+0000 mon.smithi169 (mon.1) 48 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.804641+0000 mon.smithi117 (mon.0) 758 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.805476+0000 mon.smithi169 (mon.1) 49 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.805811+0000 mon.smithi117 (mon.0) 759 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.813217+0000 mon.smithi117 (mon.0) 760 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.814702+0000 mon.smithi169 (mon.1) 50 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.816236+0000 mon.smithi169 (mon.1) 51 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.861292+0000 mon.smithi117 (mon.0) 761 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.878493+0000 mon.smithi117 (mon.0) 762 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.885139+0000 mon.smithi117 (mon.0) 763 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:44.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.909901+0000 mon.smithi169 (mon.1) 52 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T17:08:44.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:43.910313+0000 mon.smithi117 (mon.0) 764 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T17:08:44.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 91754 23.26 MB/sec warmup 110 sec latency 196.866 ms 2024-02-15T17:08:45.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:43.806514+0000 mgr.smithi169.mptjes (mgr.24385) 10 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 2712M 2024-02-15T17:08:45.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:43.817653+0000 mgr.smithi169.mptjes (mgr.24385) 11 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-15T17:08:45.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:43.817964+0000 mgr.smithi169.mptjes (mgr.24385) 12 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.conf 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:43.837449+0000 mgr.smithi169.mptjes (mgr.24385) 13 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:43.844589+0000 mgr.smithi169.mptjes (mgr.24385) 14 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:44.890767+0000 mon.smithi169 (mon.1) 53 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:44.890950+0000 mon.smithi117 (mon.0) 765 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:44.891009+0000 mon.smithi117 (mon.0) 766 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:44.891798+0000 mon.smithi117 (mon.0) 767 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:44.893053+0000 mon.smithi169 (mon.1) 54 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:44.893719+0000 mon.smithi169 (mon.1) 55 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:44.893809+0000 mon.smithi117 (mon.0) 768 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T17:08:45.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:44.895377+0000 mon.smithi117 (mon.0) 769 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T17:08:45.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:43.806514+0000 mgr.smithi169.mptjes (mgr.24385) 10 : cephadm [INF] Adjusting osd_memory_target on smithi169 to 2712M 2024-02-15T17:08:45.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:43.817653+0000 mgr.smithi169.mptjes (mgr.24385) 11 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-15T17:08:45.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:43.817964+0000 mgr.smithi169.mptjes (mgr.24385) 12 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.conf 2024-02-15T17:08:45.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:43.837449+0000 mgr.smithi169.mptjes (mgr.24385) 13 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:08:45.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:43.844589+0000 mgr.smithi169.mptjes (mgr.24385) 14 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:08:45.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:44.890767+0000 mon.smithi169 (mon.1) 53 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T17:08:45.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:44.890950+0000 mon.smithi117 (mon.0) 765 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-15T17:08:45.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:44.891009+0000 mon.smithi117 (mon.0) 766 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-15T17:08:45.704 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:44.891798+0000 mon.smithi117 (mon.0) 767 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T17:08:45.704 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:44.893053+0000 mon.smithi169 (mon.1) 54 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T17:08:45.704 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:44.893719+0000 mon.smithi169 (mon.1) 55 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T17:08:45.704 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:44.893809+0000 mon.smithi117 (mon.0) 768 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T17:08:45.704 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:44.895377+0000 mon.smithi117 (mon.0) 769 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T17:08:45.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92654 23.34 MB/sec warmup 111 sec latency 22.190 ms 2024-02-15T17:08:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:44.485934+0000 mgr.smithi169.mptjes (mgr.24385) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.3 MiB/s wr, 659 op/s 2024-02-15T17:08:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:45.890515+0000 mon.smithi117 (mon.0) 770 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-15T17:08:46.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:45.890600+0000 mon.smithi117 (mon.0) 771 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T17:08:46.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:45.890697+0000 mon.smithi117 (mon.0) 772 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-15T17:08:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:44.485934+0000 mgr.smithi169.mptjes (mgr.24385) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.3 MiB/s wr, 659 op/s 2024-02-15T17:08:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:45.890515+0000 mon.smithi117 (mon.0) 770 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-15T17:08:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:45.890600+0000 mon.smithi117 (mon.0) 771 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T17:08:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:45.890697+0000 mon.smithi117 (mon.0) 772 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-15T17:08:46.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 23.14 MB/sec warmup 112 sec latency 539.575 ms 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:45.892917+0000 mgr.smithi169.mptjes (mgr.24385) 16 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:45.925086+0000 mgr.smithi169.mptjes (mgr.24385) 17 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:45.925202+0000 mgr.smithi169.mptjes (mgr.24385) 18 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi117.zjrrxe', 'nfs.foo.1.0.smithi169.glixgr'] 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:45.925279+0000 mgr.smithi169.mptjes (mgr.24385) 19 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi117.zjrrxe nfs.foo.1.0.smithi169.glixgr 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:45.925668+0000 mgr.smithi169.mptjes (mgr.24385) 20 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi117.zjrrxe from smithi117 -- ports [2049] 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:45.926131+0000 mgr.smithi169.mptjes (mgr.24385) 21 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi169.glixgr from smithi169 -- ports [2049] 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:46.891592+0000 mon.smithi117 (mon.0) 773 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.280908+0000 mon.smithi169 (mon.1) 56 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]: dispatch 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.281388+0000 mon.smithi117 (mon.0) 774 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]: dispatch 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.284466+0000 mon.smithi117 (mon.0) 775 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]': finished 2024-02-15T17:08:47.440 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.285340+0000 mon.smithi169 (mon.1) 57 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw"}]: dispatch 2024-02-15T17:08:47.441 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.285648+0000 mon.smithi117 (mon.0) 776 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw"}]: dispatch 2024-02-15T17:08:47.441 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.288747+0000 mon.smithi117 (mon.0) 777 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw"}]': finished 2024-02-15T17:08:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:45.892917+0000 mgr.smithi169.mptjes (mgr.24385) 16 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-15T17:08:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:45.925086+0000 mgr.smithi169.mptjes (mgr.24385) 17 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-15T17:08:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:45.925202+0000 mgr.smithi169.mptjes (mgr.24385) 18 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi117.zjrrxe', 'nfs.foo.1.0.smithi169.glixgr'] 2024-02-15T17:08:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:45.925279+0000 mgr.smithi169.mptjes (mgr.24385) 19 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi117.zjrrxe nfs.foo.1.0.smithi169.glixgr 2024-02-15T17:08:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:45.925668+0000 mgr.smithi169.mptjes (mgr.24385) 20 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi117.zjrrxe from smithi117 -- ports [2049] 2024-02-15T17:08:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:45.926131+0000 mgr.smithi169.mptjes (mgr.24385) 21 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi169.glixgr from smithi169 -- ports [2049] 2024-02-15T17:08:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:46.891592+0000 mon.smithi117 (mon.0) 773 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-15T17:08:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.280908+0000 mon.smithi169 (mon.1) 56 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]: dispatch 2024-02-15T17:08:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.281388+0000 mon.smithi117 (mon.0) 774 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]: dispatch 2024-02-15T17:08:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.284466+0000 mon.smithi117 (mon.0) 775 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]': finished 2024-02-15T17:08:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.285340+0000 mon.smithi169 (mon.1) 57 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw"}]: dispatch 2024-02-15T17:08:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.285648+0000 mon.smithi117 (mon.0) 776 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw"}]: dispatch 2024-02-15T17:08:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.288747+0000 mon.smithi117 (mon.0) 777 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr-rgw"}]': finished 2024-02-15T17:08:47.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 22.94 MB/sec warmup 113 sec latency 1539.619 ms 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:46.486297+0000 mgr.smithi169.mptjes (mgr.24385) 22 : cluster [DBG] pgmap v13: 129 pgs: 32 unknown, 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.9 MiB/s wr, 552 op/s 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.280575+0000 mgr.smithi169.mptjes (mgr.24385) 23 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi169.glixgr 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.285167+0000 mgr.smithi169.mptjes (mgr.24385) 24 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi169.glixgr-rgw 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:47.321614+0000 mon.smithi117 (mon.0) 778 : cluster [DBG] mgrmap e26: smithi169.mptjes(active, since 17s), standbys: smithi117.jviopl 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.389491+0000 mon.smithi169 (mon.1) 58 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]: dispatch 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.390021+0000 mon.smithi117 (mon.0) 779 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]: dispatch 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.393498+0000 mon.smithi117 (mon.0) 780 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]': finished 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.394467+0000 mon.smithi169 (mon.1) 59 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw"}]: dispatch 2024-02-15T17:08:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.394770+0000 mon.smithi117 (mon.0) 781 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw"}]: dispatch 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.396992+0000 mon.smithi117 (mon.0) 782 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw"}]': finished 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.400426+0000 mon.smithi117 (mon.0) 783 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.401090+0000 mon.smithi169 (mon.1) 60 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.424358+0000 mon.smithi169 (mon.1) 61 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.424810+0000 mon.smithi117 (mon.0) 784 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.427617+0000 mon.smithi117 (mon.0) 785 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.435891+0000 mon.smithi117 (mon.0) 786 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.441528+0000 mon.smithi117 (mon.0) 787 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.450907+0000 mon.smithi117 (mon.0) 788 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.458795+0000 mon.smithi117 (mon.0) 789 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.460382+0000 mon.smithi169 (mon.1) 62 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]: dispatch 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.460816+0000 mon.smithi117 (mon.0) 790 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]: dispatch 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.466294+0000 mon.smithi117 (mon.0) 791 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.467490+0000 mon.smithi169 (mon.1) 63 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.467803+0000 mon.smithi117 (mon.0) 792 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.471112+0000 mon.smithi117 (mon.0) 793 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.472393+0000 mon.smithi169 (mon.1) 64 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.472802+0000 mon.smithi117 (mon.0) 794 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.477845+0000 mon.smithi117 (mon.0) 795 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.478946+0000 mon.smithi169 (mon.1) 65 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.479275+0000 mon.smithi117 (mon.0) 796 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.481629+0000 mon.smithi117 (mon.0) 797 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.482629+0000 mon.smithi169 (mon.1) 66 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.519580+0000 mon.smithi169 (mon.1) 67 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.520062+0000 mon.smithi117 (mon.0) 798 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.524855+0000 mon.smithi117 (mon.0) 799 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.567993+0000 mon.smithi169 (mon.1) 68 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:08:48.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.568331+0000 mon.smithi117 (mon.0) 800 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:08:48.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.570930+0000 mon.smithi117 (mon.0) 801 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T17:08:48.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.577252+0000 mon.smithi169 (mon.1) 69 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:48.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:46.486297+0000 mgr.smithi169.mptjes (mgr.24385) 22 : cluster [DBG] pgmap v13: 129 pgs: 32 unknown, 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.9 MiB/s wr, 552 op/s 2024-02-15T17:08:48.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.280575+0000 mgr.smithi169.mptjes (mgr.24385) 23 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi169.glixgr 2024-02-15T17:08:48.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.285167+0000 mgr.smithi169.mptjes (mgr.24385) 24 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi169.glixgr-rgw 2024-02-15T17:08:48.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:47.321614+0000 mon.smithi117 (mon.0) 778 : cluster [DBG] mgrmap e26: smithi169.mptjes(active, since 17s), standbys: smithi117.jviopl 2024-02-15T17:08:48.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.389491+0000 mon.smithi169 (mon.1) 58 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]: dispatch 2024-02-15T17:08:48.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.390021+0000 mon.smithi117 (mon.0) 779 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]: dispatch 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.393498+0000 mon.smithi117 (mon.0) 780 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]': finished 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.394467+0000 mon.smithi169 (mon.1) 59 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw"}]: dispatch 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.394770+0000 mon.smithi117 (mon.0) 781 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw"}]: dispatch 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.396992+0000 mon.smithi117 (mon.0) 782 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe-rgw"}]': finished 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.400426+0000 mon.smithi117 (mon.0) 783 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.401090+0000 mon.smithi169 (mon.1) 60 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.424358+0000 mon.smithi169 (mon.1) 61 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.424810+0000 mon.smithi117 (mon.0) 784 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.427617+0000 mon.smithi117 (mon.0) 785 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.435891+0000 mon.smithi117 (mon.0) 786 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.441528+0000 mon.smithi117 (mon.0) 787 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.450907+0000 mon.smithi117 (mon.0) 788 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.458795+0000 mon.smithi117 (mon.0) 789 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.460382+0000 mon.smithi169 (mon.1) 62 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.460816+0000 mon.smithi117 (mon.0) 790 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi117.zjrrxe"}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.466294+0000 mon.smithi117 (mon.0) 791 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.467490+0000 mon.smithi169 (mon.1) 63 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.467803+0000 mon.smithi117 (mon.0) 792 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi169.glixgr"}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.471112+0000 mon.smithi117 (mon.0) 793 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.472393+0000 mon.smithi169 (mon.1) 64 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.472802+0000 mon.smithi117 (mon.0) 794 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.477845+0000 mon.smithi117 (mon.0) 795 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.478946+0000 mon.smithi169 (mon.1) 65 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.479275+0000 mon.smithi117 (mon.0) 796 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.481629+0000 mon.smithi117 (mon.0) 797 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.482629+0000 mon.smithi169 (mon.1) 66 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:48.702 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.519580+0000 mon.smithi169 (mon.1) 67 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:08:48.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.520062+0000 mon.smithi117 (mon.0) 798 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:08:48.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.524855+0000 mon.smithi117 (mon.0) 799 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:08:48.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.567993+0000 mon.smithi169 (mon.1) 68 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:08:48.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.568331+0000 mon.smithi117 (mon.0) 800 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:08:48.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.570930+0000 mon.smithi117 (mon.0) 801 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T17:08:48.703 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.577252+0000 mon.smithi169 (mon.1) 69 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:48.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 22.74 MB/sec warmup 114 sec latency 2539.658 ms 2024-02-15T17:08:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.389217+0000 mgr.smithi169.mptjes (mgr.24385) 25 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi117.zjrrxe 2024-02-15T17:08:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.394297+0000 mgr.smithi169.mptjes (mgr.24385) 26 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi117.zjrrxe-rgw 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:47.401638+0000 mgr.smithi169.mptjes (mgr.24385) 27 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.432445+0000 mgr.smithi169.mptjes (mgr.24385) 28 : cephadm [INF] Done migrating nfs.foo 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.432531+0000 mgr.smithi169.mptjes (mgr.24385) 29 : cephadm [INF] Done migrating all NFS services 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.460116+0000 mgr.smithi169.mptjes (mgr.24385) 30 : cephadm [INF] Fencing old nfs.foo.0.0.smithi117.zjrrxe 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.467337+0000 mgr.smithi169.mptjes (mgr.24385) 31 : cephadm [INF] Fencing old nfs.foo.1.0.smithi169.glixgr 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.472229+0000 mgr.smithi169.mptjes (mgr.24385) 32 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi117.onaiss 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.478762+0000 mgr.smithi169.mptjes (mgr.24385) 33 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.567583+0000 mgr.smithi169.mptjes (mgr.24385) 34 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.567667+0000 mgr.smithi169.mptjes (mgr.24385) 35 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi117.onaiss-rgw 2024-02-15T17:08:49.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:47.578314+0000 mgr.smithi169.mptjes (mgr.24385) 36 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi117.onaiss on smithi117 2024-02-15T17:08:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.389217+0000 mgr.smithi169.mptjes (mgr.24385) 25 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi117.zjrrxe 2024-02-15T17:08:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.394297+0000 mgr.smithi169.mptjes (mgr.24385) 26 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi117.zjrrxe-rgw 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:47.401638+0000 mgr.smithi169.mptjes (mgr.24385) 27 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.432445+0000 mgr.smithi169.mptjes (mgr.24385) 28 : cephadm [INF] Done migrating nfs.foo 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.432531+0000 mgr.smithi169.mptjes (mgr.24385) 29 : cephadm [INF] Done migrating all NFS services 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.460116+0000 mgr.smithi169.mptjes (mgr.24385) 30 : cephadm [INF] Fencing old nfs.foo.0.0.smithi117.zjrrxe 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.467337+0000 mgr.smithi169.mptjes (mgr.24385) 31 : cephadm [INF] Fencing old nfs.foo.1.0.smithi169.glixgr 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.472229+0000 mgr.smithi169.mptjes (mgr.24385) 32 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi117.onaiss 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.478762+0000 mgr.smithi169.mptjes (mgr.24385) 33 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.567583+0000 mgr.smithi169.mptjes (mgr.24385) 34 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.567667+0000 mgr.smithi169.mptjes (mgr.24385) 35 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi117.onaiss-rgw 2024-02-15T17:08:49.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:47.578314+0000 mgr.smithi169.mptjes (mgr.24385) 36 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi117.onaiss on smithi117 2024-02-15T17:08:49.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 22.54 MB/sec warmup 115 sec latency 3539.699 ms 2024-02-15T17:08:50.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:48.486722+0000 mgr.smithi169.mptjes (mgr.24385) 37 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.8 MiB/s wr, 860 op/s 2024-02-15T17:08:50.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:49.328824+0000 mon.smithi117 (mon.0) 802 : cluster [DBG] mgrmap e27: smithi169.mptjes(active, since 19s), standbys: smithi117.jviopl 2024-02-15T17:08:50.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:50.063072+0000 mon.smithi117 (mon.0) 803 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:50.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:50.065873+0000 mon.smithi169 (mon.1) 70 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:08:50.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:50.066255+0000 mon.smithi117 (mon.0) 804 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:08:50.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:50.070974+0000 mon.smithi117 (mon.0) 805 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T17:08:50.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:50.072813+0000 mon.smithi169 (mon.1) 71 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:08:50.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:50.073358+0000 mon.smithi117 (mon.0) 806 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:08:50.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:50.078139+0000 mon.smithi117 (mon.0) 807 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T17:08:50.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:50.080268+0000 mon.smithi169 (mon.1) 72 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:50.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:48.486722+0000 mgr.smithi169.mptjes (mgr.24385) 37 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.8 MiB/s wr, 860 op/s 2024-02-15T17:08:50.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:49.328824+0000 mon.smithi117 (mon.0) 802 : cluster [DBG] mgrmap e27: smithi169.mptjes(active, since 19s), standbys: smithi117.jviopl 2024-02-15T17:08:50.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:50.063072+0000 mon.smithi117 (mon.0) 803 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:50.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:50.065873+0000 mon.smithi169 (mon.1) 70 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:08:50.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:50.066255+0000 mon.smithi117 (mon.0) 804 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:08:50.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:50.070974+0000 mon.smithi117 (mon.0) 805 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T17:08:50.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:50.072813+0000 mon.smithi169 (mon.1) 71 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:08:50.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:50.073358+0000 mon.smithi117 (mon.0) 806 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:08:50.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:50.078139+0000 mon.smithi117 (mon.0) 807 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T17:08:50.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:50.080268+0000 mon.smithi169 (mon.1) 72 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:50.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 22.35 MB/sec warmup 116 sec latency 4539.782 ms 2024-02-15T17:08:51.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:50.065570+0000 mgr.smithi169.mptjes (mgr.24385) 38 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi169.ytquhs 2024-02-15T17:08:51.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:50.072519+0000 mgr.smithi169.mptjes (mgr.24385) 39 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T17:08:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:50.065570+0000 mgr.smithi169.mptjes (mgr.24385) 38 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi169.ytquhs 2024-02-15T17:08:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:50.072519+0000 mgr.smithi169.mptjes (mgr.24385) 39 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T17:08:51.912 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 22.15 MB/sec warmup 117 sec latency 5539.822 ms 2024-02-15T17:08:52.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:50.487392+0000 mgr.smithi169.mptjes (mgr.24385) 40 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.8 MiB/s wr, 860 op/s 2024-02-15T17:08:52.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:50.487392+0000 mgr.smithi169.mptjes (mgr.24385) 40 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.8 MiB/s wr, 860 op/s 2024-02-15T17:08:52.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 21.97 MB/sec warmup 118 sec latency 6539.903 ms 2024-02-15T17:08:53.463 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:08:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:52.962012+0000 mon.smithi169 (mon.1) 73 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:08:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:52.962447+0000 mon.smithi117 (mon.0) 808 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:08:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:52.966274+0000 mon.smithi117 (mon.0) 809 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:08:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:52.973476+0000 mds.foofs.smithi117.skzbfo (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14528 (172.21.15.117:0/1129394873) 2024-02-15T17:08:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:52.973738+0000 mon.smithi117 (mon.0) 810 : audit [INF] from='mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908]' entity='mds.foofs.smithi117.skzbfo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.117:0/1129394873"}]: dispatch 2024-02-15T17:08:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:52.976819+0000 mds.foofs.smithi117.skzbfo (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14684 172.21.15.117:0/1729588013) 2024-02-15T17:08:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:53.016214+0000 mon.smithi169 (mon.1) 74 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:08:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:53.016678+0000 mon.smithi117 (mon.0) 811 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:08:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:53.020640+0000 mon.smithi117 (mon.0) 812 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T17:08:53.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:53.023956+0000 mon.smithi169 (mon.1) 75 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:52.962012+0000 mon.smithi169 (mon.1) 73 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:08:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:52.962447+0000 mon.smithi117 (mon.0) 808 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:08:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:52.966274+0000 mon.smithi117 (mon.0) 809 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:08:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:52.973476+0000 mds.foofs.smithi117.skzbfo (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14528 (172.21.15.117:0/1129394873) 2024-02-15T17:08:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:52.973738+0000 mon.smithi117 (mon.0) 810 : audit [INF] from='mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908]' entity='mds.foofs.smithi117.skzbfo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.117:0/1129394873"}]: dispatch 2024-02-15T17:08:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:52.976819+0000 mds.foofs.smithi117.skzbfo (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14684 172.21.15.117:0/1729588013) 2024-02-15T17:08:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:53.016214+0000 mon.smithi169 (mon.1) 74 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:08:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:53.016678+0000 mon.smithi117 (mon.0) 811 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:08:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:53.020640+0000 mon.smithi117 (mon.0) 812 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T17:08:53.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:53.023956+0000 mon.smithi169 (mon.1) 75 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:08:53.909 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 21.78 MB/sec warmup 119 sec latency 7539.952 ms 2024-02-15T17:08:54.092 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:08:54.092 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (6m) 11s ago 8m 22.0M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:08:54.092 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (8m) 11s ago 8m 6383k - 16.2.5 6933c2a0b7dd 1a2c0702477e 2024-02-15T17:08:54.092 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (7m) 10s ago 7m 6400k - 16.2.5 6933c2a0b7dd 49fe4e8d221f 2024-02-15T17:08:54.092 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (6m) 11s ago 7m 33.5M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:08:54.092 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (2m) 11s ago 2m 39.4M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:08:54.092 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (2m) 10s ago 2m 12.5M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:9283 running (9m) 11s ago 9m 60.8M - 16.2.5 6933c2a0b7dd effe6c50d090 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (33s) 10s ago 7m 412M - 16.2.14-521-g0e714d9a 1fbc92c859dc d60ca7a9a8d5 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (9m) 11s ago 9m 57.8M 2048M 16.2.5 6933c2a0b7dd 5772def1f7b0 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (7m) 10s ago 7m 52.6M 2048M 16.2.5 6933c2a0b7dd 8ab9e02eb8c3 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 starting - - - - 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (7m) 11s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (7m) 10s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (6m) 11s ago 6m 334M 1944M 16.2.5 6933c2a0b7dd 0041042eb01e 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (6m) 11s ago 6m 259M 1944M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (5m) 11s ago 5m 197M 1944M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (5m) 11s ago 5m 289M 1944M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (5m) 10s ago 5m 332M 2712M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (4m) 10s ago 4m 345M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:08:54.093 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (4m) 10s ago 4m 285M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:08:54.094 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (4m) 10s ago 4m 420M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:08:54.094 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (6m) 11s ago 7m 51.4M - 2.18.1 de242295e225 c1b49eecdf6d 2024-02-15T17:08:54.429 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:08:54.429 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:08:54.429 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:08:54.430 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T17:08:54.431 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-15T17:08:54.431 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:08:54.431 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:08:54.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:52.488283+0000 mgr.smithi169.mptjes (mgr.24385) 41 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 7.0 MiB/s wr, 689 op/s 2024-02-15T17:08:54.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:53.015731+0000 mgr.smithi169.mptjes (mgr.24385) 42 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:08:54.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:53.015844+0000 mgr.smithi169.mptjes (mgr.24385) 43 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi169.ytquhs-rgw 2024-02-15T17:08:54.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:08:53.024720+0000 mgr.smithi169.mptjes (mgr.24385) 44 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi169.ytquhs on smithi169 2024-02-15T17:08:54.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:53.970419+0000 mon.smithi117 (mon.0) 813 : audit [INF] from='mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908]' entity='mds.foofs.smithi117.skzbfo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.117:0/1129394873"}]': finished 2024-02-15T17:08:54.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:53.970482+0000 mon.smithi117 (mon.0) 814 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-15T17:08:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:52.488283+0000 mgr.smithi169.mptjes (mgr.24385) 41 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 7.0 MiB/s wr, 689 op/s 2024-02-15T17:08:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:53.015731+0000 mgr.smithi169.mptjes (mgr.24385) 42 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:08:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:53.015844+0000 mgr.smithi169.mptjes (mgr.24385) 43 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi169.ytquhs-rgw 2024-02-15T17:08:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:08:53.024720+0000 mgr.smithi169.mptjes (mgr.24385) 44 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi169.ytquhs on smithi169 2024-02-15T17:08:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:53.970419+0000 mon.smithi117 (mon.0) 813 : audit [INF] from='mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908]' entity='mds.foofs.smithi117.skzbfo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.117:0/1129394873"}]': finished 2024-02-15T17:08:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:53.970482+0000 mon.smithi117 (mon.0) 814 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-15T17:08:54.718 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:08:54.719 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:08:54.719 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:08:54.719 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:08:54.719 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [], 2024-02-15T17:08:54.719 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "1/22 daemons upgraded", 2024-02-15T17:08:54.719 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "", 2024-02-15T17:08:54.719 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:08:54.719 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:08:55.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:53.450389+0000 mgr.smithi169.mptjes (mgr.24385) 45 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:55.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:53.742575+0000 mgr.smithi169.mptjes (mgr.24385) 46 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:55.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:54.077675+0000 mgr.smithi169.mptjes (mgr.24385) 47 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:55.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:54.429869+0000 mon.smithi117 (mon.0) 815 : audit [DBG] from='client.? 172.21.15.117:0/2118320218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:08:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:53.450389+0000 mgr.smithi169.mptjes (mgr.24385) 45 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:53.742575+0000 mgr.smithi169.mptjes (mgr.24385) 46 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:54.077675+0000 mgr.smithi169.mptjes (mgr.24385) 47 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:54.429869+0000 mon.smithi117 (mon.0) 815 : audit [DBG] from='client.? 172.21.15.117:0/2118320218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:08:55.910 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 0.00 MB/sec execute 1 sec latency 9540.002 ms 2024-02-15T17:08:56.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:54.488737+0000 mgr.smithi169.mptjes (mgr.24385) 48 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 6.7 MiB/s wr, 654 op/s 2024-02-15T17:08:56.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:54.718837+0000 mgr.smithi169.mptjes (mgr.24385) 49 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:56.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:55.529799+0000 mon.smithi117 (mon.0) 816 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:56.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:55.532106+0000 mon.smithi169 (mon.1) 76 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:56.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:55.688267+0000 mon.smithi117 (mon.0) 817 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:54.488737+0000 mgr.smithi169.mptjes (mgr.24385) 48 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 6.7 MiB/s wr, 654 op/s 2024-02-15T17:08:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:54.718837+0000 mgr.smithi169.mptjes (mgr.24385) 49 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:08:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:55.529799+0000 mon.smithi117 (mon.0) 816 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:55.532106+0000 mon.smithi169 (mon.1) 76 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:08:56.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:55.688267+0000 mon.smithi117 (mon.0) 817 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:08:56.910 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 0.00 MB/sec execute 2 sec latency 10540.046 ms 2024-02-15T17:08:57.910 INFO:teuthology.orchestra.run.smithi117.stdout: 5 92915 0.00 MB/sec execute 3 sec latency 11540.149 ms 2024-02-15T17:08:58.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:56.489105+0000 mgr.smithi169.mptjes (mgr.24385) 50 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 50 KiB/s wr, 7 op/s 2024-02-15T17:08:58.486 INFO:teuthology.orchestra.run.smithi117.stdout:[92980] open ./clients/client3/~dmtmp/PWRPNT/PPTB1E4.TMP failed for handle 12799 (Stale file handle) 2024-02-15T17:08:58.486 INFO:teuthology.orchestra.run.smithi117.stdout:(92981) ERROR: handle 12799 was not found 2024-02-15T17:08:58.486 INFO:teuthology.orchestra.run.smithi117.stdout:[92732] unlink ./clients/client4/~dmtmp/PM/PMD394.TMP failed (Stale file handle) - expected NT_STATUS_OK 2024-02-15T17:08:58.487 INFO:teuthology.orchestra.run.smithi117.stdout:ERROR: child 4 failed at line 92732 2024-02-15T17:08:58.487 INFO:teuthology.orchestra.run.smithi117.stdout:[93182] rename ./clients/client1/~dmtmp/PWRPNT/NEWTIPS.PPT ./clients/client1/~dmtmp/PWRPNT/PPTC241.TMP failed (Stale file handle) - expected NT_STATUS_OK 2024-02-15T17:08:58.487 INFO:teuthology.orchestra.run.smithi117.stdout:ERROR: child 1 failed at line 93182 2024-02-15T17:08:58.487 INFO:teuthology.orchestra.run.smithi117.stdout:[92742] unlink ./clients/client0/~dmtmp/PM/PMD3A4.TMP failed (Stale file handle) - expected NT_STATUS_OK 2024-02-15T17:08:58.487 INFO:teuthology.orchestra.run.smithi117.stdout:ERROR: child 0 failed at line 92742 2024-02-15T17:08:58.487 INFO:teuthology.orchestra.run.smithi117.stdout:[92943] open ./clients/client2/~dmtmp/PWRPNT/NEWPCB.PPT failed for handle 12793 (Stale file handle) 2024-02-15T17:08:58.487 INFO:teuthology.orchestra.run.smithi117.stdout:(92944) ERROR: handle 12793 was not found 2024-02-15T17:08:58.487 INFO:teuthology.orchestra.run.smithi117.stdout:Child failed with status 1 2024-02-15T17:08:58.489 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-15T17:08:58.564 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-15T17:08:58.696 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:08:58.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:56.489105+0000 mgr.smithi169.mptjes (mgr.24385) 50 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 50 KiB/s wr, 7 op/s 2024-02-15T17:08:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:08:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:08:58.489708+0000 mgr.smithi169.mptjes (mgr.24385) 51 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 104 KiB/s wr, 33 op/s 2024-02-15T17:08:59.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:08:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:08:58.489708+0000 mgr.smithi169.mptjes (mgr.24385) 51 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 104 KiB/s wr, 33 op/s 2024-02-15T17:09:01.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:08:59.874507+0000 mon.smithi117 (mon.0) 818 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:01.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:08:59.874507+0000 mon.smithi117 (mon.0) 818 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:02.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:00.490101+0000 mgr.smithi169.mptjes (mgr.24385) 52 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 104 KiB/s wr, 33 op/s 2024-02-15T17:09:02.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:01.460847+0000 mon.smithi117 (mon.0) 819 : audit [INF] from='mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908]' entity='mds.foofs.smithi117.skzbfo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.169:0/1305069215"}]: dispatch 2024-02-15T17:09:02.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:01.684191+0000 mon.smithi117 (mon.0) 820 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:02.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:01.686886+0000 mon.smithi169 (mon.1) 77 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:02.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:01.687738+0000 mon.smithi169 (mon.1) 78 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:02.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:01.692208+0000 mon.smithi117 (mon.0) 821 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:02.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:01.701775+0000 mon.smithi117 (mon.0) 822 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:02.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:00.490101+0000 mgr.smithi169.mptjes (mgr.24385) 52 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 104 KiB/s wr, 33 op/s 2024-02-15T17:09:02.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:01.460847+0000 mon.smithi117 (mon.0) 819 : audit [INF] from='mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908]' entity='mds.foofs.smithi117.skzbfo' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.169:0/1305069215"}]: dispatch 2024-02-15T17:09:02.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:01.684191+0000 mon.smithi117 (mon.0) 820 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:02.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:01.686886+0000 mon.smithi169 (mon.1) 77 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:02.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:01.687738+0000 mon.smithi169 (mon.1) 78 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:02.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:01.692208+0000 mon.smithi117 (mon.0) 821 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:02.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:01.701775+0000 mon.smithi117 (mon.0) 822 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:03.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:01.460633+0000 mds.foofs.smithi117.skzbfo (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24323 (172.21.15.169:0/1305069215) 2024-02-15T17:09:03.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:01.463422+0000 mds.foofs.smithi117.skzbfo (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24479 172.21.15.169:0/3169500358) 2024-02-15T17:09:03.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:01.706618+0000 mgr.smithi169.mptjes (mgr.24385) 53 : cephadm [INF] Reconfiguring prometheus.smithi117 (dependencies changed)... 2024-02-15T17:09:03.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:01.715080+0000 mgr.smithi169.mptjes (mgr.24385) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi117 on smithi117 2024-02-15T17:09:03.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:01.885343+0000 mon.smithi117 (mon.0) 823 : audit [INF] from='mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908]' entity='mds.foofs.smithi117.skzbfo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.169:0/1305069215"}]': finished 2024-02-15T17:09:03.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:01.885393+0000 mon.smithi117 (mon.0) 824 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-15T17:09:03.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:01.460633+0000 mds.foofs.smithi117.skzbfo (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24323 (172.21.15.169:0/1305069215) 2024-02-15T17:09:03.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:01.463422+0000 mds.foofs.smithi117.skzbfo (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24479 172.21.15.169:0/3169500358) 2024-02-15T17:09:03.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:01.706618+0000 mgr.smithi169.mptjes (mgr.24385) 53 : cephadm [INF] Reconfiguring prometheus.smithi117 (dependencies changed)... 2024-02-15T17:09:03.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:01.715080+0000 mgr.smithi169.mptjes (mgr.24385) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi117 on smithi117 2024-02-15T17:09:03.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:01.885343+0000 mon.smithi117 (mon.0) 823 : audit [INF] from='mds.? [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908]' entity='mds.foofs.smithi117.skzbfo' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.169:0/1305069215"}]': finished 2024-02-15T17:09:03.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:01.885393+0000 mon.smithi117 (mon.0) 824 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-15T17:09:03.730 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:04.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:02.490550+0000 mgr.smithi169.mptjes (mgr.24385) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 67 KiB/s wr, 32 op/s 2024-02-15T17:09:04.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:02.490550+0000 mgr.smithi169.mptjes (mgr.24385) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 67 KiB/s wr, 32 op/s 2024-02-15T17:09:06.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:04.490991+0000 mgr.smithi169.mptjes (mgr.24385) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 57 KiB/s wr, 27 op/s 2024-02-15T17:09:06.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:04.490991+0000 mgr.smithi169.mptjes (mgr.24385) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 57 KiB/s wr, 27 op/s 2024-02-15T17:09:08.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:06.491388+0000 mgr.smithi169.mptjes (mgr.24385) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 57 KiB/s wr, 27 op/s 2024-02-15T17:09:08.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:06.491388+0000 mgr.smithi169.mptjes (mgr.24385) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 57 KiB/s wr, 27 op/s 2024-02-15T17:09:08.758 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:10.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:08.492295+0000 mgr.smithi169.mptjes (mgr.24385) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1023 B/s wr, 1 op/s 2024-02-15T17:09:10.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:08.492295+0000 mgr.smithi169.mptjes (mgr.24385) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1023 B/s wr, 1 op/s 2024-02-15T17:09:12.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:10.492818+0000 mgr.smithi169.mptjes (mgr.24385) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1023 B/s wr, 1 op/s 2024-02-15T17:09:12.314 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:10.492818+0000 mgr.smithi169.mptjes (mgr.24385) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1023 B/s wr, 1 op/s 2024-02-15T17:09:13.795 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:14.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:12.493725+0000 mgr.smithi169.mptjes (mgr.24385) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 482 B/s wr, 0 op/s 2024-02-15T17:09:14.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:12.493725+0000 mgr.smithi169.mptjes (mgr.24385) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 482 B/s wr, 0 op/s 2024-02-15T17:09:16.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:14.494336+0000 mgr.smithi169.mptjes (mgr.24385) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T17:09:16.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:15.185668+0000 mon.smithi117 (mon.0) 825 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:16.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:15.192988+0000 mon.smithi169 (mon.1) 79 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:09:16.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:15.193467+0000 mgr.smithi169.mptjes (mgr.24385) 62 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:09:16.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:15.194629+0000 mon.smithi169 (mon.1) 80 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T17:09:16.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:15.195014+0000 mgr.smithi169.mptjes (mgr.24385) 63 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T17:09:16.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:15.198461+0000 mon.smithi117 (mon.0) 826 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:16.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:15.202397+0000 mon.smithi169 (mon.1) 81 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:16.288 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:15.209793+0000 mon.smithi117 (mon.0) 827 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:16.288 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:15.212066+0000 mgr.smithi169.mptjes (mgr.24385) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi169.mptjes) 2024-02-15T17:09:16.288 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:15.212468+0000 mgr.smithi169.mptjes (mgr.24385) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi169.mptjes) 2024-02-15T17:09:16.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:14.494336+0000 mgr.smithi169.mptjes (mgr.24385) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T17:09:16.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:15.185668+0000 mon.smithi117 (mon.0) 825 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:16.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:15.192988+0000 mon.smithi169 (mon.1) 79 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:09:16.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:15.193467+0000 mgr.smithi169.mptjes (mgr.24385) 62 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:09:16.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:15.194629+0000 mon.smithi169 (mon.1) 80 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T17:09:16.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:15.195014+0000 mgr.smithi169.mptjes (mgr.24385) 63 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi117.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T17:09:16.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:15.198461+0000 mon.smithi117 (mon.0) 826 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:16.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:15.202397+0000 mon.smithi169 (mon.1) 81 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:16.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:15.209793+0000 mon.smithi117 (mon.0) 827 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:16.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:15.212066+0000 mgr.smithi169.mptjes (mgr.24385) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi169.mptjes) 2024-02-15T17:09:16.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:15.212468+0000 mgr.smithi169.mptjes (mgr.24385) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi169.mptjes) 2024-02-15T17:09:17.897 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:16.494837+0000 mgr.smithi169.mptjes (mgr.24385) 66 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T17:09:17.898 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:16.603380+0000 mgr.smithi169.mptjes (mgr.24385) 67 : cephadm [INF] Upgrade: Updating mgr.smithi117.jviopl 2024-02-15T17:09:17.898 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:16.608028+0000 mon.smithi117 (mon.0) 828 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:17.898 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:16.609691+0000 mon.smithi169 (mon.1) 82 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.jviopl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:09:17.898 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:16.610065+0000 mon.smithi117 (mon.0) 829 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.jviopl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:09:17.898 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:16.611008+0000 mon.smithi169 (mon.1) 83 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:09:17.898 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:16.611969+0000 mon.smithi169 (mon.1) 84 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:17.898 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:16.612679+0000 mgr.smithi169.mptjes (mgr.24385) 68 : cephadm [INF] Deploying daemon mgr.smithi117.jviopl on smithi117 2024-02-15T17:09:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:16.494837+0000 mgr.smithi169.mptjes (mgr.24385) 66 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T17:09:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:16.603380+0000 mgr.smithi169.mptjes (mgr.24385) 67 : cephadm [INF] Upgrade: Updating mgr.smithi117.jviopl 2024-02-15T17:09:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:16.608028+0000 mon.smithi117 (mon.0) 828 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:16.609691+0000 mon.smithi169 (mon.1) 82 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.jviopl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:09:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:16.610065+0000 mon.smithi117 (mon.0) 829 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.jviopl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:09:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:16.611008+0000 mon.smithi169 (mon.1) 83 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:09:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:16.611969+0000 mon.smithi169 (mon.1) 84 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:17.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:16.612679+0000 mgr.smithi169.mptjes (mgr.24385) 68 : cephadm [INF] Deploying daemon mgr.smithi117.jviopl on smithi117 2024-02-15T17:09:18.845 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:19.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:18.495663+0000 mgr.smithi169.mptjes (mgr.24385) 69 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T17:09:19.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:18.495663+0000 mgr.smithi169.mptjes (mgr.24385) 69 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T17:09:21.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:19.934725+0000 mon.smithi117 (mon.0) 830 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:21.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:19.936363+0000 mon.smithi169 (mon.1) 85 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:21.211 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:19.934725+0000 mon.smithi117 (mon.0) 830 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:21.212 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:19.936363+0000 mon.smithi169 (mon.1) 85 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:22.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:20.495997+0000 mgr.smithi169.mptjes (mgr.24385) 70 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:22.314 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:20.495997+0000 mgr.smithi169.mptjes (mgr.24385) 70 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:23.889 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:24.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:22.496806+0000 mgr.smithi169.mptjes (mgr.24385) 71 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:09:24.232 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:22.496806+0000 mgr.smithi169.mptjes (mgr.24385) 71 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:09:25.061 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:09:25.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:24.159910+0000 mon.smithi117 (mon.0) 831 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:25.451 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:24.159910+0000 mon.smithi117 (mon.0) 831 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:25.687 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:09:25.687 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (7m) 24s ago 8m 22.0M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:09:25.687 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (8m) 24s ago 8m 6383k - 16.2.5 6933c2a0b7dd 1a2c0702477e 2024-02-15T17:09:25.687 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (7m) 1s ago 7m 6400k - 16.2.5 6933c2a0b7dd 49fe4e8d221f 2024-02-15T17:09:25.687 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (7m) 24s ago 8m 33.5M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:09:25.687 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (2m) 24s ago 2m 39.0M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:09:25.687 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (2m) 1s ago 2m 12.8M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 starting - - - - 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (64s) 1s ago 7m 432M - 16.2.14-521-g0e714d9a 1fbc92c859dc d60ca7a9a8d5 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (10m) 24s ago 10m 50.3M 2048M 16.2.5 6933c2a0b7dd 5772def1f7b0 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (7m) 1s ago 7m 38.3M 2048M 16.2.5 6933c2a0b7dd 8ab9e02eb8c3 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (36s) 24s ago 35s 49.1M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (30s) 1s ago 30s 48.1M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (8m) 24s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (7m) 1s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (7m) 24s ago 7m 363M 1944M 16.2.5 6933c2a0b7dd 0041042eb01e 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (6m) 24s ago 6m 287M 1944M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (6m) 24s ago 6m 210M 1944M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (5m) 24s ago 5m 333M 1944M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:09:25.688 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (5m) 1s ago 5m 359M 2712M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:09:25.689 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (5m) 1s ago 5m 373M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:09:25.689 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (4m) 1s ago 4m 305M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:09:25.689 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (4m) 1s ago 4m 454M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:09:25.689 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 starting - - - - 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:09:26.118 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:09:26.119 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:09:26.119 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:09:26.119 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:09:26.119 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T17:09:26.119 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-15T17:09:26.119 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:09:26.119 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:09:26.426 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:09:26.426 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:09:26.426 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:09:26.427 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:09:26.427 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [], 2024-02-15T17:09:26.427 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "", 2024-02-15T17:09:26.427 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading mgr daemons", 2024-02-15T17:09:26.427 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:09:26.427 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:24.497136+0000 mgr.smithi169.mptjes (mgr.24385) 72 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:25.046694+0000 mgr.smithi169.mptjes (mgr.24385) 73 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:25.468647+0000 mon.smithi117 (mon.0) 832 : cluster [DBG] Standby manager daemon smithi117.jviopl restarted 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:25.468731+0000 mon.smithi117 (mon.0) 833 : cluster [DBG] Standby manager daemon smithi117.jviopl started 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:25.469030+0000 mon.smithi117 (mon.0) 834 : audit [DBG] from='mgr.? 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.jviopl/crt"}]: dispatch 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:25.469388+0000 mon.smithi117 (mon.0) 835 : audit [DBG] from='mgr.? 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:25.472031+0000 mon.smithi117 (mon.0) 836 : audit [DBG] from='mgr.? 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.jviopl/key"}]: dispatch 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:25.472366+0000 mon.smithi117 (mon.0) 837 : audit [DBG] from='mgr.? 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:09:26.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:26.118086+0000 mon.smithi117 (mon.0) 838 : audit [DBG] from='client.? 172.21.15.117:0/3661916394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:09:26.524 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:24.497136+0000 mgr.smithi169.mptjes (mgr.24385) 72 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:26.524 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:25.046694+0000 mgr.smithi169.mptjes (mgr.24385) 73 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:26.524 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:25.468647+0000 mon.smithi117 (mon.0) 832 : cluster [DBG] Standby manager daemon smithi117.jviopl restarted 2024-02-15T17:09:26.524 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:25.468731+0000 mon.smithi117 (mon.0) 833 : cluster [DBG] Standby manager daemon smithi117.jviopl started 2024-02-15T17:09:26.524 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:25.469030+0000 mon.smithi117 (mon.0) 834 : audit [DBG] from='mgr.? 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.jviopl/crt"}]: dispatch 2024-02-15T17:09:26.524 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:25.469388+0000 mon.smithi117 (mon.0) 835 : audit [DBG] from='mgr.? 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:09:26.525 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:25.472031+0000 mon.smithi117 (mon.0) 836 : audit [DBG] from='mgr.? 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.jviopl/key"}]: dispatch 2024-02-15T17:09:26.525 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:25.472366+0000 mon.smithi117 (mon.0) 837 : audit [DBG] from='mgr.? 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:09:26.525 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:26 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:26.118086+0000 mon.smithi117 (mon.0) 838 : audit [DBG] from='client.? 172.21.15.117:0/3661916394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:25.356556+0000 mgr.smithi169.mptjes (mgr.24385) 74 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:25.677480+0000 mgr.smithi169.mptjes (mgr.24385) 75 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:26.178034+0000 mon.smithi117 (mon.0) 839 : cluster [DBG] mgrmap e28: smithi169.mptjes(active, since 56s), standbys: smithi117.jviopl 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:27.001083+0000 mon.smithi117 (mon.0) 840 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:27.003363+0000 mon.smithi169 (mon.1) 86 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:27.004270+0000 mon.smithi169 (mon.1) 87 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:27.010813+0000 mon.smithi117 (mon.0) 841 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:27.017937+0000 mon.smithi117 (mon.0) 842 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:27.022123+0000 mon.smithi169 (mon.1) 88 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:27.027519+0000 mon.smithi169 (mon.1) 89 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr fail", "who": "smithi169.mptjes"}]: dispatch 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:27.027908+0000 mon.smithi117 (mon.0) 843 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr fail", "who": "smithi169.mptjes"}]: dispatch 2024-02-15T17:09:27.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:27.033233+0000 mon.smithi117 (mon.0) 844 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T17:09:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:25.356556+0000 mgr.smithi169.mptjes (mgr.24385) 74 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:25.677480+0000 mgr.smithi169.mptjes (mgr.24385) 75 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:26.178034+0000 mon.smithi117 (mon.0) 839 : cluster [DBG] mgrmap e28: smithi169.mptjes(active, since 56s), standbys: smithi117.jviopl 2024-02-15T17:09:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:27.001083+0000 mon.smithi117 (mon.0) 840 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:27.003363+0000 mon.smithi169 (mon.1) 86 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:27.004270+0000 mon.smithi169 (mon.1) 87 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:27.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:27.010813+0000 mon.smithi117 (mon.0) 841 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:27.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:27.017937+0000 mon.smithi117 (mon.0) 842 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' 2024-02-15T17:09:27.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:27.022123+0000 mon.smithi169 (mon.1) 88 : audit [DBG] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:27.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:27.027519+0000 mon.smithi169 (mon.1) 89 : audit [INF] from='mgr.24385 172.21.15.169:0/1788038844' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr fail", "who": "smithi169.mptjes"}]: dispatch 2024-02-15T17:09:27.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:27.027908+0000 mon.smithi117 (mon.0) 843 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "mgr fail", "who": "smithi169.mptjes"}]: dispatch 2024-02-15T17:09:27.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:27.033233+0000 mon.smithi117 (mon.0) 844 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T17:09:28.274 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:26.426255+0000 mgr.smithi169.mptjes (mgr.24385) 76 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:28.274 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:26.497651+0000 mgr.smithi169.mptjes (mgr.24385) 77 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:28.275 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:27.024522+0000 mgr.smithi169.mptjes (mgr.24385) 78 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi169.mptjes) 2024-02-15T17:09:28.275 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:27.024954+0000 mgr.smithi169.mptjes (mgr.24385) 79 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi169.mptjes) 2024-02-15T17:09:28.275 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:27.027246+0000 mgr.smithi169.mptjes (mgr.24385) 80 : cephadm [INF] Failing over to other MGR 2024-02-15T17:09:28.275 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.024098+0000 mon.smithi117 (mon.0) 845 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "mgr fail", "who": "smithi169.mptjes"}]': finished 2024-02-15T17:09:28.275 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:28.024161+0000 mon.smithi117 (mon.0) 846 : cluster [DBG] mgrmap e29: smithi117.jviopl(active, starting, since 0.995694s) 2024-02-15T17:09:28.275 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.025605+0000 mon.smithi117 (mon.0) 847 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:09:28.275 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.025816+0000 mon.smithi117 (mon.0) 848 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:09:28.275 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.026221+0000 mon.smithi117 (mon.0) 849 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.026448+0000 mon.smithi117 (mon.0) 850 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.026705+0000 mon.smithi117 (mon.0) 851 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi117.jviopl", "id": "smithi117.jviopl"}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.026945+0000 mon.smithi117 (mon.0) 852 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.027170+0000 mon.smithi117 (mon.0) 853 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.027407+0000 mon.smithi117 (mon.0) 854 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.027617+0000 mon.smithi117 (mon.0) 855 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.027824+0000 mon.smithi117 (mon.0) 856 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.028032+0000 mon.smithi117 (mon.0) 857 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.028322+0000 mon.smithi117 (mon.0) 858 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:09:28.276 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.028644+0000 mon.smithi117 (mon.0) 859 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:09:28.277 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.028933+0000 mon.smithi117 (mon.0) 860 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T17:09:28.277 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.029203+0000 mon.smithi117 (mon.0) 861 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T17:09:28.277 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.029626+0000 mon.smithi117 (mon.0) 862 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T17:09:28.277 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:28.057035+0000 mon.smithi117 (mon.0) 863 : cluster [INF] Manager daemon smithi117.jviopl is now available 2024-02-15T17:09:28.277 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.159776+0000 mon.smithi117 (mon.0) 864 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:28.277 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.161144+0000 mon.smithi117 (mon.0) 865 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:28.282 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:26.426255+0000 mgr.smithi169.mptjes (mgr.24385) 76 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:28.282 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:26.497651+0000 mgr.smithi169.mptjes (mgr.24385) 77 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:28.282 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:27.024522+0000 mgr.smithi169.mptjes (mgr.24385) 78 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi169.mptjes) 2024-02-15T17:09:28.282 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:27.024954+0000 mgr.smithi169.mptjes (mgr.24385) 79 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi169.mptjes) 2024-02-15T17:09:28.283 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:27.027246+0000 mgr.smithi169.mptjes (mgr.24385) 80 : cephadm [INF] Failing over to other MGR 2024-02-15T17:09:28.283 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.024098+0000 mon.smithi117 (mon.0) 845 : audit [INF] from='mgr.24385 ' entity='mgr.smithi169.mptjes' cmd='[{"prefix": "mgr fail", "who": "smithi169.mptjes"}]': finished 2024-02-15T17:09:28.283 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:28.024161+0000 mon.smithi117 (mon.0) 846 : cluster [DBG] mgrmap e29: smithi117.jviopl(active, starting, since 0.995694s) 2024-02-15T17:09:28.283 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.025605+0000 mon.smithi117 (mon.0) 847 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:09:28.283 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.025816+0000 mon.smithi117 (mon.0) 848 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:09:28.284 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.026221+0000 mon.smithi117 (mon.0) 849 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:09:28.284 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.026448+0000 mon.smithi117 (mon.0) 850 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:09:28.284 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.026705+0000 mon.smithi117 (mon.0) 851 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi117.jviopl", "id": "smithi117.jviopl"}]: dispatch 2024-02-15T17:09:28.284 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.026945+0000 mon.smithi117 (mon.0) 852 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:09:28.284 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.027170+0000 mon.smithi117 (mon.0) 853 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:09:28.284 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.027407+0000 mon.smithi117 (mon.0) 854 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:09:28.285 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.027617+0000 mon.smithi117 (mon.0) 855 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:09:28.285 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.027824+0000 mon.smithi117 (mon.0) 856 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:09:28.285 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.028032+0000 mon.smithi117 (mon.0) 857 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:09:28.285 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.028322+0000 mon.smithi117 (mon.0) 858 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:09:28.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.028644+0000 mon.smithi117 (mon.0) 859 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:09:28.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.028933+0000 mon.smithi117 (mon.0) 860 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T17:09:28.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.029203+0000 mon.smithi117 (mon.0) 861 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T17:09:28.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.029626+0000 mon.smithi117 (mon.0) 862 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T17:09:28.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:28.057035+0000 mon.smithi117 (mon.0) 863 : cluster [INF] Manager daemon smithi117.jviopl is now available 2024-02-15T17:09:28.286 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.159776+0000 mon.smithi117 (mon.0) 864 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:28.287 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:28 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.161144+0000 mon.smithi117 (mon.0) 865 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:28.929 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.218576+0000 mon.smithi117 (mon.0) 866 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:09:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:28.222522+0000 mon.smithi117 (mon.0) 867 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:09:29.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:29.025350+0000 mon.smithi117 (mon.0) 868 : cluster [DBG] mgrmap e30: smithi117.jviopl(active, since 1.99688s) 2024-02-15T17:09:29.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.218576+0000 mon.smithi117 (mon.0) 866 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/mirror_snapshot_schedule"}]: dispatch 2024-02-15T17:09:29.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:28.222522+0000 mon.smithi117 (mon.0) 867 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.jviopl/trash_purge_schedule"}]: dispatch 2024-02-15T17:09:29.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:29.025350+0000 mon.smithi117 (mon.0) 868 : cluster [DBG] mgrmap e30: smithi117.jviopl(active, since 1.99688s) 2024-02-15T17:09:30.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:29.036442+0000 mgr.smithi117.jviopl (mgr.14726) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:09:30.618 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:29.036442+0000 mgr.smithi117.jviopl (mgr.14726) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:09:31.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:30.028360+0000 mgr.smithi117.jviopl (mgr.14726) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:09:31.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:30.194226+0000 mon.smithi117 (mon.0) 869 : cluster [DBG] mgrmap e31: smithi117.jviopl(active, since 3s) 2024-02-15T17:09:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:30.028360+0000 mgr.smithi117.jviopl (mgr.14726) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:09:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:30.194226+0000 mon.smithi117 (mon.0) 869 : cluster [DBG] mgrmap e31: smithi117.jviopl(active, since 3s) 2024-02-15T17:09:33.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:32.028724+0000 mgr.smithi117.jviopl (mgr.14726) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:09:33.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:33.021296+0000 mon.smithi117 (mon.0) 870 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:33.507 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:32.028724+0000 mgr.smithi117.jviopl (mgr.14726) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:09:33.507 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:33.021296+0000 mon.smithi117 (mon.0) 870 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:33.969 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:33.731655+0000 mon.smithi117 (mon.0) 871 : cluster [DBG] Standby manager daemon smithi169.mptjes started 2024-02-15T17:09:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:33.732859+0000 mon.smithi169 (mon.1) 90 : audit [DBG] from='mgr.? 172.21.15.169:0/2548470499' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/crt"}]: dispatch 2024-02-15T17:09:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:33.733270+0000 mon.smithi169 (mon.1) 91 : audit [DBG] from='mgr.? 172.21.15.169:0/2548470499' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:09:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:33.735349+0000 mon.smithi169 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.169:0/2548470499' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/key"}]: dispatch 2024-02-15T17:09:34.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:33.736319+0000 mon.smithi169 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.169:0/2548470499' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:09:34.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:33.731655+0000 mon.smithi117 (mon.0) 871 : cluster [DBG] Standby manager daemon smithi169.mptjes started 2024-02-15T17:09:34.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:33.732859+0000 mon.smithi169 (mon.1) 90 : audit [DBG] from='mgr.? 172.21.15.169:0/2548470499' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/crt"}]: dispatch 2024-02-15T17:09:34.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:33.733270+0000 mon.smithi169 (mon.1) 91 : audit [DBG] from='mgr.? 172.21.15.169:0/2548470499' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:09:34.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:33.735349+0000 mon.smithi169 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.169:0/2548470499' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/key"}]: dispatch 2024-02-15T17:09:34.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:33.736319+0000 mon.smithi169 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.169:0/2548470499' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:09:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:34.029348+0000 mgr.smithi117.jviopl (mgr.14726) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:09:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:34.649471+0000 mon.smithi117 (mon.0) 872 : cluster [DBG] mgrmap e32: smithi117.jviopl(active, since 7s), standbys: smithi169.mptjes 2024-02-15T17:09:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:34.649601+0000 mon.smithi117 (mon.0) 873 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi169.mptjes", "id": "smithi169.mptjes"}]: dispatch 2024-02-15T17:09:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:35.181216+0000 mon.smithi117 (mon.0) 874 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:35.453857+0000 mon.smithi117 (mon.0) 875 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:35.454563+0000 mon.smithi117 (mon.0) 876 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:35.498504+0000 mon.smithi117 (mon.0) 877 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:35.507281+0000 mon.smithi117 (mon.0) 878 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:35.518790+0000 mon.smithi117 (mon.0) 879 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:35.526146+0000 mon.smithi117 (mon.0) 880 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:35.529062+0000 mon.smithi117 (mon.0) 881 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:34.029348+0000 mgr.smithi117.jviopl (mgr.14726) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T17:09:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:34.649471+0000 mon.smithi117 (mon.0) 872 : cluster [DBG] mgrmap e32: smithi117.jviopl(active, since 7s), standbys: smithi169.mptjes 2024-02-15T17:09:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:34.649601+0000 mon.smithi117 (mon.0) 873 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr metadata", "who": "smithi169.mptjes", "id": "smithi169.mptjes"}]: dispatch 2024-02-15T17:09:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:35.181216+0000 mon.smithi117 (mon.0) 874 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:35.453857+0000 mon.smithi117 (mon.0) 875 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:35.454563+0000 mon.smithi117 (mon.0) 876 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:35.498504+0000 mon.smithi117 (mon.0) 877 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:35.507281+0000 mon.smithi117 (mon.0) 878 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:35.518790+0000 mon.smithi117 (mon.0) 879 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:35.526146+0000 mon.smithi117 (mon.0) 880 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:35.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:35.529062+0000 mon.smithi117 (mon.0) 881 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:36.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:35.455606+0000 mgr.smithi117.jviopl (mgr.14726) 5 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-15T17:09:36.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:35.455837+0000 mgr.smithi117.jviopl (mgr.14726) 6 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.conf 2024-02-15T17:09:36.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:35.475240+0000 mgr.smithi117.jviopl (mgr.14726) 7 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:09:36.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:35.476910+0000 mgr.smithi117.jviopl (mgr.14726) 8 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:09:36.938 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:35.455606+0000 mgr.smithi117.jviopl (mgr.14726) 5 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-15T17:09:36.938 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:35.455837+0000 mgr.smithi117.jviopl (mgr.14726) 6 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.conf 2024-02-15T17:09:36.938 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:35.475240+0000 mgr.smithi117.jviopl (mgr.14726) 7 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:09:36.938 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:35.476910+0000 mgr.smithi117.jviopl (mgr.14726) 8 : cephadm [INF] Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-02-15T17:09:37.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:36.030048+0000 mgr.smithi117.jviopl (mgr.14726) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2024-02-15T17:09:37.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:36.958043+0000 mon.smithi117 (mon.0) 882 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi169.mptjes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:09:37.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:36.958943+0000 mon.smithi117 (mon.0) 883 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:09:37.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:36.959832+0000 mon.smithi117 (mon.0) 884 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:36.030048+0000 mgr.smithi117.jviopl (mgr.14726) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2024-02-15T17:09:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:36.958043+0000 mon.smithi117 (mon.0) 882 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi169.mptjes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T17:09:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:36.958943+0000 mon.smithi117 (mon.0) 883 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T17:09:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:36.959832+0000 mon.smithi117 (mon.0) 884 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:38.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:36.957628+0000 mgr.smithi117.jviopl (mgr.14726) 10 : cephadm [INF] Upgrade: Updating mgr.smithi169.mptjes 2024-02-15T17:09:38.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:36.960495+0000 mgr.smithi117.jviopl (mgr.14726) 11 : cephadm [INF] Deploying daemon mgr.smithi169.mptjes on smithi169 2024-02-15T17:09:38.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:36.957628+0000 mgr.smithi117.jviopl (mgr.14726) 10 : cephadm [INF] Upgrade: Updating mgr.smithi169.mptjes 2024-02-15T17:09:38.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:36.960495+0000 mgr.smithi117.jviopl (mgr.14726) 11 : cephadm [INF] Deploying daemon mgr.smithi169.mptjes on smithi169 2024-02-15T17:09:39.016 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:39.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:38.030464+0000 mgr.smithi117.jviopl (mgr.14726) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2024-02-15T17:09:40.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:38.030464+0000 mgr.smithi117.jviopl (mgr.14726) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2024-02-15T17:09:41.675 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:40.031168+0000 mgr.smithi117.jviopl (mgr.14726) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-15T17:09:41.676 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:40.457148+0000 mon.smithi117 (mon.0) 885 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:41.676 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:40.458030+0000 mon.smithi117 (mon.0) 886 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:41.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:40.031168+0000 mgr.smithi117.jviopl (mgr.14726) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-15T17:09:41.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:40.457148+0000 mon.smithi117 (mon.0) 885 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:41.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:40.458030+0000 mon.smithi117 (mon.0) 886 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:42.031750+0000 mgr.smithi117.jviopl (mgr.14726) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:43.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:42.031750+0000 mgr.smithi117.jviopl (mgr.14726) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:44.055 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:45.857 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:44.032259+0000 mgr.smithi117.jviopl (mgr.14726) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:45.857 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.072938+0000 mon.smithi117 (mon.0) 887 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:45.857 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.073868+0000 mon.smithi117 (mon.0) 888 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:45.857 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.074735+0000 mon.smithi117 (mon.0) 889 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:45.857 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.079057+0000 mon.smithi117 (mon.0) 890 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:45.857 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.084955+0000 mon.smithi117 (mon.0) 891 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:45.857 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.088247+0000 mon.smithi117 (mon.0) 892 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:45.857 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.090348+0000 mon.smithi117 (mon.0) 893 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:09:45.858 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.094656+0000 mon.smithi117 (mon.0) 894 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:45.858 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.095406+0000 mon.smithi117 (mon.0) 895 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi117.jviopl"}]: dispatch 2024-02-15T17:09:45.858 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.098579+0000 mon.smithi117 (mon.0) 896 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi117.jviopl"}]': finished 2024-02-15T17:09:45.858 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.099221+0000 mon.smithi117 (mon.0) 897 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi169.mptjes"}]: dispatch 2024-02-15T17:09:45.858 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.103939+0000 mon.smithi117 (mon.0) 898 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi169.mptjes"}]': finished 2024-02-15T17:09:45.858 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.104866+0000 mon.smithi117 (mon.0) 899 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T17:09:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:44.032259+0000 mgr.smithi117.jviopl (mgr.14726) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.072938+0000 mon.smithi117 (mon.0) 887 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.073868+0000 mon.smithi117 (mon.0) 888 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.074735+0000 mon.smithi117 (mon.0) 889 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.079057+0000 mon.smithi117 (mon.0) 890 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.084955+0000 mon.smithi117 (mon.0) 891 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.088247+0000 mon.smithi117 (mon.0) 892 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.090348+0000 mon.smithi117 (mon.0) 893 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.094656+0000 mon.smithi117 (mon.0) 894 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.095406+0000 mon.smithi117 (mon.0) 895 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi117.jviopl"}]: dispatch 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.098579+0000 mon.smithi117 (mon.0) 896 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi117.jviopl"}]': finished 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.099221+0000 mon.smithi117 (mon.0) 897 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi169.mptjes"}]: dispatch 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.103939+0000 mon.smithi117 (mon.0) 898 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi169.mptjes"}]': finished 2024-02-15T17:09:45.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.104866+0000 mon.smithi117 (mon.0) 899 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T17:09:46.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:45.090943+0000 mgr.smithi117.jviopl (mgr.14726) 16 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-15T17:09:46.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:45.871508+0000 mon.smithi117 (mon.0) 900 : cluster [DBG] Standby manager daemon smithi169.mptjes restarted 2024-02-15T17:09:46.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:45.871615+0000 mon.smithi117 (mon.0) 901 : cluster [DBG] Standby manager daemon smithi169.mptjes started 2024-02-15T17:09:46.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.873009+0000 mon.smithi169 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.169:0/3583333947' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/crt"}]: dispatch 2024-02-15T17:09:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.873492+0000 mon.smithi169 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.169:0/3583333947' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:09:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.875473+0000 mon.smithi169 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.169:0/3583333947' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/key"}]: dispatch 2024-02-15T17:09:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:45.876339+0000 mon.smithi169 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.169:0/3583333947' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:09:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:46.625895+0000 mon.smithi117 (mon.0) 902 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:46.626491+0000 mon.smithi117 (mon.0) 903 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:09:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:46.626982+0000 mon.smithi117 (mon.0) 904 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:09:46.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: audit 2024-02-15T17:09:46.627520+0000 mon.smithi117 (mon.0) 905 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:46.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:45.090943+0000 mgr.smithi117.jviopl (mgr.14726) 16 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-15T17:09:46.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:45.871508+0000 mon.smithi117 (mon.0) 900 : cluster [DBG] Standby manager daemon smithi169.mptjes restarted 2024-02-15T17:09:46.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:45.871615+0000 mon.smithi117 (mon.0) 901 : cluster [DBG] Standby manager daemon smithi169.mptjes started 2024-02-15T17:09:46.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.873009+0000 mon.smithi169 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.169:0/3583333947' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/crt"}]: dispatch 2024-02-15T17:09:46.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.873492+0000 mon.smithi169 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.169:0/3583333947' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T17:09:46.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.875473+0000 mon.smithi169 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.169:0/3583333947' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi169.mptjes/key"}]: dispatch 2024-02-15T17:09:46.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:45.876339+0000 mon.smithi169 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.169:0/3583333947' entity='mgr.smithi169.mptjes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T17:09:46.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:46.625895+0000 mon.smithi117 (mon.0) 902 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:46.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:46.626491+0000 mon.smithi117 (mon.0) 903 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:09:46.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:46.626982+0000 mon.smithi117 (mon.0) 904 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:09:46.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:46.627520+0000 mon.smithi117 (mon.0) 905 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:47.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:46.032936+0000 mgr.smithi117.jviopl (mgr.14726) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:09:47.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:46.621750+0000 mgr.smithi117.jviopl (mgr.14726) 18 : cephadm [INF] Upgrade: Updating mon.smithi117 2024-02-15T17:09:47.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cephadm 2024-02-15T17:09:46.627985+0000 mgr.smithi117.jviopl (mgr.14726) 19 : cephadm [INF] Deploying daemon mon.smithi117 on smithi117 2024-02-15T17:09:47.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: cluster 2024-02-15T17:09:46.654631+0000 mon.smithi117 (mon.0) 906 : cluster [DBG] mgrmap e33: smithi117.jviopl(active, since 19s), standbys: smithi169.mptjes 2024-02-15T17:09:47.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:46.032936+0000 mgr.smithi117.jviopl (mgr.14726) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:09:47.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:46.621750+0000 mgr.smithi117.jviopl (mgr.14726) 18 : cephadm [INF] Upgrade: Updating mon.smithi117 2024-02-15T17:09:47.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:46.627985+0000 mgr.smithi117.jviopl (mgr.14726) 19 : cephadm [INF] Deploying daemon mon.smithi117 on smithi117 2024-02-15T17:09:47.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:46.654631+0000 mon.smithi117 (mon.0) 906 : cluster [DBG] mgrmap e33: smithi117.jviopl(active, since 19s), standbys: smithi169.mptjes 2024-02-15T17:09:48.357 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:48 smithi117 systemd[1]: Stopping Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:09:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T17:09:48.356+0000 7f955148c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi117 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T17:09:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117[34420]: debug 2024-02-15T17:09:48.356+0000 7f955148c700 -1 mon.smithi117@0(leader) e2 *** Got Signal Terminated *** 2024-02-15T17:09:49.096 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:49.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:48 smithi117 bash[76735]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117 2024-02-15T17:09:49.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:49 smithi117 bash[76796]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117 2024-02-15T17:09:49.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:49 smithi117 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117.service: Succeeded. 2024-02-15T17:09:49.909 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:49 smithi117 systemd[1]: Stopped Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:09:49.909 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:49 smithi117 systemd[1]: Starting Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:09:50.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.100+0000 7fbea3414880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T17:09:50.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.100+0000 7fbea3414880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-15T17:09:50.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.100+0000 7fbea3414880 0 pidfile_write: ignore empty --pid-file 2024-02-15T17:09:50.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.105+0000 7fbea3414880 0 load: jerasure load: lrc load: isa 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Compile date Feb 8 2024 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: DB SUMMARY 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: CURRENT file: CURRENT 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T17:09:50.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 766 Bytes 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi117/store.db dir, Total Num: 1, files: 000020.sst 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi117/store.db: 000018.log size: 3948008 ; 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.error_if_exists: 0 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.create_if_missing: 0 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T17:09:50.411 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.env: 0x56246fb7d080 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.fs: Posix File System 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.info_log: 0x5624720d8560 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.statistics: (nil) 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.use_fsync: 0 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T17:09:50.412 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.db_log_dir: 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi117/store.db 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T17:09:50.413 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.write_buffer_manager: 0x562472dca420 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T17:09:50.414 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.unordered_write: 0 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T17:09:50.415 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.row_cache: None 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.wal_filter: None 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.two_write_queues: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.atomic_flush: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T17:09:50.416 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_open_files: -1 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T17:09:50.417 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Compression algorithms supported: 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: kZSTD supported: 0 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: kXpressCompression supported: 0 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: kZlibCompression supported: 1 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000008 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.418 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.merge_operator: 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_filter: None 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56247207dd28) 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cache_index_and_filter_blocks: 1 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: pin_top_level_index_and_filter: 1 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: index_type: 0 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: data_block_index_type: 0 2024-02-15T17:09:50.419 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: index_shortening: 1 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: hash_index_allow_collision: 1 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: checksum: 1 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: no_block_cache: 0 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: block_cache: 0x5624720b2f10 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: block_cache_name: BinnedLRUCache 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: block_cache_options: 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: capacity : 536870912 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: num_shard_bits : 4 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: strict_capacity_limit : 0 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: high_pri_pool_ratio: 0.000 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: block_cache_compressed: (nil) 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: persistent_cache: (nil) 2024-02-15T17:09:50.420 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: block_size: 4096 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: block_size_deviation: 10 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: block_restart_interval: 16 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: index_block_restart_interval: 1 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: metadata_block_size: 4096 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: partition_filters: 0 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: use_delta_encoding: 1 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: whole_key_filtering: 1 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: verify_compression: 0 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: read_amp_bytes_per_bit: 0 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: format_version: 2 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: enable_index_compression: 1 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: block_align: 0 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.421 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compression: NoCompression 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.num_levels: 7 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T17:09:50.422 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T17:09:50.423 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T17:09:50.424 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T17:09:50.425 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T17:09:50.426 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T17:09:50.426 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T17:09:50.426 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.table_properties_collectors: 2024-02-15T17:09:50.426 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T17:09:50.426 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T17:09:50.426 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T17:09:50.426 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T17:09:50.426 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.bloom_locality: 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.ttl: 2592000 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.106+0000 7fbea3414880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.107+0000 7fbea3414880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.107+0000 7fbea3414880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9833, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.107+0000 7fbea3414880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-15T17:09:50.427 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.107+0000 7fbea3414880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016990108242, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.107+0000 7fbea3414880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.110+0000 7fbea3414880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.116+0000 7fbea3414880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016990117712, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 3829697, "table_properties": {"data_size": 3823543, "index_size": 4626, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 709, "raw_key_size": 5724, "raw_average_key_size": 22, "raw_value_size": 3816035, "raw_average_value_size": 14964, "num_data_blocks": 147, "num_entries": 255, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708016990, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.116+0000 7fbea3414880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.116+0000 7fbea3414880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.119+0000 7fbea3414880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708016990120875, "job": 1, "event": "recovery_finished"} 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.120+0000 7fbea3414880 4 rocksdb: DB pointer 0x56247217b800 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.121+0000 7fbe8a205700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T17:09:50.428 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.121+0000 7fbe8a205700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ** DB Stats ** 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ** Compaction Stats [default] ** 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:09:50.429 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: L0 1/0 3.65 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 572.1 0.01 0.00 1 0.006 0 0 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: L6 1/0 23.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Sum 2/0 27.50 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 572.1 0.01 0.00 1 0.006 0 0 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 572.1 0.01 0.00 1 0.006 0 0 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ** Compaction Stats [default] ** 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:09:50.430 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 572.1 0.01 0.00 1 0.006 0 0 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Cumulative compaction: 0.00 GB write, 251.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Interval compaction: 0.00 GB write, 251.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T17:09:50.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ** Compaction Stats [default] ** 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: L0 1/0 3.65 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 572.1 0.01 0.00 1 0.006 0 0 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: L6 1/0 23.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Sum 2/0 27.50 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 572.1 0.01 0.00 1 0.006 0 0 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ** Compaction Stats [default] ** 2024-02-15T17:09:50.432 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 572.1 0.01 0.00 1 0.006 0 0 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Cumulative compaction: 0.00 GB write, 251.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:09:50.433 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.121+0000 7fbea3414880 0 starting mon.smithi117 rank 0 at public addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] at bind addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi117 fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.122+0000 7fbea3414880 1 mon.smithi117@-1(???) e2 preinit fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.122+0000 7fbea3414880 0 mon.smithi117@-1(???).mds e8 new map 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.122+0000 7fbea3414880 0 mon.smithi117@-1(???).mds e8 print_map 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: e8 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T17:09:50.434 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T17:09:50.435 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: legacy client fscid: 1 2024-02-15T17:09:50.435 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.435 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Filesystem 'foofs' (1) 2024-02-15T17:09:50.435 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: fs_name foofs 2024-02-15T17:09:50.435 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: epoch 5 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: flags 12 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: created 2024-02-15T17:06:26.335163+0000 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: modified 2024-02-15T17:06:31.601678+0000 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: tableserver 0 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: root 0 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: session_timeout 60 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: session_autoclose 300 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: max_file_size 1099511627776 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: required_client_features {} 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: last_failure 0 2024-02-15T17:09:50.436 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: last_failure_osd_epoch 0 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: max_mds 1 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: in 0 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: up {0=14474} 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: failed 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: damaged 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: stopped 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: data_pools [3] 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: metadata_pool 2 2024-02-15T17:09:50.437 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: inline_data disabled 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: balancer 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: standby_count_wanted 1 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: [mds.foofs.smithi117.skzbfo{0:14474} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: Standby daemons: 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: [mds.foofs.smithi169.xvpiis{-1:24265} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.122+0000 7fbea3414880 0 mon.smithi117@-1(???).osd e67 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-15T17:09:50.438 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.122+0000 7fbea3414880 0 mon.smithi117@-1(???).osd e67 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.122+0000 7fbea3414880 0 mon.smithi117@-1(???).osd e67 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.122+0000 7fbea3414880 0 mon.smithi117@-1(???).osd e67 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:46.032936+0000 mgr.smithi117.jviopl (mgr.14726) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:09:46.621750+0000 mgr.smithi117.jviopl (mgr.14726) 18 : cephadm [INF] Upgrade: Updating mon.smithi117 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:09:46.627985+0000 mgr.smithi117.jviopl (mgr.14726) 19 : cephadm [INF] Deploying daemon mon.smithi117 on smithi117 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:46.654631+0000 mon.smithi117 (mon.0) 906 : cluster [DBG] mgrmap e33: smithi117.jviopl(active, since 19s), standbys: smithi169.mptjes 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:09:50.123+0000 7fbea3414880 1 mon.smithi117@-1(???).paxosservice(auth 1..42) refresh upgraded, format 0 -> 3 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 bash[76961]: 227f4b3f8624489e36a83518d4dc2ef7b638a03b430197e53bb46a638349b414 2024-02-15T17:09:50.439 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:50 smithi117 systemd[1]: Started Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:09:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:48.365885+0000 mon.smithi169 (mon.1) 98 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:09:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:48.366112+0000 mon.smithi169 (mon.1) 99 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:09:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:50.034013+0000 mgr.smithi117.jviopl (mgr.14726) 21 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:51.533279+0000 mon.smithi117 (mon.0) 1 : cluster [INF] mon.smithi117 calling monitor election 2024-02-15T17:09:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:51.547214+0000 mon.smithi117 (mon.0) 2 : cluster [INF] mon.smithi117 is new leader, mons smithi117,smithi169 in quorum (ranks 0,1) 2024-02-15T17:09:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:51.551894+0000 mon.smithi117 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],smithi169=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0]} removed_ranks: {} 2024-02-15T17:09:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:51.552493+0000 mon.smithi117 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:09:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:51.552530+0000 mon.smithi117 (mon.0) 5 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T17:09:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:51.553675+0000 mon.smithi117 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi117.jviopl(active, since 24s), standbys: smithi169.mptjes 2024-02-15T17:09:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:51.560402+0000 mon.smithi117 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-15T17:09:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:51.560554+0000 mon.smithi117 (mon.0) 8 : audit [INF] from='mgr.14726 ' entity='' 2024-02-15T17:09:51.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:51.562644+0000 mon.smithi169 (mon.1) 100 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:48.365885+0000 mon.smithi169 (mon.1) 98 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:48.366112+0000 mon.smithi169 (mon.1) 99 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:50.034013+0000 mgr.smithi117.jviopl (mgr.14726) 21 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:51.533279+0000 mon.smithi117 (mon.0) 1 : cluster [INF] mon.smithi117 calling monitor election 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:51.547214+0000 mon.smithi117 (mon.0) 2 : cluster [INF] mon.smithi117 is new leader, mons smithi117,smithi169 in quorum (ranks 0,1) 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:51.551894+0000 mon.smithi117 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],smithi169=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0]} removed_ranks: {} 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:51.552493+0000 mon.smithi117 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:51.552530+0000 mon.smithi117 (mon.0) 5 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:51.553675+0000 mon.smithi117 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi117.jviopl(active, since 24s), standbys: smithi169.mptjes 2024-02-15T17:09:51.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:51.560402+0000 mon.smithi117 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-15T17:09:51.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:51.560554+0000 mon.smithi117 (mon.0) 8 : audit [INF] from='mgr.14726 ' entity='' 2024-02-15T17:09:51.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:51.562644+0000 mon.smithi169 (mon.1) 100 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:52.615 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:51.614534+0000 mon.smithi117 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi117.jviopl(active, since 24s), standbys: smithi169.mptjes 2024-02-15T17:09:52.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:51.614534+0000 mon.smithi117 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi117.jviopl(active, since 24s), standbys: smithi169.mptjes 2024-02-15T17:09:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:52.034421+0000 mgr.smithi117.jviopl (mgr.14726) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T17:09:53.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:52.034421+0000 mgr.smithi117.jviopl (mgr.14726) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T17:09:54.130 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:55.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:54.034864+0000 mgr.smithi117.jviopl (mgr.14726) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T17:09:55.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:54.034864+0000 mgr.smithi117.jviopl (mgr.14726) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T17:09:56.745 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:09:57.385 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:09:57.385 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (7m) 22s ago 9m 22.1M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:09:57.385 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (9m) 22s ago 9m 6383k - 16.2.5 6933c2a0b7dd 1a2c0702477e 2024-02-15T17:09:57.385 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (8m) 12s ago 8m 6400k - 16.2.5 6933c2a0b7dd 49fe4e8d221f 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (7m) 22s ago 8m 33.7M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (3m) 22s ago 3m 38.2M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (3m) 12s ago 3m 13.0M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (38s) 22s ago 10m 409M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (17s) 12s ago 8m 44.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 starting - - - 2048M 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (8m) 12s ago 8m 42.1M 2048M 16.2.5 6933c2a0b7dd 8ab9e02eb8c3 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (67s) 22s ago 67s 50.4M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (62s) 12s ago 61s 48.3M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (8m) 22s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (8m) 12s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (7m) 22s ago 7m 362M 1944M 16.2.5 6933c2a0b7dd 0041042eb01e 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (7m) 22s ago 7m 287M 1944M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (6m) 22s ago 6m 210M 1944M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:09:57.386 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (6m) 22s ago 6m 334M 1944M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:09:57.387 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (6m) 12s ago 6m 359M 2712M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:09:57.387 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (5m) 12s ago 5m 374M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:09:57.387 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (5m) 12s ago 5m 306M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:09:57.387 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (5m) 12s ago 5m 455M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:09:57.387 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (42s) 22s ago 8m 42.5M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:09:57.758 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:09:57.759 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:09:57.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:56.035449+0000 mgr.smithi117.jviopl (mgr.14726) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:57.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:56.733526+0000 mgr.smithi117.jviopl (mgr.14726) 25 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:57.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:56.035449+0000 mgr.smithi117.jviopl (mgr.14726) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:09:57.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:56.733526+0000 mgr.smithi117.jviopl (mgr.14726) 25 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:58.056 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:09:58.056 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:09:58.056 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:09:58.056 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:09:58.057 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:09:58.057 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr" 2024-02-15T17:09:58.057 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:09:58.057 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "2/23 daemons upgraded", 2024-02-15T17:09:58.057 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading mon daemons", 2024-02-15T17:09:58.057 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:09:58.057 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:09:58.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:57.031074+0000 mgr.smithi117.jviopl (mgr.14726) 26 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:58.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:57.373276+0000 mgr.smithi117.jviopl (mgr.14726) 27 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:57.758293+0000 mon.smithi117 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.117:0/661179243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:09:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.388977+0000 mon.smithi117 (mon.0) 11 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.391481+0000 mon.smithi169 (mon.1) 101 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.392304+0000 mon.smithi169 (mon.1) 102 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.396279+0000 mon.smithi117 (mon.0) 12 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.402172+0000 mon.smithi117 (mon.0) 13 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.405642+0000 mon.smithi169 (mon.1) 103 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:58.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.408559+0000 mon.smithi169 (mon.1) 104 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:09:58.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:58 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.409850+0000 mon.smithi169 (mon.1) 105 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T17:09:58.908 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:57.031074+0000 mgr.smithi117.jviopl (mgr.14726) 26 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:58.908 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:57.373276+0000 mgr.smithi117.jviopl (mgr.14726) 27 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:58.908 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:57.758293+0000 mon.smithi117 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.117:0/661179243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:09:58.908 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.388977+0000 mon.smithi117 (mon.0) 11 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:58.908 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.391481+0000 mon.smithi169 (mon.1) 101 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:09:58.908 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.392304+0000 mon.smithi169 (mon.1) 102 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:09:58.909 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.396279+0000 mon.smithi117 (mon.0) 12 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:58.909 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.402172+0000 mon.smithi117 (mon.0) 13 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:09:58.909 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.405642+0000 mon.smithi169 (mon.1) 103 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:09:58.909 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.408559+0000 mon.smithi169 (mon.1) 104 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:09:58.909 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:58 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.409850+0000 mon.smithi169 (mon.1) 105 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T17:09:59.174 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:09:59.883 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:09:58.035799+0000 mgr.smithi117.jviopl (mgr.14726) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T17:09:59.883 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:09:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:58.056504+0000 mgr.smithi117.jviopl (mgr.14726) 29 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:09:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:09:58.035799+0000 mgr.smithi117.jviopl (mgr.14726) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T17:09:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:09:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:58.056504+0000 mgr.smithi117.jviopl (mgr.14726) 29 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:00.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:59.902976+0000 mgr.smithi117.jviopl (mgr.14726) 30 : cephadm [INF] Upgrade: Updating mon.smithi169 2024-02-15T17:10:00.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:59.907467+0000 mon.smithi117 (mon.0) 14 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:00.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:59.909203+0000 mon.smithi169 (mon.1) 106 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:10:00.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:59.910147+0000 mon.smithi169 (mon.1) 107 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:10:00.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: audit 2024-02-15T17:09:59.911078+0000 mon.smithi169 (mon.1) 108 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:00.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cephadm 2024-02-15T17:09:59.911767+0000 mgr.smithi117.jviopl (mgr.14726) 31 : cephadm [INF] Deploying daemon mon.smithi169 on smithi169 2024-02-15T17:10:00.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:10:00.000177+0000 mon.smithi117 (mon.0) 15 : cluster [INF] overall HEALTH_OK 2024-02-15T17:10:00.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:00 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: cluster 2024-02-15T17:10:00.036482+0000 mgr.smithi117.jviopl (mgr.14726) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:09:59.902976+0000 mgr.smithi117.jviopl (mgr.14726) 30 : cephadm [INF] Upgrade: Updating mon.smithi169 2024-02-15T17:10:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:59.907467+0000 mon.smithi117 (mon.0) 14 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:59.909203+0000 mon.smithi169 (mon.1) 106 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:10:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:59.910147+0000 mon.smithi169 (mon.1) 107 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:10:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:09:59.911078+0000 mon.smithi169 (mon.1) 108 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:09:59.911767+0000 mgr.smithi117.jviopl (mgr.14726) 31 : cephadm [INF] Deploying daemon mon.smithi169 on smithi169 2024-02-15T17:10:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:00.000177+0000 mon.smithi117 (mon.0) 15 : cluster [INF] overall HEALTH_OK 2024-02-15T17:10:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:00 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:00.036482+0000 mgr.smithi117.jviopl (mgr.14726) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:01.905 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:01 smithi169 systemd[1]: Stopping Ceph mon.smithi169 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:10:01.905 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:10:01.903+0000 7f396d19d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi169 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T17:10:01.906 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169[36336]: debug 2024-02-15T17:10:01.903+0000 7f396d19d700 -1 mon.smithi169@1(peon) e2 *** Got Signal Terminated *** 2024-02-15T17:10:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:02 smithi169 bash[56869]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169 2024-02-15T17:10:03.009 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:02 smithi169 bash[56922]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169" found: no such container 2024-02-15T17:10:03.009 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:02 smithi169 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi169.service: Succeeded. 2024-02-15T17:10:03.009 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:02 smithi169 systemd[1]: Stopped Ceph mon.smithi169 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:10:03.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 systemd[1]: Starting Ceph mon.smithi169 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:10:03.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.629+0000 7f951adfa880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T17:10:03.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.629+0000 7f951adfa880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-15T17:10:03.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.629+0000 7f951adfa880 0 pidfile_write: ignore empty --pid-file 2024-02-15T17:10:03.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.633+0000 7f951adfa880 0 load: jerasure load: lrc load: isa 2024-02-15T17:10:03.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T17:10:03.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Compile date Feb 8 2024 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: DB SUMMARY 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: CURRENT file: CURRENT 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 690 Bytes 2024-02-15T17:10:03.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi169/store.db dir, Total Num: 1, files: 000017.sst 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi169/store.db: 000015.log size: 7303367 ; 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.error_if_exists: 0 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.create_if_missing: 0 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.env: 0x55ea180c3080 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.fs: Posix File System 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.info_log: 0x55ea19086560 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.statistics: (nil) 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.use_fsync: 0 2024-02-15T17:10:03.951 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T17:10:03.952 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.db_log_dir: 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi169/store.db 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T17:10:03.953 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.write_buffer_manager: 0x55ea19d78420 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.unordered_write: 0 2024-02-15T17:10:03.954 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T17:10:03.963 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T17:10:03.963 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T17:10:03.963 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T17:10:03.963 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.row_cache: None 2024-02-15T17:10:03.963 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.wal_filter: None 2024-02-15T17:10:03.963 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T17:10:03.963 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T17:10:03.963 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.two_write_queues: 0 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.atomic_flush: 0 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T17:10:03.964 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_open_files: -1 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T17:10:03.965 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Compression algorithms supported: 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: kZSTD supported: 0 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: kXpressCompression supported: 0 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: kZlibCompression supported: 1 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi169/store.db/MANIFEST-000005 2024-02-15T17:10:03.966 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.merge_operator: 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_filter: None 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ea1902bd28) 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cache_index_and_filter_blocks: 1 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T17:10:03.967 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: pin_top_level_index_and_filter: 1 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: index_type: 0 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: data_block_index_type: 0 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: index_shortening: 1 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: hash_index_allow_collision: 1 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: checksum: 1 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: no_block_cache: 0 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: block_cache: 0x55ea19060f10 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: block_cache_name: BinnedLRUCache 2024-02-15T17:10:03.968 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: block_cache_options: 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: capacity : 536870912 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: num_shard_bits : 4 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: strict_capacity_limit : 0 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: high_pri_pool_ratio: 0.000 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: block_cache_compressed: (nil) 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: persistent_cache: (nil) 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: block_size: 4096 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: block_size_deviation: 10 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: block_restart_interval: 16 2024-02-15T17:10:03.969 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: index_block_restart_interval: 1 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: metadata_block_size: 4096 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: partition_filters: 0 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: use_delta_encoding: 1 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: whole_key_filtering: 1 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: verify_compression: 0 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: read_amp_bytes_per_bit: 0 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: format_version: 2 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: enable_index_compression: 1 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: block_align: 0 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T17:10:03.970 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compression: NoCompression 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.num_levels: 7 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T17:10:03.971 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T17:10:03.972 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T17:10:03.973 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T17:10:03.974 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T17:10:03.975 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T17:10:03.975 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T17:10:03.975 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T17:10:03.975 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.table_properties_collectors: 2024-02-15T17:10:03.975 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T17:10:03.975 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T17:10:03.975 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T17:10:03.975 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T17:10:03.976 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T17:10:03.976 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.bloom_locality: 0 2024-02-15T17:10:03.976 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T17:10:03.976 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T17:10:03.976 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T17:10:03.976 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T17:10:03.976 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T17:10:03.977 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.ttl: 2592000 2024-02-15T17:10:03.977 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.634+0000 7f951adfa880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T17:10:03.977 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.635+0000 7f951adfa880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T17:10:03.977 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.635+0000 7f951adfa880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi169/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9910, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T17:10:03.977 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.635+0000 7f951adfa880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.635+0000 7f951adfa880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708017003636308, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.635+0000 7f951adfa880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.641+0000 7f951adfa880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.648+0000 7f951adfa880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708017003648992, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 4717968, "table_properties": {"data_size": 4710557, "index_size": 5755, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 837, "raw_key_size": 6963, "raw_average_key_size": 22, "raw_value_size": 4701340, "raw_average_value_size": 14924, "num_data_blocks": 182, "num_entries": 315, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708017003, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.648+0000 7f951adfa880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.648+0000 7f951adfa880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T17:10:03.978 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.648+0000 7f951adfa880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708017003649474, "job": 1, "event": "recovery_finished"} 2024-02-15T17:10:03.979 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.649+0000 7f951adfa880 4 rocksdb: DB pointer 0x55ea19129800 2024-02-15T17:10:03.979 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.650+0000 7f9501beb700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T17:10:03.979 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.650+0000 7f9501beb700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T17:10:03.979 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ** DB Stats ** 2024-02-15T17:10:03.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:10:03.980 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ** Compaction Stats [default] ** 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: L0 1/0 4.50 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 637.0 0.01 0.00 1 0.007 0 0 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: L6 1/0 23.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T17:10:03.981 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Sum 2/0 28.35 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 637.0 0.01 0.00 1 0.007 0 0 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 637.0 0.01 0.00 1 0.007 0 0 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ** Compaction Stats [default] ** 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 637.0 0.01 0.00 1 0.007 0 0 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T17:10:03.982 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Cumulative compaction: 0.00 GB write, 295.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Interval compaction: 0.00 GB write, 295.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ** Compaction Stats [default] ** 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: L0 1/0 4.50 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 637.0 0.01 0.00 1 0.007 0 0 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: L6 1/0 23.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Sum 2/0 28.35 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 637.0 0.01 0.00 1 0.007 0 0 2024-02-15T17:10:03.983 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ** Compaction Stats [default] ** 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 637.0 0.01 0.00 1 0.007 0 0 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T17:10:03.984 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Cumulative compaction: 0.00 GB write, 294.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.650+0000 7f951adfa880 0 starting mon.smithi169 rank 1 at public addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] at bind addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi169 fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:10:03.985 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.651+0000 7f951adfa880 1 mon.smithi169@-1(???) e2 preinit fsid 71b0457c-cc23-11ee-95b9-87774f69a715 2024-02-15T17:10:03.986 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.651+0000 7f951adfa880 0 mon.smithi169@-1(???).mds e8 new map 2024-02-15T17:10:03.986 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.651+0000 7f951adfa880 0 mon.smithi169@-1(???).mds e8 print_map 2024-02-15T17:10:03.986 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: e8 2024-02-15T17:10:03.986 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T17:10:03.986 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T17:10:03.986 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: legacy client fscid: 1 2024-02-15T17:10:03.986 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.986 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Filesystem 'foofs' (1) 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: fs_name foofs 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: epoch 5 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: flags 12 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: created 2024-02-15T17:06:26.335163+0000 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: modified 2024-02-15T17:06:31.601678+0000 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: tableserver 0 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: root 0 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: session_timeout 60 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: session_autoclose 300 2024-02-15T17:10:03.987 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: max_file_size 1099511627776 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: required_client_features {} 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: last_failure 0 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: last_failure_osd_epoch 0 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: max_mds 1 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: in 0 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: up {0=14474} 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: failed 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: damaged 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: stopped 2024-02-15T17:10:03.988 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: data_pools [3] 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: metadata_pool 2 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: inline_data disabled 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: balancer 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: standby_count_wanted 1 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: [mds.foofs.smithi117.skzbfo{0:14474} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.117:6834/3150602908,v1:172.21.15.117:6835/3150602908] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: Standby daemons: 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.989 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: [mds.foofs.smithi169.xvpiis{-1:24265} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T17:10:03.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: 2024-02-15T17:10:03.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.651+0000 7f951adfa880 0 mon.smithi169@-1(???).osd e67 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-15T17:10:03.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.651+0000 7f951adfa880 0 mon.smithi169@-1(???).osd e67 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T17:10:03.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.651+0000 7f951adfa880 0 mon.smithi169@-1(???).osd e67 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T17:10:03.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.651+0000 7f951adfa880 0 mon.smithi169@-1(???).osd e67 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T17:10:03.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:09:59.902976+0000 mgr.smithi117.jviopl (mgr.14726) 30 : cephadm [INF] Upgrade: Updating mon.smithi169 2024-02-15T17:10:03.990 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:09:59.907467+0000 mon.smithi117 (mon.0) 14 : audit [INF] from='mgr.14726 ' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:03.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:09:59.909203+0000 mon.smithi169 (mon.1) 106 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T17:10:03.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:09:59.910147+0000 mon.smithi169 (mon.1) 107 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T17:10:03.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:09:59.911078+0000 mon.smithi169 (mon.1) 108 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:03.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:09:59.911767+0000 mgr.smithi117.jviopl (mgr.14726) 31 : cephadm [INF] Deploying daemon mon.smithi169 on smithi169 2024-02-15T17:10:03.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:00.000177+0000 mon.smithi117 (mon.0) 15 : cluster [INF] overall HEALTH_OK 2024-02-15T17:10:03.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:00.036482+0000 mgr.smithi117.jviopl (mgr.14726) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:03.991 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:10:03.652+0000 7f951adfa880 1 mon.smithi169@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2024-02-15T17:10:03.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 bash[57061]: d7e28d4de35e2243d85af0ba9e43e008c46f8cb88ef01c8c57260b9e2976f53f 2024-02-15T17:10:03.992 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:03 smithi169 systemd[1]: Started Ceph mon.smithi169 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:10:04.219 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:05.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:01.915512+0000 mon.smithi117 (mon.0) 16 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:10:05.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:01.917235+0000 mon.smithi117 (mon.0) 17 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:10:05.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:01.915512+0000 mon.smithi117 (mon.0) 16 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-15T17:10:05.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:01.917235+0000 mon.smithi117 (mon.0) 17 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mon metadata", "id": "smithi169"}]: dispatch 2024-02-15T17:10:06.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:02.036979+0000 mgr.smithi117.jviopl (mgr.14726) 33 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:06.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:04.037680+0000 mgr.smithi117.jviopl (mgr.14726) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:06.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:04.971428+0000 mon.smithi169 (mon.1) 1 : cluster [INF] mon.smithi169 calling monitor election 2024-02-15T17:10:06.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:04.972674+0000 mon.smithi117 (mon.0) 18 : cluster [INF] mon.smithi117 calling monitor election 2024-02-15T17:10:06.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:04.986128+0000 mon.smithi117 (mon.0) 19 : cluster [INF] mon.smithi117 is new leader, mons smithi117,smithi169 in quorum (ranks 0,1) 2024-02-15T17:10:06.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:04.994897+0000 mon.smithi117 (mon.0) 20 : cluster [DBG] monmap e2: 2 mons at {smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],smithi169=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0]} removed_ranks: {} 2024-02-15T17:10:06.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:05.006606+0000 mon.smithi117 (mon.0) 21 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:10:06.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:05.006649+0000 mon.smithi117 (mon.0) 22 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T17:10:06.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:05.007035+0000 mon.smithi117 (mon.0) 23 : cluster [DBG] mgrmap e34: smithi117.jviopl(active, since 37s), standbys: smithi169.mptjes 2024-02-15T17:10:06.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:05.012560+0000 mon.smithi117 (mon.0) 24 : cluster [INF] overall HEALTH_OK 2024-02-15T17:10:06.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:05.015045+0000 mon.smithi117 (mon.0) 25 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:06.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:05.016056+0000 mon.smithi117 (mon.0) 26 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:06.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:05.261753+0000 mon.smithi117 (mon.0) 27 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:02.036979+0000 mgr.smithi117.jviopl (mgr.14726) 33 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:04.037680+0000 mgr.smithi117.jviopl (mgr.14726) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:04.971428+0000 mon.smithi169 (mon.1) 1 : cluster [INF] mon.smithi169 calling monitor election 2024-02-15T17:10:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:04.972674+0000 mon.smithi117 (mon.0) 18 : cluster [INF] mon.smithi117 calling monitor election 2024-02-15T17:10:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:04.986128+0000 mon.smithi117 (mon.0) 19 : cluster [INF] mon.smithi117 is new leader, mons smithi117,smithi169 in quorum (ranks 0,1) 2024-02-15T17:10:06.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:04.994897+0000 mon.smithi117 (mon.0) 20 : cluster [DBG] monmap e2: 2 mons at {smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0],smithi169=[v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0]} removed_ranks: {} 2024-02-15T17:10:06.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:05.006606+0000 mon.smithi117 (mon.0) 21 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:10:06.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:05.006649+0000 mon.smithi117 (mon.0) 22 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T17:10:06.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:05.007035+0000 mon.smithi117 (mon.0) 23 : cluster [DBG] mgrmap e34: smithi117.jviopl(active, since 37s), standbys: smithi169.mptjes 2024-02-15T17:10:06.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:05.012560+0000 mon.smithi117 (mon.0) 24 : cluster [INF] overall HEALTH_OK 2024-02-15T17:10:06.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:05.015045+0000 mon.smithi117 (mon.0) 25 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:06.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:05.016056+0000 mon.smithi117 (mon.0) 26 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:06.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:05.261753+0000 mon.smithi117 (mon.0) 27 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:07.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:06.038339+0000 mgr.smithi117.jviopl (mgr.14726) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:07.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:06.038339+0000 mgr.smithi117.jviopl (mgr.14726) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:09.265 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:08.038948+0000 mgr.smithi117.jviopl (mgr.14726) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.313675+0000 mon.smithi117 (mon.0) 28 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.314567+0000 mon.smithi117 (mon.0) 29 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.315314+0000 mon.smithi117 (mon.0) 30 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.319406+0000 mon.smithi117 (mon.0) 31 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.325994+0000 mon.smithi117 (mon.0) 32 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.329731+0000 mon.smithi117 (mon.0) 33 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.332043+0000 mon.smithi117 (mon.0) 34 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.333282+0000 mon.smithi117 (mon.0) 35 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.337702+0000 mon.smithi117 (mon.0) 36 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.338538+0000 mon.smithi117 (mon.0) 37 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi117"}]: dispatch 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.341865+0000 mon.smithi117 (mon.0) 38 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi117"}]': finished 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.342468+0000 mon.smithi117 (mon.0) 39 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi169"}]: dispatch 2024-02-15T17:10:09.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:09.345812+0000 mon.smithi117 (mon.0) 40 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi169"}]': finished 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:08.038948+0000 mgr.smithi117.jviopl (mgr.14726) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.313675+0000 mon.smithi117 (mon.0) 28 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.314567+0000 mon.smithi117 (mon.0) 29 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.315314+0000 mon.smithi117 (mon.0) 30 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.319406+0000 mon.smithi117 (mon.0) 31 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.325994+0000 mon.smithi117 (mon.0) 32 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.329731+0000 mon.smithi117 (mon.0) 33 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.332043+0000 mon.smithi117 (mon.0) 34 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.333282+0000 mon.smithi117 (mon.0) 35 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:10.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.337702+0000 mon.smithi117 (mon.0) 36 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:10.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.338538+0000 mon.smithi117 (mon.0) 37 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi117"}]: dispatch 2024-02-15T17:10:10.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.341865+0000 mon.smithi117 (mon.0) 38 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi117"}]': finished 2024-02-15T17:10:10.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.342468+0000 mon.smithi117 (mon.0) 39 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi169"}]: dispatch 2024-02-15T17:10:10.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:09.345812+0000 mon.smithi117 (mon.0) 40 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi169"}]': finished 2024-02-15T17:10:10.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:09.333823+0000 mgr.smithi117.jviopl (mgr.14726) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-15T17:10:10.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:09.333823+0000 mgr.smithi117.jviopl (mgr.14726) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-15T17:10:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:10.039592+0000 mgr.smithi117.jviopl (mgr.14726) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:11.047429+0000 mon.smithi117 (mon.0) 41 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:11.048008+0000 mon.smithi117 (mon.0) 42 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:10:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:11.048619+0000 mon.smithi117 (mon.0) 43 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:10.039592+0000 mgr.smithi117.jviopl (mgr.14726) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:11.047429+0000 mon.smithi117 (mon.0) 41 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:11.048008+0000 mon.smithi117 (mon.0) 42 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:10:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:11.048619+0000 mon.smithi117 (mon.0) 43 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:11.043150+0000 mgr.smithi117.jviopl (mgr.14726) 39 : cephadm [INF] Upgrade: Updating crash.smithi117 (1/2) 2024-02-15T17:10:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:11.049088+0000 mgr.smithi117.jviopl (mgr.14726) 40 : cephadm [INF] Deploying daemon crash.smithi117 on smithi117 2024-02-15T17:10:12.996 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:11.043150+0000 mgr.smithi117.jviopl (mgr.14726) 39 : cephadm [INF] Upgrade: Updating crash.smithi117 (1/2) 2024-02-15T17:10:12.996 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:11.049088+0000 mgr.smithi117.jviopl (mgr.14726) 40 : cephadm [INF] Deploying daemon crash.smithi117 on smithi117 2024-02-15T17:10:13.872 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:12.040130+0000 mgr.smithi117.jviopl (mgr.14726) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:13.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:12.040130+0000 mgr.smithi117.jviopl (mgr.14726) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:14.301 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:15.671 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:14.040656+0000 mgr.smithi117.jviopl (mgr.14726) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:15.671 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:14.501890+0000 mon.smithi117 (mon.0) 44 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:14.040656+0000 mgr.smithi117.jviopl (mgr.14726) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:14.501890+0000 mon.smithi117 (mon.0) 44 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:17.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:16.004383+0000 mgr.smithi117.jviopl (mgr.14726) 43 : cephadm [INF] Upgrade: Updating crash.smithi169 (2/2) 2024-02-15T17:10:17.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:16.009056+0000 mon.smithi117 (mon.0) 45 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:17.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:16.009980+0000 mon.smithi117 (mon.0) 46 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi169", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:10:17.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:16.010792+0000 mon.smithi117 (mon.0) 47 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:17.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:16.011483+0000 mgr.smithi117.jviopl (mgr.14726) 44 : cephadm [INF] Deploying daemon crash.smithi169 on smithi169 2024-02-15T17:10:17.352 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:16.041062+0000 mgr.smithi117.jviopl (mgr.14726) 45 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:17.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:16.004383+0000 mgr.smithi117.jviopl (mgr.14726) 43 : cephadm [INF] Upgrade: Updating crash.smithi169 (2/2) 2024-02-15T17:10:17.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:16.009056+0000 mon.smithi117 (mon.0) 45 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:17.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:16.009980+0000 mon.smithi117 (mon.0) 46 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi169", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T17:10:17.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:16.010792+0000 mon.smithi117 (mon.0) 47 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:17.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:16.011483+0000 mgr.smithi117.jviopl (mgr.14726) 44 : cephadm [INF] Deploying daemon crash.smithi169 on smithi169 2024-02-15T17:10:17.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:16.041062+0000 mgr.smithi117.jviopl (mgr.14726) 45 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:19.337 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:19.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:18.041507+0000 mgr.smithi117.jviopl (mgr.14726) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:19.439 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:18.041507+0000 mgr.smithi117.jviopl (mgr.14726) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:20.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:19.564807+0000 mon.smithi117 (mon.0) 48 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:20.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:19.565797+0000 mon.smithi117 (mon.0) 49 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:20.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:19.564807+0000 mon.smithi117 (mon.0) 48 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:20.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:19.565797+0000 mon.smithi117 (mon.0) 49 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:21.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:20.042159+0000 mgr.smithi117.jviopl (mgr.14726) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:21.935 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:20.042159+0000 mgr.smithi117.jviopl (mgr.14726) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:23.802 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:22.042470+0000 mgr.smithi117.jviopl (mgr.14726) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:23.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:22.042470+0000 mgr.smithi117.jviopl (mgr.14726) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:24.371 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:24.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:23.630874+0000 mon.smithi117 (mon.0) 50 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:24.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:23.630874+0000 mon.smithi117 (mon.0) 50 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:25.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:24.043346+0000 mgr.smithi117.jviopl (mgr.14726) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:25.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:24.043346+0000 mgr.smithi117.jviopl (mgr.14726) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:27.631 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:26.043697+0000 mgr.smithi117.jviopl (mgr.14726) 50 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:27.631 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.455027+0000 mon.smithi117 (mon.0) 51 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:27.631 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.455829+0000 mon.smithi117 (mon.0) 52 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:27.631 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.456396+0000 mon.smithi117 (mon.0) 53 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.459727+0000 mon.smithi117 (mon.0) 54 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.466938+0000 mon.smithi117 (mon.0) 55 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.469620+0000 mon.smithi117 (mon.0) 56 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.471347+0000 mon.smithi117 (mon.0) 57 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.472404+0000 mon.smithi117 (mon.0) 58 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.473401+0000 mon.smithi117 (mon.0) 59 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:26.473840+0000 mgr.smithi117.jviopl (mgr.14726) 51 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.477066+0000 mon.smithi117 (mon.0) 60 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.477669+0000 mon.smithi117 (mon.0) 61 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi117"}]: dispatch 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.482927+0000 mon.smithi117 (mon.0) 62 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi117"}]': finished 2024-02-15T17:10:27.632 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.483435+0000 mon.smithi117 (mon.0) 63 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi169"}]: dispatch 2024-02-15T17:10:27.633 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.488151+0000 mon.smithi117 (mon.0) 64 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi169"}]': finished 2024-02-15T17:10:27.633 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.489131+0000 mon.smithi117 (mon.0) 65 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T17:10:27.633 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:26.489261+0000 mgr.smithi117.jviopl (mgr.14726) 52 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T17:10:27.633 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:26.489926+0000 mgr.smithi117.jviopl (mgr.14726) 53 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-15T17:10:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:26.043697+0000 mgr.smithi117.jviopl (mgr.14726) 50 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.455027+0000 mon.smithi117 (mon.0) 51 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.455829+0000 mon.smithi117 (mon.0) 52 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.456396+0000 mon.smithi117 (mon.0) 53 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:10:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.459727+0000 mon.smithi117 (mon.0) 54 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.466938+0000 mon.smithi117 (mon.0) 55 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.469620+0000 mon.smithi117 (mon.0) 56 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.471347+0000 mon.smithi117 (mon.0) 57 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.472404+0000 mon.smithi117 (mon.0) 58 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.473401+0000 mon.smithi117 (mon.0) 59 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:26.473840+0000 mgr.smithi117.jviopl (mgr.14726) 51 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.477066+0000 mon.smithi117 (mon.0) 60 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.477669+0000 mon.smithi117 (mon.0) 61 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi117"}]: dispatch 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.482927+0000 mon.smithi117 (mon.0) 62 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi117"}]': finished 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.483435+0000 mon.smithi117 (mon.0) 63 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi169"}]: dispatch 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.488151+0000 mon.smithi117 (mon.0) 64 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi169"}]': finished 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.489131+0000 mon.smithi117 (mon.0) 65 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:26.489261+0000 mgr.smithi117.jviopl (mgr.14726) 52 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T17:10:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:26.489926+0000 mgr.smithi117.jviopl (mgr.14726) 53 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-15T17:10:28.378 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:10:28.971 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:10:28.971 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (8m) 2s ago 9m 22.1M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:10:28.971 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (14s) 2s ago 9m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:10:28.971 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (10s) 5s ago 8m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:10:28.971 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (8m) 2s ago 9m 33.7M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:10:28.971 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (3m) 2s ago 3m 38.5M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:10:28.971 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (3m) 5s ago 3m 13.5M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (69s) 2s ago 11m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (49s) 5s ago 8m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (39s) 2s ago 11m 35.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (25s) 5s ago 8m 27.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (99s) 2s ago 98s 72.0M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (94s) 5s ago 93s 50.6M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (9m) 2s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (8m) 5s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (8m) 2s ago 8m 362M 1944M 16.2.5 6933c2a0b7dd 0041042eb01e 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (7m) 2s ago 7m 288M 1944M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (7m) 2s ago 7m 209M 1944M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (7m) 2s ago 6m 333M 1944M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:10:28.972 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (6m) 5s ago 6m 360M 2712M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:10:28.973 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (6m) 5s ago 6m 374M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:10:28.973 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (6m) 5s ago 6m 306M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:10:28.973 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (5m) 5s ago 5m 455M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:10:28.973 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (74s) 2s ago 9m 50.9M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:10:29.319 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:10:29.320 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:10:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:28.020728+0000 mgr.smithi117.jviopl (mgr.14726) 54 : cephadm [INF] Upgrade: Updating osd.0 2024-02-15T17:10:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:28.024706+0000 mon.smithi117 (mon.0) 66 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:28.025352+0000 mon.smithi117 (mon.0) 67 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T17:10:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:28.025901+0000 mon.smithi117 (mon.0) 68 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:29.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:28.026916+0000 mgr.smithi117.jviopl (mgr.14726) 55 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-02-15T17:10:29.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:28.044062+0000 mgr.smithi117.jviopl (mgr.14726) 56 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:29.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:28.366021+0000 mgr.smithi117.jviopl (mgr.14726) 57 : audit [DBG] from='client.34120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:29.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:28.668313+0000 mgr.smithi117.jviopl (mgr.14726) 58 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:29.409 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:29.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:28.020728+0000 mgr.smithi117.jviopl (mgr.14726) 54 : cephadm [INF] Upgrade: Updating osd.0 2024-02-15T17:10:29.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:28.024706+0000 mon.smithi117 (mon.0) 66 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:29.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:28.025352+0000 mon.smithi117 (mon.0) 67 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T17:10:29.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:28.025901+0000 mon.smithi117 (mon.0) 68 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:29.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:28.026916+0000 mgr.smithi117.jviopl (mgr.14726) 55 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-02-15T17:10:29.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:28.044062+0000 mgr.smithi117.jviopl (mgr.14726) 56 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:29.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:28.366021+0000 mgr.smithi117.jviopl (mgr.14726) 57 : audit [DBG] from='client.34120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:29.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:28.668313+0000 mgr.smithi117.jviopl (mgr.14726) 58 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "6/23 daemons upgraded", 2024-02-15T17:10:29.620 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T17:10:29.621 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:10:29.621 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:10:30.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:28.962422+0000 mgr.smithi117.jviopl (mgr.14726) 59 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:30.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:29.319380+0000 mon.smithi117 (mon.0) 69 : audit [DBG] from='client.? 172.21.15.117:0/4246051702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:30.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:29.619509+0000 mgr.smithi117.jviopl (mgr.14726) 60 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:30.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:28.962422+0000 mgr.smithi117.jviopl (mgr.14726) 59 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:30.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:29.319380+0000 mon.smithi117 (mon.0) 69 : audit [DBG] from='client.? 172.21.15.117:0/4246051702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:30.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:29.619509+0000 mgr.smithi117.jviopl (mgr.14726) 60 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:10:31.137 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:30 smithi117 systemd[1]: Stopping Ceph osd.0 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:10:31.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:30.044625+0000 mgr.smithi117.jviopl (mgr.14726) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:31.406 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.0[44618]: debug 2024-02-15T17:10:31.138+0000 7f1ba41dd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:10:31.407 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.0[44618]: debug 2024-02-15T17:10:31.138+0000 7f1ba41dd700 -1 osd.0 67 *** Got signal Terminated *** 2024-02-15T17:10:31.407 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.0[44618]: debug 2024-02-15T17:10:31.138+0000 7f1ba41dd700 -1 osd.0 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:10:31.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:30.044625+0000 mgr.smithi117.jviopl (mgr.14726) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:31.906 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:31 smithi117 bash[79919]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.0 2024-02-15T17:10:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.298674+0000 mon.smithi117 (mon.0) 70 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.298702+0000 mon.smithi117 (mon.0) 71 : cluster [INF] osd.0 failed (root=default,host=smithi117) (connection refused reported by osd.3) 2024-02-15T17:10:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.420392+0000 mon.smithi117 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T17:10:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.420483+0000 mon.smithi117 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T17:10:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.420587+0000 mon.smithi117 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T17:10:32.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.420692+0000 mon.smithi117 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.420764+0000 mon.smithi117 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.420848+0000 mon.smithi117 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.420926+0000 mon.smithi117 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.420996+0000 mon.smithi117 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.421064+0000 mon.smithi117 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.421142+0000 mon.smithi117 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.421220+0000 mon.smithi117 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.421286+0000 mon.smithi117 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.421351+0000 mon.smithi117 (mon.0) 84 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.421416+0000 mon.smithi117 (mon.0) 85 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.499399+0000 mon.smithi117 (mon.0) 86 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.821579+0000 mon.smithi117 (mon.0) 87 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.821674+0000 mon.smithi117 (mon.0) 88 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T17:10:32.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.821749+0000 mon.smithi117 (mon.0) 89 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T17:10:32.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.821817+0000 mon.smithi117 (mon.0) 90 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.821908+0000 mon.smithi117 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T17:10:32.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.821948+0000 mon.smithi117 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T17:10:32.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.822083+0000 mon.smithi117 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.822174+0000 mon.smithi117 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T17:10:32.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.822228+0000 mon.smithi117 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T17:10:32.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.822326+0000 mon.smithi117 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.822374+0000 mon.smithi117 (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T17:10:32.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.822475+0000 mon.smithi117 (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T17:10:32.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.822551+0000 mon.smithi117 (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T17:10:32.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.822625+0000 mon.smithi117 (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T17:10:32.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.893249+0000 mon.smithi117 (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:31.900318+0000 mon.smithi117 (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.410 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:32.094147+0000 mon.smithi117 (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.298674+0000 mon.smithi117 (mon.0) 70 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.298702+0000 mon.smithi117 (mon.0) 71 : cluster [INF] osd.0 failed (root=default,host=smithi117) (connection refused reported by osd.3) 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.420392+0000 mon.smithi117 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.420483+0000 mon.smithi117 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.420587+0000 mon.smithi117 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.420692+0000 mon.smithi117 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.420764+0000 mon.smithi117 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.420848+0000 mon.smithi117 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.420926+0000 mon.smithi117 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.420996+0000 mon.smithi117 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.421064+0000 mon.smithi117 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.421142+0000 mon.smithi117 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.421220+0000 mon.smithi117 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.421286+0000 mon.smithi117 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.421351+0000 mon.smithi117 (mon.0) 84 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T17:10:32.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.421416+0000 mon.smithi117 (mon.0) 85 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.499399+0000 mon.smithi117 (mon.0) 86 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.821579+0000 mon.smithi117 (mon.0) 87 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.821674+0000 mon.smithi117 (mon.0) 88 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.821749+0000 mon.smithi117 (mon.0) 89 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.821817+0000 mon.smithi117 (mon.0) 90 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.821908+0000 mon.smithi117 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.821948+0000 mon.smithi117 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.822083+0000 mon.smithi117 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.822174+0000 mon.smithi117 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.822228+0000 mon.smithi117 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.822326+0000 mon.smithi117 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.822374+0000 mon.smithi117 (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.822475+0000 mon.smithi117 (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T17:10:32.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.822551+0000 mon.smithi117 (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T17:10:32.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.822625+0000 mon.smithi117 (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T17:10:32.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.893249+0000 mon.smithi117 (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:32.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:31.900318+0000 mon.smithi117 (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T17:10:32.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:32.094147+0000 mon.smithi117 (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T17:10:33.382 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:32.044964+0000 mgr.smithi117.jviopl (mgr.14726) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:33.382 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:32.138143+0000 mon.smithi117 (mon.0) 104 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:10:33.382 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:32.145580+0000 mon.smithi117 (mon.0) 105 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-15T17:10:33.382 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:32.145877+0000 mon.smithi117 (mon.0) 106 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T17:10:33.382 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:32.146626+0000 mon.smithi117 (mon.0) 107 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T17:10:33.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:32.044964+0000 mgr.smithi117.jviopl (mgr.14726) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:33.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:32.138143+0000 mon.smithi117 (mon.0) 104 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:10:33.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:32.145580+0000 mon.smithi117 (mon.0) 105 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-15T17:10:33.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:32.145877+0000 mon.smithi117 (mon.0) 106 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-15T17:10:33.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:32.146626+0000 mon.smithi117 (mon.0) 107 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T17:10:34.149 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:33 smithi117 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.0.service: Succeeded. 2024-02-15T17:10:34.149 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:33 smithi117 systemd[1]: Stopped Ceph osd.0 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:10:34.149 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:33 smithi117 systemd[1]: Starting Ceph osd.0 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:10:34.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:33.145791+0000 mon.smithi117 (mon.0) 108 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T17:10:34.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:33.145953+0000 mon.smithi117 (mon.0) 109 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-15T17:10:34.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:33.145791+0000 mon.smithi117 (mon.0) 108 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T17:10:34.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:33.145953+0000 mon.smithi117 (mon.0) 109 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-15T17:10:34.458 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:35.150 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:34 smithi117 bash[80219]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T17:10:35.150 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:34 smithi117 bash[80219]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-15T17:10:35.150 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:34 smithi117 bash[80219]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-02-15T17:10:35.150 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:34 smithi117 bash[80219]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-15T17:10:35.150 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:34 smithi117 bash[80219]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-15T17:10:35.150 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:34 smithi117 bash[80219]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-15T17:10:35.151 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:34 smithi117 bash[80219]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-15T17:10:35.151 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:34 smithi117 bash[80219]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-15T17:10:35.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:34.045626+0000 mgr.smithi117.jviopl (mgr.14726) 63 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:35.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:34.144485+0000 mon.smithi117 (mon.0) 110 : cluster [WRN] Health check failed: Degraded data redundancy: 192/1452 objects degraded (13.223%), 29 pgs degraded (PG_DEGRADED) 2024-02-15T17:10:35.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:34.045626+0000 mgr.smithi117.jviopl (mgr.14726) 63 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:35.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:34.144485+0000 mon.smithi117 (mon.0) 110 : cluster [WRN] Health check failed: Degraded data redundancy: 192/1452 objects degraded (13.223%), 29 pgs degraded (PG_DEGRADED) 2024-02-15T17:10:36.656 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-0[80499]: debug 2024-02-15T17:10:36.161+0000 7f61f327e700 1 -- 172.21.15.117:0/3436628907 <== mon.0 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55caa9830680 con 0x55caa97f7000 2024-02-15T17:10:36.656 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:36 smithi117 bash[80485]: 746e58d347047123baa9e02449dbb064e7b20db7243f329e749b5b54e5d7e4c9 2024-02-15T17:10:36.656 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:36 smithi117 systemd[1]: Started Ceph osd.0 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:10:37.012 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-0[80499]: debug 2024-02-15T17:10:36.681+0000 7f61fad0c380 -1 Falling back to public interface 2024-02-15T17:10:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:36.046344+0000 mgr.smithi117.jviopl (mgr.14726) 64 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:36.290839+0000 mon.smithi117 (mon.0) 111 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:36.291538+0000 mon.smithi117 (mon.0) 112 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:37.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:36.046344+0000 mgr.smithi117.jviopl (mgr.14726) 64 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:37.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:36.290839+0000 mon.smithi117 (mon.0) 111 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:37.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:36.291538+0000 mon.smithi117 (mon.0) 112 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:39.499 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:38.046831+0000 mgr.smithi117.jviopl (mgr.14726) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:38.046831+0000 mgr.smithi117.jviopl (mgr.14726) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:41.406 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-0[80499]: debug 2024-02-15T17:10:41.067+0000 7f61fad0c380 -1 osd.0 67 log_to_monitors {default=true} 2024-02-15T17:10:41.407 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:10:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-0[80499]: debug 2024-02-15T17:10:41.311+0000 7f61e99ee700 -1 osd.0 67 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T17:10:41.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:40.047576+0000 mgr.smithi117.jviopl (mgr.14726) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:41.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:41.072273+0000 mon.smithi117 (mon.0) 113 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/2586472363,v1:172.21.15.117:6803/2586472363]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T17:10:41.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:40.047576+0000 mgr.smithi117.jviopl (mgr.14726) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:41.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:41.072273+0000 mon.smithi117 (mon.0) 113 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/2586472363,v1:172.21.15.117:6803/2586472363]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T17:10:42.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:41.303785+0000 mon.smithi117 (mon.0) 114 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/2586472363,v1:172.21.15.117:6803/2586472363]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T17:10:42.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:41.303823+0000 mon.smithi117 (mon.0) 115 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-15T17:10:42.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:41.304474+0000 mon.smithi117 (mon.0) 116 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/2586472363,v1:172.21.15.117:6803/2586472363]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:10:42.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:41.303785+0000 mon.smithi117 (mon.0) 114 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/2586472363,v1:172.21.15.117:6803/2586472363]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T17:10:42.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:41.303823+0000 mon.smithi117 (mon.0) 115 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-15T17:10:42.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:41.304474+0000 mon.smithi117 (mon.0) 116 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/2586472363,v1:172.21.15.117:6803/2586472363]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:10:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:42.048182+0000 mgr.smithi117.jviopl (mgr.14726) 67 : cluster [DBG] pgmap v43: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:42.307809+0000 mon.smithi117 (mon.0) 117 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:10:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:42.314080+0000 mon.smithi117 (mon.0) 118 : cluster [INF] osd.0 [v2:172.21.15.117:6802/2586472363,v1:172.21.15.117:6803/2586472363] boot 2024-02-15T17:10:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:42.314147+0000 mon.smithi117 (mon.0) 119 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-15T17:10:43.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:42.314602+0000 mon.smithi117 (mon.0) 120 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:10:43.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.207974+0000 mon.smithi117 (mon.0) 121 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:42.048182+0000 mgr.smithi117.jviopl (mgr.14726) 67 : cluster [DBG] pgmap v43: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s wr, 0 op/s; 192/1452 objects degraded (13.223%) 2024-02-15T17:10:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:42.307809+0000 mon.smithi117 (mon.0) 117 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:10:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:42.314080+0000 mon.smithi117 (mon.0) 118 : cluster [INF] osd.0 [v2:172.21.15.117:6802/2586472363,v1:172.21.15.117:6803/2586472363] boot 2024-02-15T17:10:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:42.314147+0000 mon.smithi117 (mon.0) 119 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-15T17:10:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:42.314602+0000 mon.smithi117 (mon.0) 120 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T17:10:43.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.207974+0000 mon.smithi117 (mon.0) 121 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:44.540 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.311291+0000 mon.smithi117 (mon.0) 122 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:43.328785+0000 mon.smithi117 (mon.0) 123 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-15T17:10:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.660236+0000 mon.smithi117 (mon.0) 124 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.660816+0000 mon.smithi117 (mon.0) 125 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:10:44.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.664918+0000 mon.smithi117 (mon.0) 126 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.669910+0000 mon.smithi117 (mon.0) 127 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.672659+0000 mon.smithi117 (mon.0) 128 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.674418+0000 mon.smithi117 (mon.0) 129 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.675425+0000 mon.smithi117 (mon.0) 130 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.676454+0000 mon.smithi117 (mon.0) 131 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.677513+0000 mon.smithi117 (mon.0) 132 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T17:10:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:43.677628+0000 mgr.smithi117.jviopl (mgr.14726) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T17:10:44.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:43.678207+0000 mgr.smithi117.jviopl (mgr.14726) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-15T17:10:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.311291+0000 mon.smithi117 (mon.0) 122 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:43.328785+0000 mon.smithi117 (mon.0) 123 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-15T17:10:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.660236+0000 mon.smithi117 (mon.0) 124 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:10:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.660816+0000 mon.smithi117 (mon.0) 125 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:10:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.664918+0000 mon.smithi117 (mon.0) 126 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:44.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.669910+0000 mon.smithi117 (mon.0) 127 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.672659+0000 mon.smithi117 (mon.0) 128 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:10:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.674418+0000 mon.smithi117 (mon.0) 129 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.675425+0000 mon.smithi117 (mon.0) 130 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.676454+0000 mon.smithi117 (mon.0) 131 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:10:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.677513+0000 mon.smithi117 (mon.0) 132 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T17:10:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:43.677628+0000 mgr.smithi117.jviopl (mgr.14726) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T17:10:44.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:43.678207+0000 mgr.smithi117.jviopl (mgr.14726) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-15T17:10:45.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:44.048711+0000 mgr.smithi117.jviopl (mgr.14726) 70 : cluster [DBG] pgmap v46: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 79/1452 objects degraded (5.441%) 2024-02-15T17:10:45.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:44.668800+0000 mon.smithi117 (mon.0) 133 : cluster [WRN] Health check update: Degraded data redundancy: 79/1452 objects degraded (5.441%), 9 pgs degraded (PG_DEGRADED) 2024-02-15T17:10:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:44.048711+0000 mgr.smithi117.jviopl (mgr.14726) 70 : cluster [DBG] pgmap v46: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 79/1452 objects degraded (5.441%) 2024-02-15T17:10:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:44.668800+0000 mon.smithi117 (mon.0) 133 : cluster [WRN] Health check update: Degraded data redundancy: 79/1452 objects degraded (5.441%), 9 pgs degraded (PG_DEGRADED) 2024-02-15T17:10:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:46.049196+0000 mgr.smithi117.jviopl (mgr.14726) 71 : cluster [DBG] pgmap v47: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 79/1452 objects degraded (5.441%) 2024-02-15T17:10:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:46.049196+0000 mgr.smithi117.jviopl (mgr.14726) 71 : cluster [DBG] pgmap v47: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 79/1452 objects degraded (5.441%) 2024-02-15T17:10:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:48.340496+0000 mon.smithi117 (mon.0) 134 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/1452 objects degraded (5.441%), 9 pgs degraded) 2024-02-15T17:10:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:48.340527+0000 mon.smithi117 (mon.0) 135 : cluster [INF] Cluster is now healthy 2024-02-15T17:10:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:48.340496+0000 mon.smithi117 (mon.0) 134 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/1452 objects degraded (5.441%), 9 pgs degraded) 2024-02-15T17:10:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:48.340527+0000 mon.smithi117 (mon.0) 135 : cluster [INF] Cluster is now healthy 2024-02-15T17:10:49.576 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:48.049732+0000 mgr.smithi117.jviopl (mgr.14726) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 151 B/s rd, 151 B/s wr, 0 op/s 2024-02-15T17:10:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:48.049732+0000 mgr.smithi117.jviopl (mgr.14726) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 151 B/s rd, 151 B/s wr, 0 op/s 2024-02-15T17:10:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:50.050451+0000 mgr.smithi117.jviopl (mgr.14726) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:50.050451+0000 mgr.smithi117.jviopl (mgr.14726) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:10:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:52.051050+0000 mgr.smithi117.jviopl (mgr.14726) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-02-15T17:10:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:53.250031+0000 mon.smithi117 (mon.0) 136 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:52.051050+0000 mgr.smithi117.jviopl (mgr.14726) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-02-15T17:10:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:53.250031+0000 mon.smithi117 (mon.0) 136 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:54.618 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:55.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:54.051689+0000 mgr.smithi117.jviopl (mgr.14726) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 286 B/s rd, 286 B/s wr, 0 op/s 2024-02-15T17:10:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:54.051689+0000 mgr.smithi117.jviopl (mgr.14726) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 286 B/s rd, 286 B/s wr, 0 op/s 2024-02-15T17:10:57.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:56.052153+0000 mgr.smithi117.jviopl (mgr.14726) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:57.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:56.052153+0000 mgr.smithi117.jviopl (mgr.14726) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:59.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:10:58.052717+0000 mgr.smithi117.jviopl (mgr.14726) 77 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:59.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:58.208760+0000 mon.smithi117 (mon.0) 137 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:59.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:58.693779+0000 mon.smithi117 (mon.0) 138 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T17:10:59.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:58.693997+0000 mgr.smithi117.jviopl (mgr.14726) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T17:10:59.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:10:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:10:58.695166+0000 mgr.smithi117.jviopl (mgr.14726) 79 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-15T17:10:59.659 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:10:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:10:58.052717+0000 mgr.smithi117.jviopl (mgr.14726) 77 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:10:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:58.208760+0000 mon.smithi117 (mon.0) 137 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:10:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:58.693779+0000 mon.smithi117 (mon.0) 138 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T17:10:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:58.693997+0000 mgr.smithi117.jviopl (mgr.14726) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T17:10:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:10:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:10:58.695166+0000 mgr.smithi117.jviopl (mgr.14726) 79 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-15T17:10:59.931 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (8m) 17s ago 10m 22.1M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (46s) 17s ago 10m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (41s) 36s ago 9m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (8m) 17s ago 9m 33.5M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (4m) 17s ago 4m 38.5M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (4m) 36s ago 4m 13.5M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (101s) 17s ago 11m 431M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (80s) 36s ago 9m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (70s) 17s ago 11m 38.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:11:00.534 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (57s) 36s ago 9m 27.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (2m) 17s ago 2m 76.0M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (2m) 36s ago 2m 50.6M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (9m) 17s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (9m) 36s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (24s) 17s ago 8m 15.4M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (8m) 17s ago 8m 288M 1944M 16.2.5 6933c2a0b7dd 7448425690a7 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (7m) 17s ago 7m 209M 1944M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (7m) 17s ago 7m 333M 1944M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (7m) 36s ago 7m 360M 2712M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (6m) 36s ago 6m 374M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (6m) 36s ago 6m 306M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:11:00.535 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (6m) 36s ago 6m 455M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:11:00.536 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (105s) 17s ago 9m 51.0M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:11:00.891 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:11:00.891 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:11:00.891 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:11:00.891 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:11:00.891 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:11:00.891 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:11:00.892 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:11:00.892 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:11:00.892 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T17:11:00.892 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-15T17:11:00.892 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:11:00.892 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:11:00.893 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:11:00.893 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:11:00.893 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:11:00.893 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-15T17:11:00.893 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9 2024-02-15T17:11:00.893 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:11:00.894 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:11:01.186 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "7/23 daemons upgraded", 2024-02-15T17:11:01.187 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T17:11:01.188 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:11:01.188 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:11:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:10:59.918894+0000 mgr.smithi117.jviopl (mgr.14726) 80 : audit [DBG] from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:00.053346+0000 mgr.smithi117.jviopl (mgr.14726) 81 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T17:11:01.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:00.211414+0000 mgr.smithi117.jviopl (mgr.14726) 82 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:00.223695+0000 mon.smithi117 (mon.0) 139 : cluster [DBG] mgrmap e35: smithi117.jviopl(active, since 93s), standbys: smithi169.mptjes 2024-02-15T17:11:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:11:00.270555+0000 mgr.smithi117.jviopl (mgr.14726) 83 : cephadm [INF] Upgrade: Updating osd.1 2024-02-15T17:11:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:00.274583+0000 mon.smithi117 (mon.0) 140 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:00.275274+0000 mon.smithi117 (mon.0) 141 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T17:11:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:00.275784+0000 mon.smithi117 (mon.0) 142 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:11:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:11:00.276817+0000 mgr.smithi117.jviopl (mgr.14726) 84 : cephadm [INF] Deploying daemon osd.1 on smithi117 2024-02-15T17:11:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:00.524928+0000 mgr.smithi117.jviopl (mgr.14726) 85 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:01.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:00.890507+0000 mon.smithi117 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.117:0/2424403511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:10:59.918894+0000 mgr.smithi117.jviopl (mgr.14726) 80 : audit [DBG] from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:00.053346+0000 mgr.smithi117.jviopl (mgr.14726) 81 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T17:11:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:00.211414+0000 mgr.smithi117.jviopl (mgr.14726) 82 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:00.223695+0000 mon.smithi117 (mon.0) 139 : cluster [DBG] mgrmap e35: smithi117.jviopl(active, since 93s), standbys: smithi169.mptjes 2024-02-15T17:11:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:11:00.270555+0000 mgr.smithi117.jviopl (mgr.14726) 83 : cephadm [INF] Upgrade: Updating osd.1 2024-02-15T17:11:01.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:00.274583+0000 mon.smithi117 (mon.0) 140 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:01.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:00.275274+0000 mon.smithi117 (mon.0) 141 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T17:11:01.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:00.275784+0000 mon.smithi117 (mon.0) 142 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:11:01.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:11:00.276817+0000 mgr.smithi117.jviopl (mgr.14726) 84 : cephadm [INF] Deploying daemon osd.1 on smithi117 2024-02-15T17:11:01.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:00.524928+0000 mgr.smithi117.jviopl (mgr.14726) 85 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:01.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:00.890507+0000 mon.smithi117 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.117:0/2424403511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:02.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:01.186654+0000 mgr.smithi117.jviopl (mgr.14726) 86 : audit [DBG] from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:01.186654+0000 mgr.smithi117.jviopl (mgr.14726) 86 : audit [DBG] from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:03.356 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:03 smithi117 systemd[1]: Stopping Ceph osd.1 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:11:03.357 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1[47926]: debug 2024-02-15T17:11:03.355+0000 7f40d1d14700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:11:03.357 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1[47926]: debug 2024-02-15T17:11:03.355+0000 7f40d1d14700 -1 osd.1 72 *** Got signal Terminated *** 2024-02-15T17:11:03.357 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1[47926]: debug 2024-02-15T17:11:03.355+0000 7f40d1d14700 -1 osd.1 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:11:03.357 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:02.053727+0000 mgr.smithi117.jviopl (mgr.14726) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T17:11:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:02.053727+0000 mgr.smithi117.jviopl (mgr.14726) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T17:11:04.061 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:03 smithi117 bash[82395]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1 2024-02-15T17:11:04.406 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:04 smithi117 bash[82449]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1 2024-02-15T17:11:04.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618297+0000 mon.smithi117 (mon.0) 144 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618344+0000 mon.smithi117 (mon.0) 145 : cluster [INF] osd.1 failed (root=default,host=smithi117) (connection refused reported by osd.5) 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618460+0000 mon.smithi117 (mon.0) 146 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618523+0000 mon.smithi117 (mon.0) 147 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618585+0000 mon.smithi117 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618664+0000 mon.smithi117 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618705+0000 mon.smithi117 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618796+0000 mon.smithi117 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618832+0000 mon.smithi117 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618931+0000 mon.smithi117 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.618970+0000 mon.smithi117 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.619065+0000 mon.smithi117 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T17:11:04.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.619117+0000 mon.smithi117 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.619216+0000 mon.smithi117 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:03.619291+0000 mon.smithi117 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.019347+0000 mon.smithi117 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.019501+0000 mon.smithi117 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.019620+0000 mon.smithi117 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.019697+0000 mon.smithi117 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.019775+0000 mon.smithi117 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.019855+0000 mon.smithi117 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.019933+0000 mon.smithi117 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T17:11:04.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.019975+0000 mon.smithi117 (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T17:11:04.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.020067+0000 mon.smithi117 (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T17:11:04.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.020154+0000 mon.smithi117 (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T17:11:04.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.020225+0000 mon.smithi117 (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T17:11:04.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.020264+0000 mon.smithi117 (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T17:11:04.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.020365+0000 mon.smithi117 (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T17:11:04.409 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.020420+0000 mon.smithi117 (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T17:11:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618297+0000 mon.smithi117 (mon.0) 144 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618344+0000 mon.smithi117 (mon.0) 145 : cluster [INF] osd.1 failed (root=default,host=smithi117) (connection refused reported by osd.5) 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618460+0000 mon.smithi117 (mon.0) 146 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618523+0000 mon.smithi117 (mon.0) 147 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618585+0000 mon.smithi117 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618664+0000 mon.smithi117 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618705+0000 mon.smithi117 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618796+0000 mon.smithi117 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618832+0000 mon.smithi117 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618931+0000 mon.smithi117 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.618970+0000 mon.smithi117 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.619065+0000 mon.smithi117 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.619117+0000 mon.smithi117 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T17:11:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.619216+0000 mon.smithi117 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:03.619291+0000 mon.smithi117 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.019347+0000 mon.smithi117 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.019501+0000 mon.smithi117 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.019620+0000 mon.smithi117 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.019697+0000 mon.smithi117 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.019775+0000 mon.smithi117 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.019855+0000 mon.smithi117 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.019933+0000 mon.smithi117 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.019975+0000 mon.smithi117 (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.020067+0000 mon.smithi117 (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.020154+0000 mon.smithi117 (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.020225+0000 mon.smithi117 (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T17:11:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.020264+0000 mon.smithi117 (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T17:11:04.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.020365+0000 mon.smithi117 (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T17:11:04.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.020420+0000 mon.smithi117 (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T17:11:04.702 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:05.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.054212+0000 mgr.smithi117.jviopl (mgr.14726) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T17:11:05.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.227298+0000 mon.smithi117 (mon.0) 173 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:11:05.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:04.234208+0000 mon.smithi117 (mon.0) 174 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-15T17:11:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.054212+0000 mgr.smithi117.jviopl (mgr.14726) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T17:11:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.227298+0000 mon.smithi117 (mon.0) 173 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:11:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:04.234208+0000 mon.smithi117 (mon.0) 174 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-15T17:11:06.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:05.235624+0000 mon.smithi117 (mon.0) 175 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-15T17:11:06.406 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:06 smithi117 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.1.service: Succeeded. 2024-02-15T17:11:06.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:06 smithi117 systemd[1]: Stopped Ceph osd.1 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:11:06.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:06 smithi117 systemd[1]: Starting Ceph osd.1 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:11:06.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:05.235624+0000 mon.smithi117 (mon.0) 175 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-15T17:11:07.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:06.054552+0000 mgr.smithi117.jviopl (mgr.14726) 89 : cluster [DBG] pgmap v59: 129 pgs: 17 stale+active+clean, 112 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 1 op/s 2024-02-15T17:11:07.406 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:07 smithi117 bash[82727]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T17:11:07.406 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:07 smithi117 bash[82727]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-15T17:11:07.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:07 smithi117 bash[82727]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-02-15T17:11:07.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:07 smithi117 bash[82727]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-15T17:11:07.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:07 smithi117 bash[82727]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-15T17:11:07.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:07 smithi117 bash[82727]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-15T17:11:07.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:07 smithi117 bash[82727]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-15T17:11:07.407 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:07 smithi117 bash[82727]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-15T17:11:07.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:06.054552+0000 mgr.smithi117.jviopl (mgr.14726) 89 : cluster [DBG] pgmap v59: 129 pgs: 17 stale+active+clean, 112 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 1 op/s 2024-02-15T17:11:08.498 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:08.252570+0000 mon.smithi117 (mon.0) 176 : cluster [WRN] Health check failed: Degraded data redundancy: 15/1452 objects degraded (1.033%), 3 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:08.498 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-1[83014]: debug 2024-02-15T17:11:08.415+0000 7fa3bb759700 1 -- 172.21.15.117:0/155484295 <== mon.0 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d40c676680 con 0x55d40c63d400 2024-02-15T17:11:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:08.252570+0000 mon.smithi117 (mon.0) 176 : cluster [WRN] Health check failed: Degraded data redundancy: 15/1452 objects degraded (1.033%), 3 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:08.906 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:08 smithi117 bash[83000]: dfdfc5db8b905d5a7c8d69519a6e7c2269fe5f34e2ac2003540fc6162ea0c8a5 2024-02-15T17:11:08.906 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:08 smithi117 systemd[1]: Started Ceph osd.1 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:11:09.242 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-1[83014]: debug 2024-02-15T17:11:08.935+0000 7fa3c31e7380 -1 Falling back to public interface 2024-02-15T17:11:09.733 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:08.055080+0000 mgr.smithi117.jviopl (mgr.14726) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 16 stale+active+clean, 2 active+undersized, 108 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 15/1452 objects degraded (1.033%) 2024-02-15T17:11:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:08.545461+0000 mon.smithi117 (mon.0) 177 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:08.546215+0000 mon.smithi117 (mon.0) 178 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:11:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:08.055080+0000 mgr.smithi117.jviopl (mgr.14726) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 16 stale+active+clean, 2 active+undersized, 108 active+clean; 321 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 15/1452 objects degraded (1.033%) 2024-02-15T17:11:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:08.545461+0000 mon.smithi117 (mon.0) 177 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:08.546215+0000 mon.smithi117 (mon.0) 178 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:11:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:10.055789+0000 mgr.smithi117.jviopl (mgr.14726) 91 : cluster [DBG] pgmap v61: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1452 objects degraded (10.606%) 2024-02-15T17:11:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:10.055789+0000 mgr.smithi117.jviopl (mgr.14726) 91 : cluster [DBG] pgmap v61: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1452 objects degraded (10.606%) 2024-02-15T17:11:13.508 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-1[83014]: debug 2024-02-15T17:11:13.183+0000 7fa3c31e7380 -1 osd.1 72 log_to_monitors {default=true} 2024-02-15T17:11:13.906 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:11:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-1[83014]: debug 2024-02-15T17:11:13.569+0000 7fa3b2ecb700 -1 osd.1 72 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T17:11:13.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:12.056272+0000 mgr.smithi117.jviopl (mgr.14726) 92 : cluster [DBG] pgmap v62: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1452 objects degraded (10.606%) 2024-02-15T17:11:13.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:13.187144+0000 mon.smithi117 (mon.0) 179 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/614417967,v1:172.21.15.117:6811/614417967]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T17:11:13.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:13.208245+0000 mon.smithi117 (mon.0) 180 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:13.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:12.056272+0000 mgr.smithi117.jviopl (mgr.14726) 92 : cluster [DBG] pgmap v62: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1452 objects degraded (10.606%) 2024-02-15T17:11:13.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:13.187144+0000 mon.smithi117 (mon.0) 179 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/614417967,v1:172.21.15.117:6811/614417967]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T17:11:13.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:13.208245+0000 mon.smithi117 (mon.0) 180 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:14.771 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:14.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:13.558277+0000 mon.smithi117 (mon.0) 181 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/614417967,v1:172.21.15.117:6811/614417967]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T17:11:14.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:13.558343+0000 mon.smithi117 (mon.0) 182 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-15T17:11:14.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:13.559255+0000 mon.smithi117 (mon.0) 183 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/614417967,v1:172.21.15.117:6811/614417967]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:11:14.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:13.558277+0000 mon.smithi117 (mon.0) 181 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/614417967,v1:172.21.15.117:6811/614417967]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T17:11:14.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:13.558343+0000 mon.smithi117 (mon.0) 182 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-15T17:11:14.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:13.559255+0000 mon.smithi117 (mon.0) 183 : audit [INF] from='osd.1 [v2:172.21.15.117:6810/614417967,v1:172.21.15.117:6811/614417967]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:11:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:14.056851+0000 mgr.smithi117.jviopl (mgr.14726) 93 : cluster [DBG] pgmap v64: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 232 B/s wr, 0 op/s; 154/1452 objects degraded (10.606%) 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:14.562244+0000 mon.smithi117 (mon.0) 184 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:14.566921+0000 mon.smithi117 (mon.0) 185 : cluster [INF] osd.1 [v2:172.21.15.117:6810/614417967,v1:172.21.15.117:6811/614417967] boot 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:14.566975+0000 mon.smithi117 (mon.0) 186 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:14.568033+0000 mon.smithi117 (mon.0) 187 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:15.143476+0000 mon.smithi117 (mon.0) 188 : cluster [WRN] Health check update: Degraded data redundancy: 154/1452 objects degraded (10.606%), 26 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.490246+0000 mon.smithi117 (mon.0) 189 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.491039+0000 mon.smithi117 (mon.0) 190 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.491595+0000 mon.smithi117 (mon.0) 191 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.497333+0000 mon.smithi117 (mon.0) 192 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.504434+0000 mon.smithi117 (mon.0) 193 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.507207+0000 mon.smithi117 (mon.0) 194 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.509029+0000 mon.smithi117 (mon.0) 195 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.510083+0000 mon.smithi117 (mon.0) 196 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.511085+0000 mon.smithi117 (mon.0) 197 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:15.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.512176+0000 mon.smithi117 (mon.0) 198 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T17:11:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:14.056851+0000 mgr.smithi117.jviopl (mgr.14726) 93 : cluster [DBG] pgmap v64: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 232 B/s wr, 0 op/s; 154/1452 objects degraded (10.606%) 2024-02-15T17:11:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:14.562244+0000 mon.smithi117 (mon.0) 184 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:11:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:14.566921+0000 mon.smithi117 (mon.0) 185 : cluster [INF] osd.1 [v2:172.21.15.117:6810/614417967,v1:172.21.15.117:6811/614417967] boot 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:14.566975+0000 mon.smithi117 (mon.0) 186 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:14.568033+0000 mon.smithi117 (mon.0) 187 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:15.143476+0000 mon.smithi117 (mon.0) 188 : cluster [WRN] Health check update: Degraded data redundancy: 154/1452 objects degraded (10.606%), 26 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.490246+0000 mon.smithi117 (mon.0) 189 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.491039+0000 mon.smithi117 (mon.0) 190 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.491595+0000 mon.smithi117 (mon.0) 191 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.497333+0000 mon.smithi117 (mon.0) 192 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.504434+0000 mon.smithi117 (mon.0) 193 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.507207+0000 mon.smithi117 (mon.0) 194 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.509029+0000 mon.smithi117 (mon.0) 195 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.510083+0000 mon.smithi117 (mon.0) 196 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.511085+0000 mon.smithi117 (mon.0) 197 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:15.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.512176+0000 mon.smithi117 (mon.0) 198 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T17:11:16.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:15.512293+0000 mgr.smithi117.jviopl (mgr.14726) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T17:11:16.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:11:15.512848+0000 mgr.smithi117.jviopl (mgr.14726) 95 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-15T17:11:16.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:15.572416+0000 mon.smithi117 (mon.0) 199 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-15T17:11:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:15.512293+0000 mgr.smithi117.jviopl (mgr.14726) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T17:11:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:11:15.512848+0000 mgr.smithi117.jviopl (mgr.14726) 95 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-15T17:11:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:15.572416+0000 mon.smithi117 (mon.0) 199 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-15T17:11:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:16.057283+0000 mgr.smithi117.jviopl (mgr.14726) 96 : cluster [DBG] pgmap v67: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 154/1452 objects degraded (10.606%) 2024-02-15T17:11:17.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:16.057283+0000 mgr.smithi117.jviopl (mgr.14726) 96 : cluster [DBG] pgmap v67: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 154/1452 objects degraded (10.606%) 2024-02-15T17:11:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:18.057741+0000 mgr.smithi117.jviopl (mgr.14726) 97 : cluster [DBG] pgmap v68: 129 pgs: 24 active+undersized+degraded, 25 active+undersized, 80 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 142/1452 objects degraded (9.780%) 2024-02-15T17:11:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:18.266584+0000 mon.smithi117 (mon.0) 200 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:18.057741+0000 mgr.smithi117.jviopl (mgr.14726) 97 : cluster [DBG] pgmap v68: 129 pgs: 24 active+undersized+degraded, 25 active+undersized, 80 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 142/1452 objects degraded (9.780%) 2024-02-15T17:11:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:18.266584+0000 mon.smithi117 (mon.0) 200 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:19.817 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:20.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:20.144788+0000 mon.smithi117 (mon.0) 201 : cluster [WRN] Health check update: Degraded data redundancy: 142/1452 objects degraded (9.780%), 24 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:20.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:20.144788+0000 mon.smithi117 (mon.0) 201 : cluster [WRN] Health check update: Degraded data redundancy: 142/1452 objects degraded (9.780%), 24 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:21.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:20.058450+0000 mgr.smithi117.jviopl (mgr.14726) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 315 B/s rd, 315 B/s wr, 0 op/s 2024-02-15T17:11:21.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:20.266586+0000 mon.smithi117 (mon.0) 202 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 142/1452 objects degraded (9.780%), 24 pgs degraded) 2024-02-15T17:11:21.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:20.266640+0000 mon.smithi117 (mon.0) 203 : cluster [INF] Cluster is now healthy 2024-02-15T17:11:21.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:20.058450+0000 mgr.smithi117.jviopl (mgr.14726) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 315 B/s rd, 315 B/s wr, 0 op/s 2024-02-15T17:11:21.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:20.266586+0000 mon.smithi117 (mon.0) 202 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 142/1452 objects degraded (9.780%), 24 pgs degraded) 2024-02-15T17:11:21.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:20.266640+0000 mon.smithi117 (mon.0) 203 : cluster [INF] Cluster is now healthy 2024-02-15T17:11:23.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:22.058982+0000 mgr.smithi117.jviopl (mgr.14726) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T17:11:23.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:22.058982+0000 mgr.smithi117.jviopl (mgr.14726) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T17:11:24.868 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:25.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:24.059617+0000 mgr.smithi117.jviopl (mgr.14726) 100 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-02-15T17:11:25.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:24.059617+0000 mgr.smithi117.jviopl (mgr.14726) 100 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-02-15T17:11:27.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:26.060022+0000 mgr.smithi117.jviopl (mgr.14726) 101 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 195 B/s rd, 195 B/s wr, 0 op/s 2024-02-15T17:11:27.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:26.060022+0000 mgr.smithi117.jviopl (mgr.14726) 101 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 195 B/s rd, 195 B/s wr, 0 op/s 2024-02-15T17:11:29.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:28.060530+0000 mgr.smithi117.jviopl (mgr.14726) 102 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:11:29.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:28.210006+0000 mon.smithi117 (mon.0) 204 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:29.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:28.278004+0000 mon.smithi117 (mon.0) 205 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:28.060530+0000 mgr.smithi117.jviopl (mgr.14726) 102 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:11:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:28.210006+0000 mon.smithi117 (mon.0) 204 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:28.278004+0000 mon.smithi117 (mon.0) 205 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:29.906 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:31.273 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:30.061243+0000 mgr.smithi117.jviopl (mgr.14726) 103 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:11:31.273 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:30.515291+0000 mon.smithi117 (mon.0) 206 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T17:11:31.273 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:30.515504+0000 mgr.smithi117.jviopl (mgr.14726) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T17:11:31.274 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:11:30.516621+0000 mgr.smithi117.jviopl (mgr.14726) 105 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-15T17:11:31.510 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:11:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:30.061243+0000 mgr.smithi117.jviopl (mgr.14726) 103 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:11:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:30.515291+0000 mon.smithi117 (mon.0) 206 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T17:11:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:30.515504+0000 mgr.smithi117.jviopl (mgr.14726) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T17:11:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:11:30.516621+0000 mgr.smithi117.jviopl (mgr.14726) 105 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-15T17:11:32.096 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:11:32.096 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (9m) 16s ago 10m 21.9M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (78s) 16s ago 10m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (73s) 68s ago 10m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (9m) 16s ago 10m 33.6M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (5m) 16s ago 5m 38.6M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (4m) 68s ago 4m 13.5M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (2m) 16s ago 12m 433M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (112s) 68s ago 9m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (102s) 16s ago 12m 42.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (88s) 68s ago 9m 27.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (2m) 16s ago 2m 76.2M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:11:32.097 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (2m) 68s ago 2m 50.6M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (10m) 16s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (9m) 68s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (56s) 16s ago 9m 112M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (24s) 16s ago 8m 12.8M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (8m) 16s ago 8m 210M 1944M 16.2.5 6933c2a0b7dd 8d8640c68a88 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (8m) 16s ago 8m 334M 1944M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (7m) 68s ago 7m 360M 2712M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (7m) 68s ago 7m 374M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (7m) 68s ago 7m 306M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (6m) 68s ago 6m 455M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:11:32.098 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (2m) 16s ago 10m 55.3M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:11:32.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:31.498469+0000 mgr.smithi117.jviopl (mgr.14726) 106 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:32.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:31.801734+0000 mgr.smithi117.jviopl (mgr.14726) 107 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:32.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:32.149019+0000 mon.smithi117 (mon.0) 207 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:32.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:32.149776+0000 mon.smithi117 (mon.0) 208 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T17:11:32.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:32.150308+0000 mon.smithi117 (mon.0) 209 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:11:32.457 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:11:32.457 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:11:32.457 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2, 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:11:32.458 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-15T17:11:32.459 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T17:11:32.459 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:11:32.459 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:11:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:31.498469+0000 mgr.smithi117.jviopl (mgr.14726) 106 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:31.801734+0000 mgr.smithi117.jviopl (mgr.14726) 107 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:32.149019+0000 mon.smithi117 (mon.0) 207 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:32.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:32.149776+0000 mon.smithi117 (mon.0) 208 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T17:11:32.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:32.150308+0000 mon.smithi117 (mon.0) 209 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:11:32.781 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:11:32.781 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:11:32.781 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:11:32.781 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "8/23 daemons upgraded", 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:11:32.782 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:11:33.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:32.061571+0000 mgr.smithi117.jviopl (mgr.14726) 108 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:11:33.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:32.087833+0000 mgr.smithi117.jviopl (mgr.14726) 109 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:33.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:11:32.144973+0000 mgr.smithi117.jviopl (mgr.14726) 110 : cephadm [INF] Upgrade: Updating osd.2 2024-02-15T17:11:33.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:11:32.151774+0000 mgr.smithi117.jviopl (mgr.14726) 111 : cephadm [INF] Deploying daemon osd.2 on smithi117 2024-02-15T17:11:33.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:32.457804+0000 mon.smithi117 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.117:0/1879547617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:33.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:32.781247+0000 mgr.smithi117.jviopl (mgr.14726) 112 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:33.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:32.061571+0000 mgr.smithi117.jviopl (mgr.14726) 108 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:11:33.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:32.087833+0000 mgr.smithi117.jviopl (mgr.14726) 109 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:33.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:11:32.144973+0000 mgr.smithi117.jviopl (mgr.14726) 110 : cephadm [INF] Upgrade: Updating osd.2 2024-02-15T17:11:33.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:11:32.151774+0000 mgr.smithi117.jviopl (mgr.14726) 111 : cephadm [INF] Deploying daemon osd.2 on smithi117 2024-02-15T17:11:33.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:32.457804+0000 mon.smithi117 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.117:0/1879547617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:33.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:32.781247+0000 mgr.smithi117.jviopl (mgr.14726) 112 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:11:34.945 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:35.312 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:34.062242+0000 mgr.smithi117.jviopl (mgr.14726) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:11:35.312 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:35 smithi117 systemd[1]: Stopping Ceph osd.2 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:11:35.312 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.2[51809]: debug 2024-02-15T17:11:35.310+0000 7efc281b0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:11:35.312 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.2[51809]: debug 2024-02-15T17:11:35.310+0000 7efc281b0700 -1 osd.2 77 *** Got signal Terminated *** 2024-02-15T17:11:35.312 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.2[51809]: debug 2024-02-15T17:11:35.310+0000 7efc281b0700 -1 osd.2 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:11:35.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:34.062242+0000 mgr.smithi117.jviopl (mgr.14726) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:11:35.906 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:35 smithi117 bash[84883]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.2 2024-02-15T17:11:36.406 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:36 smithi117 bash[84939]: Error: no container with ID 8d8640c68a88dd0a57d788bdcacdc926ddc8a6c980283fd722e3da1226dad9c2 found in database: no such container 2024-02-15T17:11:36.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.570430+0000 mon.smithi117 (mon.0) 211 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T17:11:36.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.570457+0000 mon.smithi117 (mon.0) 212 : cluster [INF] osd.2 failed (root=default,host=smithi117) (connection refused reported by osd.1) 2024-02-15T17:11:36.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.570581+0000 mon.smithi117 (mon.0) 213 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.570657+0000 mon.smithi117 (mon.0) 214 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.570723+0000 mon.smithi117 (mon.0) 215 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.570793+0000 mon.smithi117 (mon.0) 216 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.570884+0000 mon.smithi117 (mon.0) 217 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.571083+0000 mon.smithi117 (mon.0) 218 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.571130+0000 mon.smithi117 (mon.0) 219 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.571227+0000 mon.smithi117 (mon.0) 220 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.571297+0000 mon.smithi117 (mon.0) 221 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.571362+0000 mon.smithi117 (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.571431+0000 mon.smithi117 (mon.0) 223 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.571498+0000 mon.smithi117 (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.571563+0000 mon.smithi117 (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.971433+0000 mon.smithi117 (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T17:11:36.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.971535+0000 mon.smithi117 (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.971608+0000 mon.smithi117 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.971680+0000 mon.smithi117 (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.971751+0000 mon.smithi117 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.971824+0000 mon.smithi117 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.972052+0000 mon.smithi117 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.972134+0000 mon.smithi117 (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.972239+0000 mon.smithi117 (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.972313+0000 mon.smithi117 (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.972383+0000 mon.smithi117 (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.972450+0000 mon.smithi117 (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.972517+0000 mon.smithi117 (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T17:11:36.408 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:35.972557+0000 mon.smithi117 (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T17:11:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.570430+0000 mon.smithi117 (mon.0) 211 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T17:11:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.570457+0000 mon.smithi117 (mon.0) 212 : cluster [INF] osd.2 failed (root=default,host=smithi117) (connection refused reported by osd.1) 2024-02-15T17:11:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.570581+0000 mon.smithi117 (mon.0) 213 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.570657+0000 mon.smithi117 (mon.0) 214 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.570723+0000 mon.smithi117 (mon.0) 215 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.570793+0000 mon.smithi117 (mon.0) 216 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.570884+0000 mon.smithi117 (mon.0) 217 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.571083+0000 mon.smithi117 (mon.0) 218 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.571130+0000 mon.smithi117 (mon.0) 219 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.571227+0000 mon.smithi117 (mon.0) 220 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.571297+0000 mon.smithi117 (mon.0) 221 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.571362+0000 mon.smithi117 (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.571431+0000 mon.smithi117 (mon.0) 223 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.571498+0000 mon.smithi117 (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.571563+0000 mon.smithi117 (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.971433+0000 mon.smithi117 (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T17:11:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.971535+0000 mon.smithi117 (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.971608+0000 mon.smithi117 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.971680+0000 mon.smithi117 (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.971751+0000 mon.smithi117 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.971824+0000 mon.smithi117 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.972052+0000 mon.smithi117 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.972134+0000 mon.smithi117 (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.972239+0000 mon.smithi117 (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.972313+0000 mon.smithi117 (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.972383+0000 mon.smithi117 (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.972450+0000 mon.smithi117 (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.972517+0000 mon.smithi117 (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T17:11:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:35.972557+0000 mon.smithi117 (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T17:11:37.370 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:36.062757+0000 mgr.smithi117.jviopl (mgr.14726) 114 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:11:37.371 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:36.221015+0000 mon.smithi117 (mon.0) 240 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:11:37.371 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:36.242162+0000 mon.smithi117 (mon.0) 241 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-15T17:11:37.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:36.062757+0000 mgr.smithi117.jviopl (mgr.14726) 114 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:11:37.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:36.221015+0000 mon.smithi117 (mon.0) 240 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:11:37.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:36.242162+0000 mon.smithi117 (mon.0) 241 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-15T17:11:38.155 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:37 smithi117 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.2.service: Succeeded. 2024-02-15T17:11:38.155 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:37 smithi117 systemd[1]: Stopped Ceph osd.2 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:11:38.155 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:37 smithi117 systemd[1]: Starting Ceph osd.2 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:11:38.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:37.230605+0000 mon.smithi117 (mon.0) 242 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-15T17:11:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:37.230605+0000 mon.smithi117 (mon.0) 242 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-15T17:11:39.136 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:38 smithi117 bash[85199]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T17:11:39.136 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:38 smithi117 bash[85199]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-15T17:11:39.136 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:38 smithi117 bash[85199]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-02-15T17:11:39.136 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:38 smithi117 bash[85199]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-15T17:11:39.137 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:38 smithi117 bash[85199]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-15T17:11:39.137 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:38 smithi117 bash[85199]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-15T17:11:39.137 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:38 smithi117 bash[85199]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-15T17:11:39.137 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:38 smithi117 bash[85199]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-15T17:11:39.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:38.063189+0000 mgr.smithi117.jviopl (mgr.14726) 115 : cluster [DBG] pgmap v80: 129 pgs: 5 peering, 8 stale+active+clean, 116 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T17:11:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:38.063189+0000 mgr.smithi117.jviopl (mgr.14726) 115 : cluster [DBG] pgmap v80: 129 pgs: 5 peering, 8 stale+active+clean, 116 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T17:11:39.980 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:40.406 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-2[85471]: debug 2024-02-15T17:11:40.123+0000 7f01a4577700 1 -- 172.21.15.117:0/907490332 <== mon.0 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56515ee18680 con 0x56515eddf000 2024-02-15T17:11:40.406 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:40 smithi117 bash[85445]: 0fa62859b9b24d005cd8bc1ff183105a5f0c2101772b7afeaf0debb08c5f9d60 2024-02-15T17:11:40.406 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:40 smithi117 systemd[1]: Started Ceph osd.2 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:11:40.906 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-2[85471]: debug 2024-02-15T17:11:40.642+0000 7f01ac005380 -1 Falling back to public interface 2024-02-15T17:11:41.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:40.063762+0000 mgr.smithi117.jviopl (mgr.14726) 116 : cluster [DBG] pgmap v81: 129 pgs: 18 active+undersized+degraded, 5 peering, 10 active+undersized, 96 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 115/1452 objects degraded (7.920%) 2024-02-15T17:11:41.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:40.212977+0000 mon.smithi117 (mon.0) 243 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:41.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:40.213695+0000 mon.smithi117 (mon.0) 244 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:11:41.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:40.242797+0000 mon.smithi117 (mon.0) 245 : cluster [WRN] Health check failed: Degraded data redundancy: 115/1452 objects degraded (7.920%), 18 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:41.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:40.454881+0000 mon.smithi117 (mon.0) 246 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:40.063762+0000 mgr.smithi117.jviopl (mgr.14726) 116 : cluster [DBG] pgmap v81: 129 pgs: 18 active+undersized+degraded, 5 peering, 10 active+undersized, 96 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 115/1452 objects degraded (7.920%) 2024-02-15T17:11:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:40.212977+0000 mon.smithi117 (mon.0) 243 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:41.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:40.213695+0000 mon.smithi117 (mon.0) 244 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:11:41.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:40.242797+0000 mon.smithi117 (mon.0) 245 : cluster [WRN] Health check failed: Degraded data redundancy: 115/1452 objects degraded (7.920%), 18 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:41.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:40.454881+0000 mon.smithi117 (mon.0) 246 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:43.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:42.064344+0000 mgr.smithi117.jviopl (mgr.14726) 117 : cluster [DBG] pgmap v82: 129 pgs: 19 active+undersized+degraded, 14 active+undersized, 96 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 126/1452 objects degraded (8.678%) 2024-02-15T17:11:43.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:43.209561+0000 mon.smithi117 (mon.0) 247 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:42.064344+0000 mgr.smithi117.jviopl (mgr.14726) 117 : cluster [DBG] pgmap v82: 129 pgs: 19 active+undersized+degraded, 14 active+undersized, 96 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 126/1452 objects degraded (8.678%) 2024-02-15T17:11:43.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:43.209561+0000 mon.smithi117 (mon.0) 247 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:44.906 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-2[85471]: debug 2024-02-15T17:11:44.493+0000 7f01ac005380 -1 osd.2 77 log_to_monitors {default=true} 2024-02-15T17:11:45.025 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:45.566 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:11:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-2[85471]: debug 2024-02-15T17:11:45.229+0000 7f019cceb700 -1 osd.2 77 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T17:11:45.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:44.064972+0000 mgr.smithi117.jviopl (mgr.14726) 118 : cluster [DBG] pgmap v83: 129 pgs: 19 active+undersized+degraded, 14 active+undersized, 96 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 126/1452 objects degraded (8.678%) 2024-02-15T17:11:45.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:44.497972+0000 mon.smithi117 (mon.0) 248 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/2552342370,v1:172.21.15.117:6819/2552342370]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T17:11:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:44.064972+0000 mgr.smithi117.jviopl (mgr.14726) 118 : cluster [DBG] pgmap v83: 129 pgs: 19 active+undersized+degraded, 14 active+undersized, 96 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 126/1452 objects degraded (8.678%) 2024-02-15T17:11:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:44.497972+0000 mon.smithi117 (mon.0) 248 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/2552342370,v1:172.21.15.117:6819/2552342370]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T17:11:46.505 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:45.222888+0000 mon.smithi117 (mon.0) 249 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/2552342370,v1:172.21.15.117:6819/2552342370]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T17:11:46.505 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:45.222951+0000 mon.smithi117 (mon.0) 250 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-15T17:11:46.505 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:45.223330+0000 mon.smithi117 (mon.0) 251 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/2552342370,v1:172.21.15.117:6819/2552342370]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:11:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:45.222888+0000 mon.smithi117 (mon.0) 249 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/2552342370,v1:172.21.15.117:6819/2552342370]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T17:11:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:45.222951+0000 mon.smithi117 (mon.0) 250 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-15T17:11:46.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:45.223330+0000 mon.smithi117 (mon.0) 251 : audit [INF] from='osd.2 [v2:172.21.15.117:6818/2552342370,v1:172.21.15.117:6819/2552342370]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:11:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:46.065408+0000 mgr.smithi117.jviopl (mgr.14726) 119 : cluster [DBG] pgmap v85: 129 pgs: 19 active+undersized+degraded, 14 active+undersized, 96 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 231 B/s wr, 0 op/s; 126/1452 objects degraded (8.678%) 2024-02-15T17:11:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:46.221371+0000 mon.smithi117 (mon.0) 252 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:11:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:46.225748+0000 mon.smithi117 (mon.0) 253 : cluster [INF] osd.2 [v2:172.21.15.117:6818/2552342370,v1:172.21.15.117:6819/2552342370] boot 2024-02-15T17:11:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:46.225801+0000 mon.smithi117 (mon.0) 254 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-15T17:11:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:46.226826+0000 mon.smithi117 (mon.0) 255 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:11:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.007724+0000 mon.smithi117 (mon.0) 256 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:47.226572+0000 mon.smithi117 (mon.0) 257 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-15T17:11:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:46.065408+0000 mgr.smithi117.jviopl (mgr.14726) 119 : cluster [DBG] pgmap v85: 129 pgs: 19 active+undersized+degraded, 14 active+undersized, 96 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 231 B/s wr, 0 op/s; 126/1452 objects degraded (8.678%) 2024-02-15T17:11:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:46.221371+0000 mon.smithi117 (mon.0) 252 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:11:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:46.225748+0000 mon.smithi117 (mon.0) 253 : cluster [INF] osd.2 [v2:172.21.15.117:6818/2552342370,v1:172.21.15.117:6819/2552342370] boot 2024-02-15T17:11:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:46.225801+0000 mon.smithi117 (mon.0) 254 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-15T17:11:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:46.226826+0000 mon.smithi117 (mon.0) 255 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T17:11:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.007724+0000 mon.smithi117 (mon.0) 256 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:47.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:47.226572+0000 mon.smithi117 (mon.0) 257 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-15T17:11:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.328366+0000 mon.smithi117 (mon.0) 258 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:11:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.329253+0000 mon.smithi117 (mon.0) 259 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:11:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.333809+0000 mon.smithi117 (mon.0) 260 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:48.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.339784+0000 mon.smithi117 (mon.0) 261 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.342858+0000 mon.smithi117 (mon.0) 262 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:11:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.344912+0000 mon.smithi117 (mon.0) 263 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.346000+0000 mon.smithi117 (mon.0) 264 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.347077+0000 mon.smithi117 (mon.0) 265 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.348200+0000 mon.smithi117 (mon.0) 266 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T17:11:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:47.348328+0000 mgr.smithi117.jviopl (mgr.14726) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T17:11:48.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:11:47.348901+0000 mgr.smithi117.jviopl (mgr.14726) 121 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-02-15T17:11:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.328366+0000 mon.smithi117 (mon.0) 258 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:11:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.329253+0000 mon.smithi117 (mon.0) 259 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:11:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.333809+0000 mon.smithi117 (mon.0) 260 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.339784+0000 mon.smithi117 (mon.0) 261 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.342858+0000 mon.smithi117 (mon.0) 262 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:11:48.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.344912+0000 mon.smithi117 (mon.0) 263 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:48.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.346000+0000 mon.smithi117 (mon.0) 264 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:48.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.347077+0000 mon.smithi117 (mon.0) 265 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:11:48.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.348200+0000 mon.smithi117 (mon.0) 266 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T17:11:48.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:47.348328+0000 mgr.smithi117.jviopl (mgr.14726) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T17:11:48.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:11:47.348901+0000 mgr.smithi117.jviopl (mgr.14726) 121 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-02-15T17:11:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:48.065829+0000 mgr.smithi117.jviopl (mgr.14726) 122 : cluster [DBG] pgmap v88: 129 pgs: 3 peering, 18 active+undersized+degraded, 12 active+undersized, 96 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 115/1452 objects degraded (7.920%) 2024-02-15T17:11:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:48.291889+0000 mon.smithi117 (mon.0) 267 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:48.338409+0000 mon.smithi117 (mon.0) 268 : cluster [WRN] Health check update: Degraded data redundancy: 115/1452 objects degraded (7.920%), 18 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:48.065829+0000 mgr.smithi117.jviopl (mgr.14726) 122 : cluster [DBG] pgmap v88: 129 pgs: 3 peering, 18 active+undersized+degraded, 12 active+undersized, 96 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 115/1452 objects degraded (7.920%) 2024-02-15T17:11:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:48.291889+0000 mon.smithi117 (mon.0) 267 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:48.338409+0000 mon.smithi117 (mon.0) 268 : cluster [WRN] Health check update: Degraded data redundancy: 115/1452 objects degraded (7.920%), 18 pgs degraded (PG_DEGRADED) 2024-02-15T17:11:50.069 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:50.066531+0000 mgr.smithi117.jviopl (mgr.14726) 123 : cluster [DBG] pgmap v89: 129 pgs: 3 peering, 5 active+undersized+degraded, 5 active+undersized, 116 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 25/1452 objects degraded (1.722%) 2024-02-15T17:11:51.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:50.066531+0000 mgr.smithi117.jviopl (mgr.14726) 123 : cluster [DBG] pgmap v89: 129 pgs: 3 peering, 5 active+undersized+degraded, 5 active+undersized, 116 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 25/1452 objects degraded (1.722%) 2024-02-15T17:11:52.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:52.295570+0000 mon.smithi117 (mon.0) 269 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/1452 objects degraded (1.722%), 5 pgs degraded) 2024-02-15T17:11:52.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:52.295620+0000 mon.smithi117 (mon.0) 270 : cluster [INF] Cluster is now healthy 2024-02-15T17:11:52.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:52.295570+0000 mon.smithi117 (mon.0) 269 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/1452 objects degraded (1.722%), 5 pgs degraded) 2024-02-15T17:11:52.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:52.295620+0000 mon.smithi117 (mon.0) 270 : cluster [INF] Cluster is now healthy 2024-02-15T17:11:53.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:52.067208+0000 mgr.smithi117.jviopl (mgr.14726) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 149 B/s rd, 299 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:11:53.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:52.067208+0000 mgr.smithi117.jviopl (mgr.14726) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 149 B/s rd, 299 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:11:55.109 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:11:55.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:54.068010+0000 mgr.smithi117.jviopl (mgr.14726) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:11:55.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:54.068010+0000 mgr.smithi117.jviopl (mgr.14726) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:11:57.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:56.068412+0000 mgr.smithi117.jviopl (mgr.14726) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 208 B/s rd, 312 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:11:57.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:56.068412+0000 mgr.smithi117.jviopl (mgr.14726) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 208 B/s rd, 312 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:11:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:11:58.069153+0000 mgr.smithi117.jviopl (mgr.14726) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 283 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:11:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:58.210565+0000 mon.smithi117 (mon.0) 271 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:11:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:11:58.306173+0000 mon.smithi117 (mon.0) 272 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:11:58.069153+0000 mgr.smithi117.jviopl (mgr.14726) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 283 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:11:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:58.210565+0000 mon.smithi117 (mon.0) 271 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:11:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:11:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:11:58.306173+0000 mon.smithi117 (mon.0) 272 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:00.145 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:01.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:00.069858+0000 mgr.smithi117.jviopl (mgr.14726) 128 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:00.069858+0000 mgr.smithi117.jviopl (mgr.14726) 128 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:03.113 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:12:03.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:02.070540+0000 mgr.smithi117.jviopl (mgr.14726) 129 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:03.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:02.364419+0000 mon.smithi117 (mon.0) 273 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T17:12:03.510 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:02.364636+0000 mgr.smithi117.jviopl (mgr.14726) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T17:12:03.510 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:12:02.365776+0000 mgr.smithi117.jviopl (mgr.14726) 131 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-15T17:12:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:02.070540+0000 mgr.smithi117.jviopl (mgr.14726) 129 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:02.364419+0000 mon.smithi117 (mon.0) 273 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T17:12:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:02.364636+0000 mgr.smithi117.jviopl (mgr.14726) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T17:12:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:12:02.365776+0000 mgr.smithi117.jviopl (mgr.14726) 131 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (9m) 16s ago 11m 21.9M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (109s) 16s ago 11m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (104s) 100s ago 10m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (9m) 16s ago 11m 33.6M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (5m) 16s ago 5m 38.6M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (5m) 100s ago 5m 13.5M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (2m) 16s ago 12m 435M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (2m) 100s ago 10m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (2m) 16s ago 13m 45.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (2m) 100s ago 10m 27.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:12:03.718 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (3m) 16s ago 3m 76.6M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (3m) 100s ago 3m 50.6M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (10m) 16s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (10m) 100s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (87s) 16s ago 9m 113M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (55s) 16s ago 9m 100M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (24s) 16s ago 8m 13.5M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (8m) 16s ago 8m 334M 1944M 16.2.5 6933c2a0b7dd 40cb9a79ed32 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (8m) 100s ago 8m 360M 2712M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (7m) 100s ago 7m 374M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (7m) 100s ago 7m 306M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (7m) 100s ago 7m 455M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:12:03.719 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (2m) 16s ago 10m 59.9M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:12:04.068 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:12:04.068 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:12:04.068 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:12:04.068 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:12:04.069 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:12:04.376 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:12:04.376 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:12:04.376 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:12:04.376 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:12:04.376 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:12:04.376 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:12:04.376 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:12:04.376 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:12:04.377 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:12:04.377 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "9/23 daemons upgraded", 2024-02-15T17:12:04.377 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T17:12:04.377 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:12:04.377 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:12:04.475 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:03.099658+0000 mgr.smithi117.jviopl (mgr.14726) 132 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:04.475 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:03.408658+0000 mgr.smithi117.jviopl (mgr.14726) 133 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:04.475 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:03.709351+0000 mgr.smithi117.jviopl (mgr.14726) 134 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:04.475 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:03.974079+0000 mon.smithi117 (mon.0) 274 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:04.475 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:03.974779+0000 mon.smithi117 (mon.0) 275 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T17:12:04.475 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:03.975260+0000 mon.smithi117 (mon.0) 276 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:12:04.475 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:04.068666+0000 mon.smithi117 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.117:0/873923765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:03.099658+0000 mgr.smithi117.jviopl (mgr.14726) 132 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:03.408658+0000 mgr.smithi117.jviopl (mgr.14726) 133 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:03.709351+0000 mgr.smithi117.jviopl (mgr.14726) 134 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:03.974079+0000 mon.smithi117 (mon.0) 274 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:03.974779+0000 mon.smithi117 (mon.0) 275 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T17:12:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:03.975260+0000 mon.smithi117 (mon.0) 276 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:12:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:04.068666+0000 mon.smithi117 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.117:0/873923765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:05.185 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:05.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:12:03.969999+0000 mgr.smithi117.jviopl (mgr.14726) 135 : cephadm [INF] Upgrade: Updating osd.3 2024-02-15T17:12:05.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:12:03.976262+0000 mgr.smithi117.jviopl (mgr.14726) 136 : cephadm [INF] Deploying daemon osd.3 on smithi117 2024-02-15T17:12:05.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:04.071102+0000 mgr.smithi117.jviopl (mgr.14726) 137 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:05.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:04.376279+0000 mgr.smithi117.jviopl (mgr.14726) 138 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:12:03.969999+0000 mgr.smithi117.jviopl (mgr.14726) 135 : cephadm [INF] Upgrade: Updating osd.3 2024-02-15T17:12:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:12:03.976262+0000 mgr.smithi117.jviopl (mgr.14726) 136 : cephadm [INF] Deploying daemon osd.3 on smithi117 2024-02-15T17:12:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:04.071102+0000 mgr.smithi117.jviopl (mgr.14726) 137 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:05.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:04.376279+0000 mgr.smithi117.jviopl (mgr.14726) 138 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:07.120 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:06 smithi117 systemd[1]: Stopping Ceph osd.3 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:12:07.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:06.071488+0000 mgr.smithi117.jviopl (mgr.14726) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:12:07.406 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.3[55314]: debug 2024-02-15T17:12:07.118+0000 7f2331f7b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:12:07.406 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.3[55314]: debug 2024-02-15T17:12:07.118+0000 7f2331f7b700 -1 osd.3 82 *** Got signal Terminated *** 2024-02-15T17:12:07.406 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.3[55314]: debug 2024-02-15T17:12:07.118+0000 7f2331f7b700 -1 osd.3 82 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:12:07.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:06.071488+0000 mgr.smithi117.jviopl (mgr.14726) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:12:07.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:07 smithi117 bash[87339]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.3 2024-02-15T17:12:08.549 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.231779+0000 mon.smithi117 (mon.0) 278 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.549 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.231807+0000 mon.smithi117 (mon.0) 279 : cluster [INF] osd.3 failed (root=default,host=smithi117) (connection refused reported by osd.5) 2024-02-15T17:12:08.549 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388296+0000 mon.smithi117 (mon.0) 280 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T17:12:08.549 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388429+0000 mon.smithi117 (mon.0) 281 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T17:12:08.549 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388511+0000 mon.smithi117 (mon.0) 282 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T17:12:08.549 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388585+0000 mon.smithi117 (mon.0) 283 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T17:12:08.549 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388657+0000 mon.smithi117 (mon.0) 284 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388728+0000 mon.smithi117 (mon.0) 285 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388806+0000 mon.smithi117 (mon.0) 286 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388891+0000 mon.smithi117 (mon.0) 287 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.388959+0000 mon.smithi117 (mon.0) 288 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.389032+0000 mon.smithi117 (mon.0) 289 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.389112+0000 mon.smithi117 (mon.0) 290 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.389189+0000 mon.smithi117 (mon.0) 291 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.389257+0000 mon.smithi117 (mon.0) 292 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.389324+0000 mon.smithi117 (mon.0) 293 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789069+0000 mon.smithi117 (mon.0) 294 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789161+0000 mon.smithi117 (mon.0) 295 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789244+0000 mon.smithi117 (mon.0) 296 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789331+0000 mon.smithi117 (mon.0) 297 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T17:12:08.550 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789505+0000 mon.smithi117 (mon.0) 298 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789557+0000 mon.smithi117 (mon.0) 299 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789663+0000 mon.smithi117 (mon.0) 300 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789714+0000 mon.smithi117 (mon.0) 301 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789824+0000 mon.smithi117 (mon.0) 302 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789876+0000 mon.smithi117 (mon.0) 303 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.789973+0000 mon.smithi117 (mon.0) 304 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.790051+0000 mon.smithi117 (mon.0) 305 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.790138+0000 mon.smithi117 (mon.0) 306 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T17:12:08.551 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:07.790188+0000 mon.smithi117 (mon.0) 307 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T17:12:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.231779+0000 mon.smithi117 (mon.0) 278 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.231807+0000 mon.smithi117 (mon.0) 279 : cluster [INF] osd.3 failed (root=default,host=smithi117) (connection refused reported by osd.5) 2024-02-15T17:12:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388296+0000 mon.smithi117 (mon.0) 280 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388429+0000 mon.smithi117 (mon.0) 281 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388511+0000 mon.smithi117 (mon.0) 282 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388585+0000 mon.smithi117 (mon.0) 283 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388657+0000 mon.smithi117 (mon.0) 284 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388728+0000 mon.smithi117 (mon.0) 285 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388806+0000 mon.smithi117 (mon.0) 286 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388891+0000 mon.smithi117 (mon.0) 287 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.388959+0000 mon.smithi117 (mon.0) 288 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.389032+0000 mon.smithi117 (mon.0) 289 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.389112+0000 mon.smithi117 (mon.0) 290 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.389189+0000 mon.smithi117 (mon.0) 291 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.389257+0000 mon.smithi117 (mon.0) 292 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.389324+0000 mon.smithi117 (mon.0) 293 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T17:12:08.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789069+0000 mon.smithi117 (mon.0) 294 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789161+0000 mon.smithi117 (mon.0) 295 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789244+0000 mon.smithi117 (mon.0) 296 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789331+0000 mon.smithi117 (mon.0) 297 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789505+0000 mon.smithi117 (mon.0) 298 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789557+0000 mon.smithi117 (mon.0) 299 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789663+0000 mon.smithi117 (mon.0) 300 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789714+0000 mon.smithi117 (mon.0) 301 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789824+0000 mon.smithi117 (mon.0) 302 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789876+0000 mon.smithi117 (mon.0) 303 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.789973+0000 mon.smithi117 (mon.0) 304 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.790051+0000 mon.smithi117 (mon.0) 305 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.790138+0000 mon.smithi117 (mon.0) 306 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T17:12:08.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:07.790188+0000 mon.smithi117 (mon.0) 307 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T17:12:09.247 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:08.071845+0000 mgr.smithi117.jviopl (mgr.14726) 140 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:09.247 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:08.225228+0000 mon.smithi117 (mon.0) 308 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:12:09.247 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:08.233269+0000 mon.smithi117 (mon.0) 309 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-15T17:12:09.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:08.071845+0000 mgr.smithi117.jviopl (mgr.14726) 140 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:09.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:08.225228+0000 mon.smithi117 (mon.0) 308 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:12:09.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:08.233269+0000 mon.smithi117 (mon.0) 309 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-15T17:12:09.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:09 smithi117 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.3.service: Succeeded. 2024-02-15T17:12:09.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:09 smithi117 systemd[1]: Stopped Ceph osd.3 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:12:09.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:09 smithi117 systemd[1]: Starting Ceph osd.3 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:12:10.224 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:10.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:09.233102+0000 mon.smithi117 (mon.0) 310 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-15T17:12:10.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:09.233102+0000 mon.smithi117 (mon.0) 310 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-15T17:12:10.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:10 smithi117 bash[87642]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T17:12:10.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:10 smithi117 bash[87642]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-15T17:12:10.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:10 smithi117 bash[87642]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-02-15T17:12:10.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:10 smithi117 bash[87642]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-15T17:12:10.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:10 smithi117 bash[87642]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-15T17:12:10.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:10 smithi117 bash[87642]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-15T17:12:10.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:10 smithi117 bash[87642]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-15T17:12:10.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:10 smithi117 bash[87642]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-15T17:12:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:10.072200+0000 mgr.smithi117.jviopl (mgr.14726) 141 : cluster [DBG] pgmap v101: 129 pgs: 35 peering, 5 stale+active+clean, 89 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-15T17:12:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:10.231376+0000 mon.smithi117 (mon.0) 311 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 11 pgs peering (PG_AVAILABILITY) 2024-02-15T17:12:11.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:10.072200+0000 mgr.smithi117.jviopl (mgr.14726) 141 : cluster [DBG] pgmap v101: 129 pgs: 35 peering, 5 stale+active+clean, 89 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-15T17:12:11.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:10.231376+0000 mon.smithi117 (mon.0) 311 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 11 pgs peering (PG_AVAILABILITY) 2024-02-15T17:12:12.156 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-3[87925]: debug 2024-02-15T17:12:11.841+0000 7f63d350e700 1 -- 172.21.15.117:0/321286979 <== mon.0 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56102b0ba680 con 0x56102b081000 2024-02-15T17:12:12.156 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:11 smithi117 bash[87910]: c51746d285aa13259d668a1a41941782da7986dc3ca69909c30f174422b1c92f 2024-02-15T17:12:12.156 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:11 smithi117 systemd[1]: Started Ceph osd.3 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:12:12.656 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-3[87925]: debug 2024-02-15T17:12:12.366+0000 7f63daf9c380 -1 Falling back to public interface 2024-02-15T17:12:12.990 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:11.986813+0000 mon.smithi117 (mon.0) 312 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:12.990 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:11.987616+0000 mon.smithi117 (mon.0) 313 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:12:12.990 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:12.072704+0000 mgr.smithi117.jviopl (mgr.14726) 142 : cluster [DBG] pgmap v102: 129 pgs: 11 active+undersized+degraded, 35 peering, 4 active+undersized, 79 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 62/1452 objects degraded (4.270%) 2024-02-15T17:12:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:11.986813+0000 mon.smithi117 (mon.0) 312 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:11.987616+0000 mon.smithi117 (mon.0) 313 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:12:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:12.072704+0000 mgr.smithi117.jviopl (mgr.14726) 142 : cluster [DBG] pgmap v102: 129 pgs: 11 active+undersized+degraded, 35 peering, 4 active+undersized, 79 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 62/1452 objects degraded (4.270%) 2024-02-15T17:12:14.399 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:12.984933+0000 mon.smithi117 (mon.0) 314 : cluster [WRN] Health check failed: Degraded data redundancy: 62/1452 objects degraded (4.270%), 11 pgs degraded (PG_DEGRADED) 2024-02-15T17:12:14.399 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:13.210046+0000 mon.smithi117 (mon.0) 315 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:14.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:12.984933+0000 mon.smithi117 (mon.0) 314 : cluster [WRN] Health check failed: Degraded data redundancy: 62/1452 objects degraded (4.270%), 11 pgs degraded (PG_DEGRADED) 2024-02-15T17:12:14.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:13.210046+0000 mon.smithi117 (mon.0) 315 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:15.274 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:15.319 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:14.073425+0000 mgr.smithi117.jviopl (mgr.14726) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 170/1452 objects degraded (11.708%) 2024-02-15T17:12:15.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:14.073425+0000 mgr.smithi117.jviopl (mgr.14726) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 170/1452 objects degraded (11.708%) 2024-02-15T17:12:16.399 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:14.990831+0000 mon.smithi117 (mon.0) 316 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 11 pgs peering) 2024-02-15T17:12:16.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:14.990831+0000 mon.smithi117 (mon.0) 316 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 11 pgs peering) 2024-02-15T17:12:17.004 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-3[87925]: debug 2024-02-15T17:12:16.686+0000 7f63daf9c380 -1 osd.3 82 log_to_monitors {default=true} 2024-02-15T17:12:17.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:16.073946+0000 mgr.smithi117.jviopl (mgr.14726) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 170/1452 objects degraded (11.708%) 2024-02-15T17:12:17.351 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:16.690551+0000 mon.smithi117 (mon.0) 317 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/1515885875,v1:172.21.15.117:6827/1515885875]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T17:12:17.406 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:12:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-3[87925]: debug 2024-02-15T17:12:17.017+0000 7f63cbc82700 -1 osd.3 82 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T17:12:17.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:16.073946+0000 mgr.smithi117.jviopl (mgr.14726) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 321 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 170/1452 objects degraded (11.708%) 2024-02-15T17:12:17.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:16.690551+0000 mon.smithi117 (mon.0) 317 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/1515885875,v1:172.21.15.117:6827/1515885875]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T17:12:18.281 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:17.007519+0000 mon.smithi117 (mon.0) 318 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/1515885875,v1:172.21.15.117:6827/1515885875]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T17:12:18.282 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:17.007573+0000 mon.smithi117 (mon.0) 319 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-15T17:12:18.282 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:17.008003+0000 mon.smithi117 (mon.0) 320 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/1515885875,v1:172.21.15.117:6827/1515885875]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:12:18.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:17.007519+0000 mon.smithi117 (mon.0) 318 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/1515885875,v1:172.21.15.117:6827/1515885875]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T17:12:18.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:17.007573+0000 mon.smithi117 (mon.0) 319 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-15T17:12:18.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:17.008003+0000 mon.smithi117 (mon.0) 320 : audit [INF] from='osd.3 [v2:172.21.15.117:6826/1515885875,v1:172.21.15.117:6827/1515885875]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-15T17:12:19.025 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:18.003029+0000 mon.smithi117 (mon.0) 321 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:12:19.025 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:18.008903+0000 mon.smithi117 (mon.0) 322 : cluster [INF] osd.3 [v2:172.21.15.117:6826/1515885875,v1:172.21.15.117:6827/1515885875] boot 2024-02-15T17:12:19.025 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:18.008952+0000 mon.smithi117 (mon.0) 323 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-15T17:12:19.025 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.009372+0000 mon.smithi117 (mon.0) 324 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:12:19.025 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:18.074458+0000 mgr.smithi117.jviopl (mgr.14726) 145 : cluster [DBG] pgmap v107: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 170/1452 objects degraded (11.708%) 2024-02-15T17:12:19.025 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.701995+0000 mon.smithi117 (mon.0) 325 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:19.025 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.702790+0000 mon.smithi117 (mon.0) 326 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:12:19.025 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.703380+0000 mon.smithi117 (mon.0) 327 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.709233+0000 mon.smithi117 (mon.0) 328 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.716011+0000 mon.smithi117 (mon.0) 329 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.718714+0000 mon.smithi117 (mon.0) 330 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.720545+0000 mon.smithi117 (mon.0) 331 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.721548+0000 mon.smithi117 (mon.0) 332 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.722489+0000 mon.smithi117 (mon.0) 333 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.723481+0000 mon.smithi117 (mon.0) 334 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:18.723602+0000 mgr.smithi117.jviopl (mgr.14726) 146 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T17:12:19.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:12:18.724187+0000 mgr.smithi117.jviopl (mgr.14726) 147 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T17:12:19.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:18.003029+0000 mon.smithi117 (mon.0) 321 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:12:19.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:18.008903+0000 mon.smithi117 (mon.0) 322 : cluster [INF] osd.3 [v2:172.21.15.117:6826/1515885875,v1:172.21.15.117:6827/1515885875] boot 2024-02-15T17:12:19.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:18.008952+0000 mon.smithi117 (mon.0) 323 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.009372+0000 mon.smithi117 (mon.0) 324 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:18.074458+0000 mgr.smithi117.jviopl (mgr.14726) 145 : cluster [DBG] pgmap v107: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 170/1452 objects degraded (11.708%) 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.701995+0000 mon.smithi117 (mon.0) 325 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.702790+0000 mon.smithi117 (mon.0) 326 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.703380+0000 mon.smithi117 (mon.0) 327 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.709233+0000 mon.smithi117 (mon.0) 328 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.716011+0000 mon.smithi117 (mon.0) 329 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.718714+0000 mon.smithi117 (mon.0) 330 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.720545+0000 mon.smithi117 (mon.0) 331 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.721548+0000 mon.smithi117 (mon.0) 332 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.722489+0000 mon.smithi117 (mon.0) 333 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.723481+0000 mon.smithi117 (mon.0) 334 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:18.723602+0000 mgr.smithi117.jviopl (mgr.14726) 146 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T17:12:19.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:12:18.724187+0000 mgr.smithi117.jviopl (mgr.14726) 147 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T17:12:20.319 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:20.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:19.026257+0000 mon.smithi117 (mon.0) 335 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-15T17:12:20.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:19.026257+0000 mon.smithi117 (mon.0) 335 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-15T17:12:21.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:20.075176+0000 mgr.smithi117.jviopl (mgr.14726) 148 : cluster [DBG] pgmap v109: 129 pgs: 11 activating, 7 peering, 21 active+undersized+degraded, 9 active+undersized, 81 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 109/1452 objects degraded (7.507%) 2024-02-15T17:12:21.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:20.157680+0000 mon.smithi117 (mon.0) 336 : cluster [WRN] Health check update: Degraded data redundancy: 170/1452 objects degraded (11.708%), 30 pgs degraded (PG_DEGRADED) 2024-02-15T17:12:21.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:20.075176+0000 mgr.smithi117.jviopl (mgr.14726) 148 : cluster [DBG] pgmap v109: 129 pgs: 11 activating, 7 peering, 21 active+undersized+degraded, 9 active+undersized, 81 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 109/1452 objects degraded (7.507%) 2024-02-15T17:12:21.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:20.157680+0000 mon.smithi117 (mon.0) 336 : cluster [WRN] Health check update: Degraded data redundancy: 170/1452 objects degraded (11.708%), 30 pgs degraded (PG_DEGRADED) 2024-02-15T17:12:22.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:22.126782+0000 mon.smithi117 (mon.0) 337 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 109/1452 objects degraded (7.507%), 21 pgs degraded) 2024-02-15T17:12:22.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:22.126820+0000 mon.smithi117 (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-02-15T17:12:22.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:22.126782+0000 mon.smithi117 (mon.0) 337 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 109/1452 objects degraded (7.507%), 21 pgs degraded) 2024-02-15T17:12:22.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:22.126820+0000 mon.smithi117 (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-02-15T17:12:23.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:22.075968+0000 mgr.smithi117.jviopl (mgr.14726) 149 : cluster [DBG] pgmap v110: 129 pgs: 11 activating, 7 peering, 111 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 170 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:23.509 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:22.075968+0000 mgr.smithi117.jviopl (mgr.14726) 149 : cluster [DBG] pgmap v110: 129 pgs: 11 activating, 7 peering, 111 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 170 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:25.360 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:25.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:24.076757+0000 mgr.smithi117.jviopl (mgr.14726) 150 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 144 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:25.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:24.076757+0000 mgr.smithi117.jviopl (mgr.14726) 150 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 144 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:27.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:26.077387+0000 mgr.smithi117.jviopl (mgr.14726) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 253 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:26.077387+0000 mgr.smithi117.jviopl (mgr.14726) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 253 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:29.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:28.078055+0000 mgr.smithi117.jviopl (mgr.14726) 152 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.5 KiB/s rd, 204 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:29.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:28.210697+0000 mon.smithi117 (mon.0) 339 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:28.078055+0000 mgr.smithi117.jviopl (mgr.14726) 152 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.5 KiB/s rd, 204 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:28.210697+0000 mon.smithi117 (mon.0) 339 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:30.411 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:30.078784+0000 mgr.smithi117.jviopl (mgr.14726) 153 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 185 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:30.078784+0000 mgr.smithi117.jviopl (mgr.14726) 153 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 185 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:33.510 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:32.079350+0000 mgr.smithi117.jviopl (mgr.14726) 154 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:33.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:32.079350+0000 mgr.smithi117.jviopl (mgr.14726) 154 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 255 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:34.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:33.325381+0000 mon.smithi117 (mon.0) 340 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:34.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:33.731722+0000 mon.smithi117 (mon.0) 341 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T17:12:34.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:33.731925+0000 mgr.smithi117.jviopl (mgr.14726) 155 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T17:12:34.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:12:33.733215+0000 mgr.smithi117.jviopl (mgr.14726) 156 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-15T17:12:34.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:33.325381+0000 mon.smithi117 (mon.0) 340 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:34.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:33.731722+0000 mon.smithi117 (mon.0) 341 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T17:12:34.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:33.731925+0000 mgr.smithi117.jviopl (mgr.14726) 155 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T17:12:34.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:12:33.733215+0000 mgr.smithi117.jviopl (mgr.14726) 156 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-15T17:12:34.691 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:12:35.271 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:12:35.271 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (10m) 16s ago 11m 21.9M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (2m) 16s ago 11m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (2m) 2m ago 11m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (10m) 16s ago 11m 33.6M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (6m) 16s ago 6m 38.5M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (6m) 2m ago 6m 13.5M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (3m) 16s ago 13m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (2m) 2m ago 11m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (2m) 16s ago 13m 48.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (2m) 2m ago 10m 27.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (3m) 16s ago 3m 79.2M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (3m) 2m ago 3m 50.6M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (11m) 16s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:12:35.272 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (10m) 2m ago 10m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (119s) 16s ago 10m 113M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (87s) 16s ago 9m 101M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (55s) 16s ago 9m 80.5M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (23s) 16s ago 9m 10.4M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (8m) 2m ago 8m 360M 2712M 16.2.5 6933c2a0b7dd 8fca9cb0ff11 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (8m) 2m ago 8m 374M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (8m) 2m ago 8m 306M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (7m) 2m ago 7m 455M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:12:35.273 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (3m) 16s ago 11m 60.0M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:12:35.441 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:12:35.621 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:12:35.622 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:12:35.622 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8, 2024-02-15T17:12:35.622 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-15T17:12:35.622 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:12:35.622 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:12:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:34.079945+0000 mgr.smithi117.jviopl (mgr.14726) 157 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:34.679292+0000 mgr.smithi117.jviopl (mgr.14726) 158 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:35.245900+0000 mon.smithi117 (mon.0) 342 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:35.246621+0000 mon.smithi117 (mon.0) 343 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T17:12:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:35.247141+0000 mon.smithi117 (mon.0) 344 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:12:35.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:34.079945+0000 mgr.smithi117.jviopl (mgr.14726) 157 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:35.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:34.679292+0000 mgr.smithi117.jviopl (mgr.14726) 158 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:35.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:35.245900+0000 mon.smithi117 (mon.0) 342 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:35.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:35.246621+0000 mon.smithi117 (mon.0) 343 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T17:12:35.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:35.247141+0000 mon.smithi117 (mon.0) 344 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:12:35.914 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:12:35.914 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "10/23 daemons upgraded", 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:12:35.915 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:12:36.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:34.968242+0000 mgr.smithi117.jviopl (mgr.14726) 159 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:36.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:12:35.242144+0000 mgr.smithi117.jviopl (mgr.14726) 160 : cephadm [INF] Upgrade: Updating osd.4 2024-02-15T17:12:36.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:12:35.248156+0000 mgr.smithi117.jviopl (mgr.14726) 161 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-02-15T17:12:36.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:35.263039+0000 mgr.smithi117.jviopl (mgr.14726) 162 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:36.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:35.621270+0000 mon.smithi117 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.117:0/2381588068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:36.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:34.968242+0000 mgr.smithi117.jviopl (mgr.14726) 159 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:36.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:12:35.242144+0000 mgr.smithi117.jviopl (mgr.14726) 160 : cephadm [INF] Upgrade: Updating osd.4 2024-02-15T17:12:36.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:12:35.248156+0000 mgr.smithi117.jviopl (mgr.14726) 161 : cephadm [INF] Deploying daemon osd.4 on smithi169 2024-02-15T17:12:36.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:35.263039+0000 mgr.smithi117.jviopl (mgr.14726) 162 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:36.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:35.621270+0000 mon.smithi117 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.117:0/2381588068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:37.568 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:35.914643+0000 mgr.smithi117.jviopl (mgr.14726) 163 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:37.568 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:36.080459+0000 mgr.smithi117.jviopl (mgr.14726) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:12:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:35.914643+0000 mgr.smithi117.jviopl (mgr.14726) 163 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:12:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:36.080459+0000 mgr.smithi117.jviopl (mgr.14726) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:12:38.104 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:37 smithi169 systemd[1]: Stopping Ceph osd.4 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:12:38.448 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4[40245]: debug 2024-02-15T17:12:38.103+0000 7fe226999700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:12:38.448 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4[40245]: debug 2024-02-15T17:12:38.103+0000 7fe226999700 -1 osd.4 87 *** Got signal Terminated *** 2024-02-15T17:12:38.448 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4[40245]: debug 2024-02-15T17:12:38.103+0000 7fe226999700 -1 osd.4 87 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:12:38.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:38 smithi169 bash[59129]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4 2024-02-15T17:12:38.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:38 smithi169 bash[59182]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4 2024-02-15T17:12:39.614 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.080958+0000 mgr.smithi117.jviopl (mgr.14726) 165 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:39.614 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.377230+0000 mon.smithi117 (mon.0) 346 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.377308+0000 mon.smithi117 (mon.0) 347 : cluster [INF] osd.4 failed (root=default,host=smithi169) (connection refused reported by osd.7) 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.377421+0000 mon.smithi117 (mon.0) 348 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.377696+0000 mon.smithi117 (mon.0) 349 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.377756+0000 mon.smithi117 (mon.0) 350 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.377888+0000 mon.smithi117 (mon.0) 351 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.377937+0000 mon.smithi117 (mon.0) 352 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.378052+0000 mon.smithi117 (mon.0) 353 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.378120+0000 mon.smithi117 (mon.0) 354 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.378243+0000 mon.smithi117 (mon.0) 355 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.378336+0000 mon.smithi117 (mon.0) 356 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.378476+0000 mon.smithi117 (mon.0) 357 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.378523+0000 mon.smithi117 (mon.0) 358 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.378639+0000 mon.smithi117 (mon.0) 359 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.378684+0000 mon.smithi117 (mon.0) 360 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T17:12:39.615 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.778433+0000 mon.smithi117 (mon.0) 361 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.778622+0000 mon.smithi117 (mon.0) 362 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.778767+0000 mon.smithi117 (mon.0) 363 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.778907+0000 mon.smithi117 (mon.0) 364 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.779056+0000 mon.smithi117 (mon.0) 365 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.779211+0000 mon.smithi117 (mon.0) 366 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.779354+0000 mon.smithi117 (mon.0) 367 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.779502+0000 mon.smithi117 (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.779629+0000 mon.smithi117 (mon.0) 369 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.779773+0000 mon.smithi117 (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.779920+0000 mon.smithi117 (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.780055+0000 mon.smithi117 (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.780209+0000 mon.smithi117 (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:38.780348+0000 mon.smithi117 (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T17:12:39.616 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:39.233202+0000 mon.smithi117 (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.080958+0000 mgr.smithi117.jviopl (mgr.14726) 165 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.377230+0000 mon.smithi117 (mon.0) 346 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.377308+0000 mon.smithi117 (mon.0) 347 : cluster [INF] osd.4 failed (root=default,host=smithi169) (connection refused reported by osd.7) 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.377421+0000 mon.smithi117 (mon.0) 348 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.377696+0000 mon.smithi117 (mon.0) 349 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.377756+0000 mon.smithi117 (mon.0) 350 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.377888+0000 mon.smithi117 (mon.0) 351 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.377937+0000 mon.smithi117 (mon.0) 352 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.378052+0000 mon.smithi117 (mon.0) 353 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.378120+0000 mon.smithi117 (mon.0) 354 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.378243+0000 mon.smithi117 (mon.0) 355 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.378336+0000 mon.smithi117 (mon.0) 356 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.378476+0000 mon.smithi117 (mon.0) 357 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.378523+0000 mon.smithi117 (mon.0) 358 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T17:12:39.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.378639+0000 mon.smithi117 (mon.0) 359 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.378684+0000 mon.smithi117 (mon.0) 360 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.778433+0000 mon.smithi117 (mon.0) 361 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.778622+0000 mon.smithi117 (mon.0) 362 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.778767+0000 mon.smithi117 (mon.0) 363 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.778907+0000 mon.smithi117 (mon.0) 364 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.779056+0000 mon.smithi117 (mon.0) 365 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.779211+0000 mon.smithi117 (mon.0) 366 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.779354+0000 mon.smithi117 (mon.0) 367 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.779502+0000 mon.smithi117 (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.779629+0000 mon.smithi117 (mon.0) 369 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.779773+0000 mon.smithi117 (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.779920+0000 mon.smithi117 (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T17:12:39.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.780055+0000 mon.smithi117 (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T17:12:39.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.780209+0000 mon.smithi117 (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T17:12:39.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:38.780348+0000 mon.smithi117 (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T17:12:39.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:39.233202+0000 mon.smithi117 (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T17:12:40.397 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:39.347738+0000 mon.smithi117 (mon.0) 376 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:12:40.397 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:39.356010+0000 mon.smithi117 (mon.0) 377 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-15T17:12:40.481 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:40.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:39.347738+0000 mon.smithi117 (mon.0) 376 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:12:40.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:39.356010+0000 mon.smithi117 (mon.0) 377 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-15T17:12:41.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:40 smithi169 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.4.service: Succeeded. 2024-02-15T17:12:41.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:40 smithi169 systemd[1]: Stopped Ceph osd.4 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:12:41.199 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:40 smithi169 systemd[1]: Starting Ceph osd.4 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:12:41.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:40.081554+0000 mgr.smithi117.jviopl (mgr.14726) 166 : cluster [DBG] pgmap v120: 129 pgs: 18 stale+active+clean, 111 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T17:12:41.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:40.358910+0000 mon.smithi117 (mon.0) 378 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-15T17:12:41.686 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:40.081554+0000 mgr.smithi117.jviopl (mgr.14726) 166 : cluster [DBG] pgmap v120: 129 pgs: 18 stale+active+clean, 111 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T17:12:41.687 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:40.358910+0000 mon.smithi117 (mon.0) 378 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-15T17:12:41.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:41 smithi169 bash[59439]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T17:12:41.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:41 smithi169 bash[59439]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-15T17:12:41.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:41 smithi169 bash[59439]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-02-15T17:12:41.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:41 smithi169 bash[59439]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-15T17:12:41.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:41 smithi169 bash[59439]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-15T17:12:41.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:41 smithi169 bash[59439]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-15T17:12:41.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:41 smithi169 bash[59439]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-15T17:12:41.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:41 smithi169 bash[59439]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-15T17:12:42.694 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:42.358301+0000 mon.smithi117 (mon.0) 379 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-02-15T17:12:42.694 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:42.358356+0000 mon.smithi117 (mon.0) 380 : cluster [WRN] Health check failed: Degraded data redundancy: 66/1452 objects degraded (4.545%), 10 pgs degraded (PG_DEGRADED) 2024-02-15T17:12:42.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:42.358301+0000 mon.smithi117 (mon.0) 379 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-02-15T17:12:42.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:42.358356+0000 mon.smithi117 (mon.0) 380 : cluster [WRN] Health check failed: Degraded data redundancy: 66/1452 objects degraded (4.545%), 10 pgs degraded (PG_DEGRADED) 2024-02-15T17:12:43.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:12:42.795+0000 7f4451827700 1 -- 172.21.15.169:0/842094386 <== mon.1 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e531d9e680 con 0x55e531d65000 2024-02-15T17:12:43.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:42 smithi169 bash[59678]: 351be50158bc087b2ec7afb175f09b22dfa34d64b5a5209cf2dbf35557c718d6 2024-02-15T17:12:43.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:42 smithi169 systemd[1]: Started Ceph osd.4 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:12:43.661 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:12:43.312+0000 7f44592b5380 -1 Falling back to public interface 2024-02-15T17:12:43.662 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:42.082395+0000 mgr.smithi117.jviopl (mgr.14726) 167 : cluster [DBG] pgmap v122: 129 pgs: 10 active+undersized+degraded, 3 peering, 9 stale+active+clean, 7 active+undersized, 100 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 66/1452 objects degraded (4.545%) 2024-02-15T17:12:43.662 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:42.944597+0000 mon.smithi117 (mon.0) 381 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:43.662 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:42.945505+0000 mon.smithi117 (mon.0) 382 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:12:43.662 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:43.211791+0000 mon.smithi117 (mon.0) 383 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:43.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:42.082395+0000 mgr.smithi117.jviopl (mgr.14726) 167 : cluster [DBG] pgmap v122: 129 pgs: 10 active+undersized+degraded, 3 peering, 9 stale+active+clean, 7 active+undersized, 100 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 66/1452 objects degraded (4.545%) 2024-02-15T17:12:43.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:42.944597+0000 mon.smithi117 (mon.0) 381 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:43.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:42.945505+0000 mon.smithi117 (mon.0) 382 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:12:43.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:43.211791+0000 mon.smithi117 (mon.0) 383 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:45.512 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:44.083337+0000 mgr.smithi117.jviopl (mgr.14726) 168 : cluster [DBG] pgmap v123: 129 pgs: 30 active+undersized+degraded, 3 peering, 24 active+undersized, 72 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 235/1452 objects degraded (16.185%) 2024-02-15T17:12:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:44.083337+0000 mgr.smithi117.jviopl (mgr.14726) 168 : cluster [DBG] pgmap v123: 129 pgs: 30 active+undersized+degraded, 3 peering, 24 active+undersized, 72 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 235/1452 objects degraded (16.185%) 2024-02-15T17:12:46.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:46.416511+0000 mon.smithi117 (mon.0) 384 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T17:12:46.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:46.416511+0000 mon.smithi117 (mon.0) 384 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T17:12:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:46.084022+0000 mgr.smithi117.jviopl (mgr.14726) 169 : cluster [DBG] pgmap v124: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 247/1452 objects degraded (17.011%) 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.048383+0000 mon.smithi117 (mon.0) 385 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.376629+0000 mon.smithi117 (mon.0) 386 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.377456+0000 mon.smithi117 (mon.0) 387 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.382686+0000 mon.smithi117 (mon.0) 388 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.389603+0000 mon.smithi117 (mon.0) 389 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.392903+0000 mon.smithi117 (mon.0) 390 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.395291+0000 mon.smithi117 (mon.0) 391 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.396544+0000 mon.smithi117 (mon.0) 392 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.397777+0000 mon.smithi117 (mon.0) 393 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:47.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.399193+0000 mon.smithi117 (mon.0) 394 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:46.084022+0000 mgr.smithi117.jviopl (mgr.14726) 169 : cluster [DBG] pgmap v124: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 247/1452 objects degraded (17.011%) 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.048383+0000 mon.smithi117 (mon.0) 385 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.376629+0000 mon.smithi117 (mon.0) 386 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.377456+0000 mon.smithi117 (mon.0) 387 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.382686+0000 mon.smithi117 (mon.0) 388 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.389603+0000 mon.smithi117 (mon.0) 389 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.392903+0000 mon.smithi117 (mon.0) 390 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.395291+0000 mon.smithi117 (mon.0) 391 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.396544+0000 mon.smithi117 (mon.0) 392 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.397777+0000 mon.smithi117 (mon.0) 393 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:12:47.689 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.399193+0000 mon.smithi117 (mon.0) 394 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T17:12:47.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:12:47.688+0000 7f44592b5380 -1 osd.4 87 log_to_monitors {default=true} 2024-02-15T17:12:48.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.399347+0000 mgr.smithi117.jviopl (mgr.14726) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T17:12:48.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:12:47.400053+0000 mgr.smithi117.jviopl (mgr.14726) 171 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-15T17:12:48.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.692098+0000 mon.smithi169 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/3308198853,v1:172.21.15.169:6801/3308198853]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T17:12:48.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:47.692741+0000 mon.smithi117 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T17:12:48.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:12:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:12:48.494+0000 7f4449f9b700 -1 osd.4 87 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T17:12:48.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.399347+0000 mgr.smithi117.jviopl (mgr.14726) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T17:12:48.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:12:47.400053+0000 mgr.smithi117.jviopl (mgr.14726) 171 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-15T17:12:48.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.692098+0000 mon.smithi169 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/3308198853,v1:172.21.15.169:6801/3308198853]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T17:12:48.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:47.692741+0000 mon.smithi117 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T17:12:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:48.084691+0000 mgr.smithi117.jviopl (mgr.14726) 172 : cluster [DBG] pgmap v125: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s; 247/1452 objects degraded (17.011%) 2024-02-15T17:12:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:48.477798+0000 mon.smithi117 (mon.0) 396 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T17:12:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:48.477865+0000 mon.smithi117 (mon.0) 397 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-15T17:12:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:48.479437+0000 mon.smithi169 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/3308198853,v1:172.21.15.169:6801/3308198853]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:12:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:48.479898+0000 mon.smithi117 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:12:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:48.084691+0000 mgr.smithi117.jviopl (mgr.14726) 172 : cluster [DBG] pgmap v125: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 321 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s; 247/1452 objects degraded (17.011%) 2024-02-15T17:12:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:48.477798+0000 mon.smithi117 (mon.0) 396 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T17:12:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:48.477865+0000 mon.smithi117 (mon.0) 397 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-15T17:12:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:48.479437+0000 mon.smithi169 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.169:6800/3308198853,v1:172.21.15.169:6801/3308198853]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:12:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:48.479898+0000 mon.smithi117 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:12:50.692 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:49.475477+0000 mon.smithi117 (mon.0) 399 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:12:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:49.478742+0000 mon.smithi117 (mon.0) 400 : cluster [INF] osd.4 [v2:172.21.15.169:6800/3308198853,v1:172.21.15.169:6801/3308198853] boot 2024-02-15T17:12:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:49.478770+0000 mon.smithi117 (mon.0) 401 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-15T17:12:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:49.479103+0000 mon.smithi117 (mon.0) 402 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:12:50.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:50.163982+0000 mon.smithi117 (mon.0) 403 : cluster [WRN] Health check update: Degraded data redundancy: 247/1452 objects degraded (17.011%), 32 pgs degraded (PG_DEGRADED) 2024-02-15T17:12:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:49.475477+0000 mon.smithi117 (mon.0) 399 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:12:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:49.478742+0000 mon.smithi117 (mon.0) 400 : cluster [INF] osd.4 [v2:172.21.15.169:6800/3308198853,v1:172.21.15.169:6801/3308198853] boot 2024-02-15T17:12:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:49.478770+0000 mon.smithi117 (mon.0) 401 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-15T17:12:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:49.479103+0000 mon.smithi117 (mon.0) 402 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T17:12:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:50.163982+0000 mon.smithi117 (mon.0) 403 : cluster [WRN] Health check update: Degraded data redundancy: 247/1452 objects degraded (17.011%), 32 pgs degraded (PG_DEGRADED) 2024-02-15T17:12:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:50.085121+0000 mgr.smithi117.jviopl (mgr.14726) 173 : cluster [DBG] pgmap v128: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 247/1452 objects degraded (17.011%) 2024-02-15T17:12:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:50.484787+0000 mon.smithi117 (mon.0) 404 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-15T17:12:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:50.085121+0000 mgr.smithi117.jviopl (mgr.14726) 173 : cluster [DBG] pgmap v128: 129 pgs: 32 active+undersized+degraded, 25 active+undersized, 72 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 247/1452 objects degraded (17.011%) 2024-02-15T17:12:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:50.484787+0000 mon.smithi117 (mon.0) 404 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-15T17:12:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:52.085702+0000 mgr.smithi117.jviopl (mgr.14726) 174 : cluster [DBG] pgmap v130: 129 pgs: 1 peering, 23 active+undersized+degraded, 23 active+undersized, 82 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 187/1452 objects degraded (12.879%) 2024-02-15T17:12:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:53.340918+0000 mon.smithi117 (mon.0) 405 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:53.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:52.085702+0000 mgr.smithi117.jviopl (mgr.14726) 174 : cluster [DBG] pgmap v130: 129 pgs: 1 peering, 23 active+undersized+degraded, 23 active+undersized, 82 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 187/1452 objects degraded (12.879%) 2024-02-15T17:12:53.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:53.340918+0000 mon.smithi117 (mon.0) 405 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:54.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:54.507024+0000 mon.smithi117 (mon.0) 406 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 187/1452 objects degraded (12.879%), 23 pgs degraded) 2024-02-15T17:12:54.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:54.507081+0000 mon.smithi117 (mon.0) 407 : cluster [INF] Cluster is now healthy 2024-02-15T17:12:54.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:54.507024+0000 mon.smithi117 (mon.0) 406 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 187/1452 objects degraded (12.879%), 23 pgs degraded) 2024-02-15T17:12:54.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:54.507081+0000 mon.smithi117 (mon.0) 407 : cluster [INF] Cluster is now healthy 2024-02-15T17:12:55.735 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:12:55.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:54.086402+0000 mgr.smithi117.jviopl (mgr.14726) 175 : cluster [DBG] pgmap v131: 129 pgs: 1 peering, 128 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:55.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:54.086402+0000 mgr.smithi117.jviopl (mgr.14726) 175 : cluster [DBG] pgmap v131: 129 pgs: 1 peering, 128 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:12:57.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:56.086858+0000 mgr.smithi117.jviopl (mgr.14726) 176 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 269 B/s rd, 269 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:57.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:56.086858+0000 mgr.smithi117.jviopl (mgr.14726) 176 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 269 B/s rd, 269 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:12:58.087341+0000 mgr.smithi117.jviopl (mgr.14726) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:12:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:12:58.211907+0000 mon.smithi117 (mon.0) 408 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:12:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:12:58.087341+0000 mgr.smithi117.jviopl (mgr.14726) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:12:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:12:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:12:58.211907+0000 mon.smithi117 (mon.0) 408 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:00.771 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:01.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:00.087938+0000 mgr.smithi117.jviopl (mgr.14726) 178 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:13:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:00.087938+0000 mgr.smithi117.jviopl (mgr.14726) 178 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:13:03.510 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:02.088532+0000 mgr.smithi117.jviopl (mgr.14726) 179 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 352 B/s rd, 176 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:13:03.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:02.415571+0000 mon.smithi117 (mon.0) 409 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T17:13:03.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:02.415768+0000 mgr.smithi117.jviopl (mgr.14726) 180 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T17:13:03.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:02.416837+0000 mgr.smithi117.jviopl (mgr.14726) 181 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-15T17:13:03.584 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:02.088532+0000 mgr.smithi117.jviopl (mgr.14726) 179 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 352 B/s rd, 176 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:13:03.584 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:02.415571+0000 mon.smithi117 (mon.0) 409 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T17:13:03.585 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:02.415768+0000 mgr.smithi117.jviopl (mgr.14726) 180 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T17:13:03.585 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:02.416837+0000 mgr.smithi117.jviopl (mgr.14726) 181 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-15T17:13:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:03.354494+0000 mon.smithi117 (mon.0) 410 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:03.880479+0000 mon.smithi117 (mon.0) 411 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:04.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:03.881377+0000 mon.smithi117 (mon.0) 412 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T17:13:04.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:03.882067+0000 mon.smithi117 (mon.0) 413 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:13:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:03.354494+0000 mon.smithi117 (mon.0) 410 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:03.880479+0000 mon.smithi117 (mon.0) 411 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:03.881377+0000 mon.smithi117 (mon.0) 412 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T17:13:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:03.882067+0000 mon.smithi117 (mon.0) 413 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:13:05.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:03.875485+0000 mgr.smithi117.jviopl (mgr.14726) 182 : cephadm [INF] Upgrade: Updating osd.5 2024-02-15T17:13:05.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:03.883347+0000 mgr.smithi117.jviopl (mgr.14726) 183 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-02-15T17:13:05.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:04.089302+0000 mgr.smithi117.jviopl (mgr.14726) 184 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:13:05.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:03.875485+0000 mgr.smithi117.jviopl (mgr.14726) 182 : cephadm [INF] Upgrade: Updating osd.5 2024-02-15T17:13:05.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:03.883347+0000 mgr.smithi117.jviopl (mgr.14726) 183 : cephadm [INF] Deploying daemon osd.5 on smithi169 2024-02-15T17:13:05.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:04.089302+0000 mgr.smithi117.jviopl (mgr.14726) 184 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:13:05.809 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:06.225 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:13:06.792 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:06 smithi169 systemd[1]: Stopping Ceph osd.5 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (10m) 48s ago 12m 21.9M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (2m) 48s ago 12m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (2m) 19s ago 11m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (10m) 48s ago 12m 33.6M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (6m) 48s ago 6m 38.5M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (6m) 19s ago 6m 14.0M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (3m) 48s ago 13m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (3m) 19s ago 11m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:13:06.797 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (3m) 48s ago 14m 48.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (3m) 19s ago 11m 46.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (4m) 48s ago 4m 79.2M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (4m) 19s ago 4m 54.9M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (11m) 48s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (11m) 19s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (2m) 48s ago 10m 113M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (118s) 48s ago 10m 101M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (87s) 48s ago 10m 80.5M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (55s) 48s ago 9m 10.4M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (24s) 19s ago 9m 13.0M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 351be50158bc 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (9m) 19s ago 8m 374M 2712M 16.2.5 6933c2a0b7dd 835cfe59e61a 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (8m) 19s ago 8m 306M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (8m) 19s ago 8m 454M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:13:06.798 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (3m) 48s ago 11m 60.0M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:13:07.140 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:13:07.141 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:13:07.141 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:13:07.141 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:13:07.141 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 9, 2024-02-15T17:13:07.141 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-15T17:13:07.141 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:13:07.141 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:13:07.198 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5[43115]: debug 2024-02-15T17:13:06.790+0000 7fb97c9fd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:13:07.198 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5[43115]: debug 2024-02-15T17:13:06.790+0000 7fb97c9fd700 -1 osd.5 92 *** Got signal Terminated *** 2024-02-15T17:13:07.198 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5[43115]: debug 2024-02-15T17:13:06.790+0000 7fb97c9fd700 -1 osd.5 92 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:13:07.443 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:13:07.443 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:13:07.443 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:13:07.443 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:13:07.443 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:13:07.443 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:13:07.444 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:13:07.444 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:13:07.444 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:13:07.444 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "11/23 daemons upgraded", 2024-02-15T17:13:07.444 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T17:13:07.444 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:13:07.444 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:13:07.545 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:07 smithi169 bash[61072]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5 2024-02-15T17:13:07.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:06.089709+0000 mgr.smithi117.jviopl (mgr.14726) 185 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:13:07.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:06.213717+0000 mgr.smithi117.jviopl (mgr.14726) 186 : audit [DBG] from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:07.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:06.501303+0000 mgr.smithi117.jviopl (mgr.14726) 187 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:07.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:06.788560+0000 mgr.smithi117.jviopl (mgr.14726) 188 : audit [DBG] from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.076294+0000 mon.smithi117 (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.076332+0000 mon.smithi117 (mon.0) 415 : cluster [INF] osd.5 failed (root=default,host=smithi169) (connection refused reported by osd.6) 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.076418+0000 mon.smithi117 (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.076648+0000 mon.smithi117 (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.076768+0000 mon.smithi117 (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.076892+0000 mon.smithi117 (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.077019+0000 mon.smithi117 (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.077195+0000 mon.smithi117 (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.077321+0000 mon.smithi117 (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.077441+0000 mon.smithi117 (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.077559+0000 mon.smithi117 (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.077683+0000 mon.smithi117 (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.077809+0000 mon.smithi117 (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T17:13:07.546 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.077929+0000 mon.smithi117 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.078052+0000 mon.smithi117 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.100234+0000 mon.smithi117 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:07.140152+0000 mon.smithi117 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.117:0/473454044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.141067+0000 mon.smithi117 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.163035+0000 mon.smithi117 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.241827+0000 mon.smithi117 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.292101+0000 mon.smithi117 (mon.0) 434 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.301403+0000 mon.smithi117 (mon.0) 435 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T17:13:07.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.341439+0000 mon.smithi117 (mon.0) 436 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:06.089709+0000 mgr.smithi117.jviopl (mgr.14726) 185 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:06.213717+0000 mgr.smithi117.jviopl (mgr.14726) 186 : audit [DBG] from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:06.501303+0000 mgr.smithi117.jviopl (mgr.14726) 187 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:06.788560+0000 mgr.smithi117.jviopl (mgr.14726) 188 : audit [DBG] from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.076294+0000 mon.smithi117 (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.076332+0000 mon.smithi117 (mon.0) 415 : cluster [INF] osd.5 failed (root=default,host=smithi169) (connection refused reported by osd.6) 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.076418+0000 mon.smithi117 (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.076648+0000 mon.smithi117 (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.076768+0000 mon.smithi117 (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.076892+0000 mon.smithi117 (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.077019+0000 mon.smithi117 (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T17:13:07.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.077195+0000 mon.smithi117 (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.077321+0000 mon.smithi117 (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.077441+0000 mon.smithi117 (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.077559+0000 mon.smithi117 (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.077683+0000 mon.smithi117 (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.077809+0000 mon.smithi117 (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.077929+0000 mon.smithi117 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.078052+0000 mon.smithi117 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.100234+0000 mon.smithi117 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:07.140152+0000 mon.smithi117 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.117:0/473454044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.141067+0000 mon.smithi117 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.163035+0000 mon.smithi117 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.241827+0000 mon.smithi117 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.292101+0000 mon.smithi117 (mon.0) 434 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.301403+0000 mon.smithi117 (mon.0) 435 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T17:13:07.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.341439+0000 mon.smithi117 (mon.0) 436 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T17:13:07.948 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:07 smithi169 bash[61125]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5 2024-02-15T17:13:08.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.358495+0000 mon.smithi117 (mon.0) 437 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:13:08.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:07.365386+0000 mon.smithi117 (mon.0) 438 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-15T17:13:08.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:08 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:07.443479+0000 mgr.smithi117.jviopl (mgr.14726) 189 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.358495+0000 mon.smithi117 (mon.0) 437 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:13:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:07.365386+0000 mon.smithi117 (mon.0) 438 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-15T17:13:08.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:07.443479+0000 mgr.smithi117.jviopl (mgr.14726) 189 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:08.090210+0000 mgr.smithi117.jviopl (mgr.14726) 190 : cluster [DBG] pgmap v139: 129 pgs: 18 stale+active+clean, 111 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T17:13:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:08.377404+0000 mon.smithi117 (mon.0) 439 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-15T17:13:09.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:08.090210+0000 mgr.smithi117.jviopl (mgr.14726) 190 : cluster [DBG] pgmap v139: 129 pgs: 18 stale+active+clean, 111 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T17:13:09.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:08.377404+0000 mon.smithi117 (mon.0) 439 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-15T17:13:09.943 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:09 smithi169 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.5.service: Succeeded. 2024-02-15T17:13:09.943 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:09 smithi169 systemd[1]: Stopped Ceph osd.5 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:13:09.943 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:09 smithi169 systemd[1]: Starting Ceph osd.5 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:13:10.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:10 smithi169 bash[61388]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T17:13:10.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:10 smithi169 bash[61388]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-15T17:13:10.699 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:10 smithi169 bash[61388]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-02-15T17:13:10.699 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:10 smithi169 bash[61388]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-15T17:13:10.699 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:10 smithi169 bash[61388]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-15T17:13:10.699 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:10 smithi169 bash[61388]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-15T17:13:10.699 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:10 smithi169 bash[61388]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-15T17:13:10.699 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:10 smithi169 bash[61388]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-15T17:13:10.850 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:10.090985+0000 mgr.smithi117.jviopl (mgr.14726) 191 : cluster [DBG] pgmap v141: 129 pgs: 15 active+undersized+degraded, 6 stale+active+clean, 15 active+undersized, 93 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 105/1452 objects degraded (7.231%) 2024-02-15T17:13:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:10.374309+0000 mon.smithi117 (mon.0) 440 : cluster [WRN] Health check failed: Degraded data redundancy: 105/1452 objects degraded (7.231%), 15 pgs degraded (PG_DEGRADED) 2024-02-15T17:13:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:10.090985+0000 mgr.smithi117.jviopl (mgr.14726) 191 : cluster [DBG] pgmap v141: 129 pgs: 15 active+undersized+degraded, 6 stale+active+clean, 15 active+undersized, 93 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 105/1452 objects degraded (7.231%) 2024-02-15T17:13:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:10.374309+0000 mon.smithi117 (mon.0) 440 : cluster [WRN] Health check failed: Degraded data redundancy: 105/1452 objects degraded (7.231%), 15 pgs degraded (PG_DEGRADED) 2024-02-15T17:13:11.948 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:13:11.670+0000 7f71446aa700 1 -- 172.21.15.169:0/496967643 <== mon.1 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5590a0330680 con 0x5590a02f7000 2024-02-15T17:13:11.948 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:11 smithi169 bash[61664]: a2a4b24a634e7f429c933eb5604448746d46b9c4bfb6c380fc706dc286950aa6 2024-02-15T17:13:11.948 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:11 smithi169 systemd[1]: Started Ceph osd.5 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:13:12.448 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:13:12.189+0000 7f714c138380 -1 Falling back to public interface 2024-02-15T17:13:13.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:11.785841+0000 mon.smithi117 (mon.0) 441 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:13.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:11.786782+0000 mon.smithi117 (mon.0) 442 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:13:13.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:11.785841+0000 mon.smithi117 (mon.0) 441 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:13.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:11.786782+0000 mon.smithi117 (mon.0) 442 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:13:14.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:12.091568+0000 mgr.smithi117.jviopl (mgr.14726) 192 : cluster [DBG] pgmap v142: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 169/1452 objects degraded (11.639%) 2024-02-15T17:13:14.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:13.212547+0000 mon.smithi117 (mon.0) 443 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:14.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:12.091568+0000 mgr.smithi117.jviopl (mgr.14726) 192 : cluster [DBG] pgmap v142: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 169/1452 objects degraded (11.639%) 2024-02-15T17:13:14.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:13.212547+0000 mon.smithi117 (mon.0) 443 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:15.887 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:14.092352+0000 mgr.smithi117.jviopl (mgr.14726) 193 : cluster [DBG] pgmap v143: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 169/1452 objects degraded (11.639%) 2024-02-15T17:13:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.660957+0000 mon.smithi117 (mon.0) 444 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.661851+0000 mon.smithi117 (mon.0) 445 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:13:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.662625+0000 mon.smithi117 (mon.0) 446 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:13:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.670349+0000 mon.smithi117 (mon.0) 447 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.676917+0000 mon.smithi117 (mon.0) 448 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.680740+0000 mon.smithi117 (mon.0) 449 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:13:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.682967+0000 mon.smithi117 (mon.0) 450 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.684155+0000 mon.smithi117 (mon.0) 451 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.685376+0000 mon.smithi117 (mon.0) 452 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:15.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.686740+0000 mon.smithi117 (mon.0) 453 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T17:13:16.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:14.092352+0000 mgr.smithi117.jviopl (mgr.14726) 193 : cluster [DBG] pgmap v143: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 169/1452 objects degraded (11.639%) 2024-02-15T17:13:16.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.660957+0000 mon.smithi117 (mon.0) 444 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:16.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.661851+0000 mon.smithi117 (mon.0) 445 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:13:16.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.662625+0000 mon.smithi117 (mon.0) 446 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:13:16.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.670349+0000 mon.smithi117 (mon.0) 447 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:16.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.676917+0000 mon.smithi117 (mon.0) 448 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:16.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.680740+0000 mon.smithi117 (mon.0) 449 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:13:16.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.682967+0000 mon.smithi117 (mon.0) 450 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:16.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.684155+0000 mon.smithi117 (mon.0) 451 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:16.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.685376+0000 mon.smithi117 (mon.0) 452 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:16.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.686740+0000 mon.smithi117 (mon.0) 453 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T17:13:17.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:15.686897+0000 mgr.smithi117.jviopl (mgr.14726) 194 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T17:13:17.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:15.687661+0000 mgr.smithi117.jviopl (mgr.14726) 195 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T17:13:17.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:16.727991+0000 mon.smithi169 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/2831184620,v1:172.21.15.169:6809/2831184620]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T17:13:17.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:16.728470+0000 mon.smithi117 (mon.0) 454 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T17:13:17.198 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:13:16.724+0000 7f714c138380 -1 osd.5 92 log_to_monitors {default=true} 2024-02-15T17:13:17.198 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:13:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:13:16.813+0000 7f713ae1a700 -1 osd.5 92 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T17:13:17.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:15.686897+0000 mgr.smithi117.jviopl (mgr.14726) 194 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T17:13:17.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:15.687661+0000 mgr.smithi117.jviopl (mgr.14726) 195 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T17:13:17.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:16.727991+0000 mon.smithi169 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/2831184620,v1:172.21.15.169:6809/2831184620]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T17:13:17.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:16.728470+0000 mon.smithi117 (mon.0) 454 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T17:13:18.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:16.093016+0000 mgr.smithi117.jviopl (mgr.14726) 196 : cluster [DBG] pgmap v144: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 234 B/s wr, 0 op/s; 169/1452 objects degraded (11.639%) 2024-02-15T17:13:18.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:16.801983+0000 mon.smithi117 (mon.0) 455 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T17:13:18.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:16.802047+0000 mon.smithi117 (mon.0) 456 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-15T17:13:18.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:16.802528+0000 mon.smithi169 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/2831184620,v1:172.21.15.169:6809/2831184620]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:13:18.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:16.802851+0000 mon.smithi117 (mon.0) 457 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:13:18.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:16.093016+0000 mgr.smithi117.jviopl (mgr.14726) 196 : cluster [DBG] pgmap v144: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 234 B/s wr, 0 op/s; 169/1452 objects degraded (11.639%) 2024-02-15T17:13:18.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:16.801983+0000 mon.smithi117 (mon.0) 455 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T17:13:18.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:16.802047+0000 mon.smithi117 (mon.0) 456 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-15T17:13:18.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:16.802528+0000 mon.smithi169 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.169:6808/2831184620,v1:172.21.15.169:6809/2831184620]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:13:18.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:16.802851+0000 mon.smithi117 (mon.0) 457 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:13:19.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:17.798664+0000 mon.smithi117 (mon.0) 458 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:13:19.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:17.805608+0000 mon.smithi117 (mon.0) 459 : cluster [INF] osd.5 [v2:172.21.15.169:6808/2831184620,v1:172.21.15.169:6809/2831184620] boot 2024-02-15T17:13:19.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:17.805662+0000 mon.smithi117 (mon.0) 460 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-02-15T17:13:19.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:17.807336+0000 mon.smithi117 (mon.0) 461 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:13:19.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:18.804605+0000 mon.smithi117 (mon.0) 462 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-15T17:13:19.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:17.798664+0000 mon.smithi117 (mon.0) 458 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:13:19.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:17.805608+0000 mon.smithi117 (mon.0) 459 : cluster [INF] osd.5 [v2:172.21.15.169:6808/2831184620,v1:172.21.15.169:6809/2831184620] boot 2024-02-15T17:13:19.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:17.805662+0000 mon.smithi117 (mon.0) 460 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-02-15T17:13:19.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:17.807336+0000 mon.smithi117 (mon.0) 461 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T17:13:19.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:18.804605+0000 mon.smithi117 (mon.0) 462 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-15T17:13:20.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:18.093496+0000 mgr.smithi117.jviopl (mgr.14726) 197 : cluster [DBG] pgmap v147: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 169/1452 objects degraded (11.639%) 2024-02-15T17:13:20.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:18.093496+0000 mgr.smithi117.jviopl (mgr.14726) 197 : cluster [DBG] pgmap v147: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 169/1452 objects degraded (11.639%) 2024-02-15T17:13:20.936 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:21.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:20.170119+0000 mon.smithi117 (mon.0) 463 : cluster [WRN] Health check update: Degraded data redundancy: 169/1452 objects degraded (11.639%), 24 pgs degraded (PG_DEGRADED) 2024-02-15T17:13:21.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:20.170119+0000 mon.smithi117 (mon.0) 463 : cluster [WRN] Health check update: Degraded data redundancy: 169/1452 objects degraded (11.639%), 24 pgs degraded (PG_DEGRADED) 2024-02-15T17:13:22.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:20.094240+0000 mgr.smithi117.jviopl (mgr.14726) 198 : cluster [DBG] pgmap v149: 129 pgs: 9 peering, 15 active+undersized+degraded, 13 active+undersized, 92 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 107/1452 objects degraded (7.369%) 2024-02-15T17:13:22.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:20.094240+0000 mgr.smithi117.jviopl (mgr.14726) 198 : cluster [DBG] pgmap v149: 129 pgs: 9 peering, 15 active+undersized+degraded, 13 active+undersized, 92 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 107/1452 objects degraded (7.369%) 2024-02-15T17:13:23.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:22.094859+0000 mgr.smithi117.jviopl (mgr.14726) 199 : cluster [DBG] pgmap v150: 129 pgs: 9 peering, 120 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:13:23.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:22.832301+0000 mon.smithi117 (mon.0) 464 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 107/1452 objects degraded (7.369%), 15 pgs degraded) 2024-02-15T17:13:23.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:22.832356+0000 mon.smithi117 (mon.0) 465 : cluster [INF] Cluster is now healthy 2024-02-15T17:13:23.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:22.094859+0000 mgr.smithi117.jviopl (mgr.14726) 199 : cluster [DBG] pgmap v150: 129 pgs: 9 peering, 120 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:13:23.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:22.832301+0000 mon.smithi117 (mon.0) 464 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 107/1452 objects degraded (7.369%), 15 pgs degraded) 2024-02-15T17:13:23.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:22.832356+0000 mon.smithi117 (mon.0) 465 : cluster [INF] Cluster is now healthy 2024-02-15T17:13:25.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:24.095556+0000 mgr.smithi117.jviopl (mgr.14726) 200 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 280 B/s rd, 140 B/s wr, 0 op/s 2024-02-15T17:13:25.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:24.095556+0000 mgr.smithi117.jviopl (mgr.14726) 200 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 280 B/s rd, 140 B/s wr, 0 op/s 2024-02-15T17:13:25.982 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:27.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:26.096022+0000 mgr.smithi117.jviopl (mgr.14726) 201 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-02-15T17:13:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:26.096022+0000 mgr.smithi117.jviopl (mgr.14726) 201 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-02-15T17:13:29.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:28.096564+0000 mgr.smithi117.jviopl (mgr.14726) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T17:13:29.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:28.212053+0000 mon.smithi117 (mon.0) 466 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:28.096564+0000 mgr.smithi117.jviopl (mgr.14726) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T17:13:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:28.212053+0000 mon.smithi117 (mon.0) 466 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:31.017 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:31.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:30.097408+0000 mgr.smithi117.jviopl (mgr.14726) 203 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 181 B/s rd, 181 B/s wr, 0 op/s 2024-02-15T17:13:31.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:30.703182+0000 mon.smithi117 (mon.0) 467 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T17:13:31.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:30.703376+0000 mgr.smithi117.jviopl (mgr.14726) 204 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T17:13:31.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:30.704423+0000 mgr.smithi117.jviopl (mgr.14726) 205 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-15T17:13:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:30.097408+0000 mgr.smithi117.jviopl (mgr.14726) 203 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 181 B/s rd, 181 B/s wr, 0 op/s 2024-02-15T17:13:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:30.703182+0000 mon.smithi117 (mon.0) 467 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T17:13:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:30.703376+0000 mgr.smithi117.jviopl (mgr.14726) 204 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T17:13:31.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:30.704423+0000 mgr.smithi117.jviopl (mgr.14726) 205 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-15T17:13:33.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:32.098159+0000 mgr.smithi117.jviopl (mgr.14726) 206 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:13:33.511 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:32.211225+0000 mgr.smithi117.jviopl (mgr.14726) 207 : cephadm [INF] Upgrade: Updating osd.6 2024-02-15T17:13:33.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:32.215994+0000 mon.smithi117 (mon.0) 468 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:33.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:32.217052+0000 mon.smithi117 (mon.0) 469 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T17:13:33.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:32.219340+0000 mon.smithi117 (mon.0) 470 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:13:33.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:32.220712+0000 mgr.smithi117.jviopl (mgr.14726) 208 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-02-15T17:13:33.547 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:32.098159+0000 mgr.smithi117.jviopl (mgr.14726) 206 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:13:33.548 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:32.211225+0000 mgr.smithi117.jviopl (mgr.14726) 207 : cephadm [INF] Upgrade: Updating osd.6 2024-02-15T17:13:33.548 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:32.215994+0000 mon.smithi117 (mon.0) 468 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:33.548 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:32.217052+0000 mon.smithi117 (mon.0) 469 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T17:13:33.548 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:32.219340+0000 mon.smithi117 (mon.0) 470 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:13:33.548 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:32.220712+0000 mgr.smithi117.jviopl (mgr.14726) 208 : cephadm [INF] Deploying daemon osd.6 on smithi169 2024-02-15T17:13:34.582 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:33.372056+0000 mon.smithi117 (mon.0) 471 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:34.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:33.372056+0000 mon.smithi117 (mon.0) 471 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:35.198 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:35 smithi169 systemd[1]: Stopping Ceph osd.6 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:13:35.545 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:34.098724+0000 mgr.smithi117.jviopl (mgr.14726) 209 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:13:35.546 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6[45996]: debug 2024-02-15T17:13:35.210+0000 7fb7f8a46700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:13:35.546 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6[45996]: debug 2024-02-15T17:13:35.210+0000 7fb7f8a46700 -1 osd.6 97 *** Got signal Terminated *** 2024-02-15T17:13:35.546 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6[45996]: debug 2024-02-15T17:13:35.210+0000 7fb7f8a46700 -1 osd.6 97 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:13:35.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:34.098724+0000 mgr.smithi117.jviopl (mgr.14726) 209 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:13:35.831 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:35 smithi169 bash[63008]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6 2024-02-15T17:13:35.831 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:35 smithi169 bash[63062]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6 2024-02-15T17:13:36.056 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:36.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.472828+0000 mon.smithi117 (mon.0) 472 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.472864+0000 mon.smithi117 (mon.0) 473 : cluster [INF] osd.6 failed (root=default,host=smithi169) (connection refused reported by osd.2) 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473036+0000 mon.smithi117 (mon.0) 474 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473174+0000 mon.smithi117 (mon.0) 475 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473351+0000 mon.smithi117 (mon.0) 476 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473496+0000 mon.smithi117 (mon.0) 477 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473599+0000 mon.smithi117 (mon.0) 478 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473686+0000 mon.smithi117 (mon.0) 479 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473782+0000 mon.smithi117 (mon.0) 480 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473873+0000 mon.smithi117 (mon.0) 481 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.473991+0000 mon.smithi117 (mon.0) 482 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.474082+0000 mon.smithi117 (mon.0) 483 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.474183+0000 mon.smithi117 (mon.0) 484 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T17:13:36.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.474304+0000 mon.smithi117 (mon.0) 485 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.474434+0000 mon.smithi117 (mon.0) 486 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.874225+0000 mon.smithi117 (mon.0) 487 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.874367+0000 mon.smithi117 (mon.0) 488 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.874648+0000 mon.smithi117 (mon.0) 489 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.874787+0000 mon.smithi117 (mon.0) 490 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.874883+0000 mon.smithi117 (mon.0) 491 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.874968+0000 mon.smithi117 (mon.0) 492 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.875061+0000 mon.smithi117 (mon.0) 493 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.875201+0000 mon.smithi117 (mon.0) 494 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.875344+0000 mon.smithi117 (mon.0) 495 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.875436+0000 mon.smithi117 (mon.0) 496 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.875528+0000 mon.smithi117 (mon.0) 497 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.875612+0000 mon.smithi117 (mon.0) 498 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.875743+0000 mon.smithi117 (mon.0) 499 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T17:13:36.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:35.875903+0000 mon.smithi117 (mon.0) 500 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T17:13:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.472828+0000 mon.smithi117 (mon.0) 472 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T17:13:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.472864+0000 mon.smithi117 (mon.0) 473 : cluster [INF] osd.6 failed (root=default,host=smithi169) (connection refused reported by osd.2) 2024-02-15T17:13:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473036+0000 mon.smithi117 (mon.0) 474 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T17:13:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473174+0000 mon.smithi117 (mon.0) 475 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T17:13:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473351+0000 mon.smithi117 (mon.0) 476 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T17:13:36.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473496+0000 mon.smithi117 (mon.0) 477 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473599+0000 mon.smithi117 (mon.0) 478 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473686+0000 mon.smithi117 (mon.0) 479 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473782+0000 mon.smithi117 (mon.0) 480 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473873+0000 mon.smithi117 (mon.0) 481 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.473991+0000 mon.smithi117 (mon.0) 482 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.474082+0000 mon.smithi117 (mon.0) 483 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.474183+0000 mon.smithi117 (mon.0) 484 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.474304+0000 mon.smithi117 (mon.0) 485 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.474434+0000 mon.smithi117 (mon.0) 486 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.874225+0000 mon.smithi117 (mon.0) 487 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.874367+0000 mon.smithi117 (mon.0) 488 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.874648+0000 mon.smithi117 (mon.0) 489 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T17:13:36.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.874787+0000 mon.smithi117 (mon.0) 490 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.874883+0000 mon.smithi117 (mon.0) 491 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.874968+0000 mon.smithi117 (mon.0) 492 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.875061+0000 mon.smithi117 (mon.0) 493 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.875201+0000 mon.smithi117 (mon.0) 494 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.875344+0000 mon.smithi117 (mon.0) 495 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.875436+0000 mon.smithi117 (mon.0) 496 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.875528+0000 mon.smithi117 (mon.0) 497 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.875612+0000 mon.smithi117 (mon.0) 498 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.875743+0000 mon.smithi117 (mon.0) 499 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T17:13:36.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:35.875903+0000 mon.smithi117 (mon.0) 500 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T17:13:37.609 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:36.099319+0000 mgr.smithi117.jviopl (mgr.14726) 210 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:13:37.609 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:36.377858+0000 mon.smithi117 (mon.0) 501 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:13:37.609 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:36.387906+0000 mon.smithi117 (mon.0) 502 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-15T17:13:37.609 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:37 smithi169 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.6.service: Succeeded. 2024-02-15T17:13:37.609 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:37 smithi169 systemd[1]: Stopped Ceph osd.6 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:13:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:36.099319+0000 mgr.smithi117.jviopl (mgr.14726) 210 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:13:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:36.377858+0000 mon.smithi117 (mon.0) 501 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:13:37.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:36.387906+0000 mon.smithi117 (mon.0) 502 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-15T17:13:37.751 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:13:37.914 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:37 smithi169 systemd[1]: Starting Ceph osd.6 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:13:38.313 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:13:38.313 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (11m) 79s ago 13m 21.9M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:13:38.313 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (3m) 79s ago 12m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:13:38.313 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (3m) 22s ago 12m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:13:38.313 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (11m) 79s ago 12m 33.6M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (7m) 79s ago 7m 38.5M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (7m) 22s ago 7m 14.1M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (4m) 79s ago 14m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (3m) 22s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (3m) 79s ago 14m 48.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (3m) 22s ago 11m 49.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (4m) 79s ago 4m 79.2M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (4m) 22s ago 4m 54.9M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (12m) 79s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (11m) 22s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (3m) 79s ago 11m 113M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (2m) 79s ago 10m 101M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (118s) 79s ago 10m 80.5M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:13:38.314 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (86s) 79s ago 10m 10.4M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:13:38.315 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (55s) 22s ago 9m 118M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 351be50158bc 2024-02-15T17:13:38.315 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (27s) 22s ago 9m 11.5M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a2a4b24a634e 2024-02-15T17:13:38.315 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (9m) 22s ago 9m 306M 2712M 16.2.5 6933c2a0b7dd 0cc848a191d3 2024-02-15T17:13:38.315 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (8m) 22s ago 8m 454M 2712M 16.2.5 6933c2a0b7dd 31a63a0ee928 2024-02-15T17:13:38.315 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (4m) 79s ago 12m 60.0M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-15T17:13:38.655 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 10, 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:13:38.656 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:13:38.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:37.386831+0000 mon.smithi117 (mon.0) 503 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-15T17:13:38.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:37.739205+0000 mgr.smithi117.jviopl (mgr.14726) 211 : audit [DBG] from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:37.386831+0000 mon.smithi117 (mon.0) 503 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-15T17:13:38.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:37.739205+0000 mgr.smithi117.jviopl (mgr.14726) 211 : audit [DBG] from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:38.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:38 smithi169 bash[63321]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T17:13:38.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:38 smithi169 bash[63321]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-15T17:13:38.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:38 smithi169 bash[63321]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-02-15T17:13:38.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:38 smithi169 bash[63321]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-15T17:13:38.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:38 smithi169 bash[63321]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-15T17:13:38.699 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:38 smithi169 bash[63321]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-15T17:13:38.699 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:38 smithi169 bash[63321]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-15T17:13:38.699 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:38 smithi169 bash[63321]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-15T17:13:38.949 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:13:38.949 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:13:38.949 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "12/23 daemons upgraded", 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:13:38.950 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:13:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:38.025561+0000 mgr.smithi117.jviopl (mgr.14726) 212 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:38.099714+0000 mgr.smithi117.jviopl (mgr.14726) 213 : cluster [DBG] pgmap v160: 129 pgs: 16 peering, 10 stale+active+clean, 103 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:13:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:38.304885+0000 mgr.smithi117.jviopl (mgr.14726) 214 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:38.396423+0000 mon.smithi117 (mon.0) 504 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-02-15T17:13:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:38.655380+0000 mon.smithi117 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.117:0/3719877047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:39.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:13:39.636+0000 7f7083e2b700 1 -- 172.21.15.169:0/1028521441 <== mon.1 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558c8f6dc680 con 0x558c8f6a3400 2024-02-15T17:13:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:38.025561+0000 mgr.smithi117.jviopl (mgr.14726) 212 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:38.099714+0000 mgr.smithi117.jviopl (mgr.14726) 213 : cluster [DBG] pgmap v160: 129 pgs: 16 peering, 10 stale+active+clean, 103 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:13:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:38.304885+0000 mgr.smithi117.jviopl (mgr.14726) 214 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:39.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:38.396423+0000 mon.smithi117 (mon.0) 504 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-02-15T17:13:39.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:38.655380+0000 mon.smithi117 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.117:0/3719877047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:40.153 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:39 smithi169 bash[63559]: a929741cd6573efd331b935c9b75e3724c78543f5b88f3ae038979b94639f76d 2024-02-15T17:13:40.153 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:39 smithi169 systemd[1]: Started Ceph osd.6 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:13:40.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:13:40.152+0000 7f708b8b9380 -1 Falling back to public interface 2024-02-15T17:13:41.090 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:41.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:38.949691+0000 mgr.smithi117.jviopl (mgr.14726) 215 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:41.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:39.770074+0000 mon.smithi117 (mon.0) 506 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:41.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:40 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:39.770965+0000 mon.smithi117 (mon.0) 507 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:13:41.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:38.949691+0000 mgr.smithi117.jviopl (mgr.14726) 215 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:13:41.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:39.770074+0000 mon.smithi117 (mon.0) 506 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:41.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:39.770965+0000 mon.smithi117 (mon.0) 507 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:13:42.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:40.100345+0000 mgr.smithi117.jviopl (mgr.14726) 216 : cluster [DBG] pgmap v161: 129 pgs: 13 active+undersized+degraded, 16 peering, 2 stale+active+clean, 11 active+undersized, 87 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 88/1452 objects degraded (6.061%) 2024-02-15T17:13:42.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:40.768208+0000 mon.smithi117 (mon.0) 508 : cluster [WRN] Health check failed: Degraded data redundancy: 88/1452 objects degraded (6.061%), 13 pgs degraded (PG_DEGRADED) 2024-02-15T17:13:42.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:40.100345+0000 mgr.smithi117.jviopl (mgr.14726) 216 : cluster [DBG] pgmap v161: 129 pgs: 13 active+undersized+degraded, 16 peering, 2 stale+active+clean, 11 active+undersized, 87 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 88/1452 objects degraded (6.061%) 2024-02-15T17:13:42.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:40.768208+0000 mon.smithi117 (mon.0) 508 : cluster [WRN] Health check failed: Degraded data redundancy: 88/1452 objects degraded (6.061%), 13 pgs degraded (PG_DEGRADED) 2024-02-15T17:13:43.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:42.774791+0000 mon.smithi117 (mon.0) 509 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-02-15T17:13:43.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:42.774791+0000 mon.smithi117 (mon.0) 509 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-02-15T17:13:44.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:42.101052+0000 mgr.smithi117.jviopl (mgr.14726) 217 : cluster [DBG] pgmap v162: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 167/1452 objects degraded (11.501%) 2024-02-15T17:13:44.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.215007+0000 mon.smithi117 (mon.0) 510 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.769623+0000 mon.smithi117 (mon.0) 511 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.770522+0000 mon.smithi117 (mon.0) 512 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.771315+0000 mon.smithi117 (mon.0) 513 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.775776+0000 mon.smithi117 (mon.0) 514 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.781595+0000 mon.smithi117 (mon.0) 515 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.784933+0000 mon.smithi117 (mon.0) 516 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.787259+0000 mon.smithi117 (mon.0) 517 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.788561+0000 mon.smithi117 (mon.0) 518 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.789864+0000 mon.smithi117 (mon.0) 519 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:44.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.791265+0000 mon.smithi117 (mon.0) 520 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T17:13:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:42.101052+0000 mgr.smithi117.jviopl (mgr.14726) 217 : cluster [DBG] pgmap v162: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 167/1452 objects degraded (11.501%) 2024-02-15T17:13:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.215007+0000 mon.smithi117 (mon.0) 510 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.769623+0000 mon.smithi117 (mon.0) 511 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.770522+0000 mon.smithi117 (mon.0) 512 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:13:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.771315+0000 mon.smithi117 (mon.0) 513 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:13:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.775776+0000 mon.smithi117 (mon.0) 514 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.781595+0000 mon.smithi117 (mon.0) 515 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:44.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.784933+0000 mon.smithi117 (mon.0) 516 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:13:44.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.787259+0000 mon.smithi117 (mon.0) 517 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:44.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.788561+0000 mon.smithi117 (mon.0) 518 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:44.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.789864+0000 mon.smithi117 (mon.0) 519 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:13:44.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.791265+0000 mon.smithi117 (mon.0) 520 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T17:13:44.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:13:44.446+0000 7f708b8b9380 -1 osd.6 97 log_to_monitors {default=true} 2024-02-15T17:13:45.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:43.791428+0000 mgr.smithi117.jviopl (mgr.14726) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T17:13:45.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:43.792311+0000 mgr.smithi117.jviopl (mgr.14726) 219 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-15T17:13:45.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:44.450642+0000 mon.smithi169 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1024832947,v1:172.21.15.169:6817/1024832947]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T17:13:45.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:44.451070+0000 mon.smithi117 (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T17:13:45.198 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:13:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:13:44.855+0000 7f707b59d700 -1 osd.6 97 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T17:13:45.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:43.791428+0000 mgr.smithi117.jviopl (mgr.14726) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T17:13:45.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:43.792311+0000 mgr.smithi117.jviopl (mgr.14726) 219 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-15T17:13:45.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:44.450642+0000 mon.smithi169 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1024832947,v1:172.21.15.169:6817/1024832947]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T17:13:45.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:44.451070+0000 mon.smithi117 (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T17:13:45.850 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:44.101706+0000 mgr.smithi117.jviopl (mgr.14726) 220 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 167/1452 objects degraded (11.501%) 2024-02-15T17:13:45.850 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:44.841052+0000 mon.smithi117 (mon.0) 522 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T17:13:45.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:44.841124+0000 mon.smithi117 (mon.0) 523 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-15T17:13:45.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:44.844991+0000 mon.smithi169 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1024832947,v1:172.21.15.169:6817/1024832947]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:13:46.139 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:46.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:44.845594+0000 mon.smithi117 (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:13:46.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:44.101706+0000 mgr.smithi117.jviopl (mgr.14726) 220 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 321 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 167/1452 objects degraded (11.501%) 2024-02-15T17:13:46.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:44.841052+0000 mon.smithi117 (mon.0) 522 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T17:13:46.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:44.841124+0000 mon.smithi117 (mon.0) 523 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-15T17:13:46.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:44.844991+0000 mon.smithi169 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.169:6816/1024832947,v1:172.21.15.169:6817/1024832947]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:13:46.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:44.845594+0000 mon.smithi117 (mon.0) 524 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:13:47.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:45.836487+0000 mon.smithi117 (mon.0) 525 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:13:47.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:45.841925+0000 mon.smithi117 (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.169:6816/1024832947,v1:172.21.15.169:6817/1024832947] boot 2024-02-15T17:13:47.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:45.841976+0000 mon.smithi117 (mon.0) 527 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-02-15T17:13:47.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:45.845272+0000 mon.smithi117 (mon.0) 528 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:13:47.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:46.846168+0000 mon.smithi117 (mon.0) 529 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-15T17:13:47.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:45.836487+0000 mon.smithi117 (mon.0) 525 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:13:47.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:45.841925+0000 mon.smithi117 (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.169:6816/1024832947,v1:172.21.15.169:6817/1024832947] boot 2024-02-15T17:13:47.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:45.841976+0000 mon.smithi117 (mon.0) 527 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-02-15T17:13:47.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:45.845272+0000 mon.smithi117 (mon.0) 528 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T17:13:47.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:46.846168+0000 mon.smithi117 (mon.0) 529 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-15T17:13:48.159 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:46.102167+0000 mgr.smithi117.jviopl (mgr.14726) 221 : cluster [DBG] pgmap v166: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 167/1452 objects degraded (11.501%) 2024-02-15T17:13:48.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:46.102167+0000 mgr.smithi117.jviopl (mgr.14726) 221 : cluster [DBG] pgmap v166: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 167/1452 objects degraded (11.501%) 2024-02-15T17:13:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:48.102852+0000 mgr.smithi117.jviopl (mgr.14726) 222 : cluster [DBG] pgmap v168: 129 pgs: 8 peering, 15 active+undersized+degraded, 14 active+undersized, 92 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 107/1452 objects degraded (7.369%) 2024-02-15T17:13:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:48.385798+0000 mon.smithi117 (mon.0) 530 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:49.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:48.860721+0000 mon.smithi117 (mon.0) 531 : cluster [WRN] Health check update: Degraded data redundancy: 107/1452 objects degraded (7.369%), 15 pgs degraded (PG_DEGRADED) 2024-02-15T17:13:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:48.102852+0000 mgr.smithi117.jviopl (mgr.14726) 222 : cluster [DBG] pgmap v168: 129 pgs: 8 peering, 15 active+undersized+degraded, 14 active+undersized, 92 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 107/1452 objects degraded (7.369%) 2024-02-15T17:13:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:48.385798+0000 mon.smithi117 (mon.0) 530 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:49.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:48.860721+0000 mon.smithi117 (mon.0) 531 : cluster [WRN] Health check update: Degraded data redundancy: 107/1452 objects degraded (7.369%), 15 pgs degraded (PG_DEGRADED) 2024-02-15T17:13:51.175 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:51.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:50.103514+0000 mgr.smithi117.jviopl (mgr.14726) 223 : cluster [DBG] pgmap v169: 129 pgs: 8 peering, 121 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-15T17:13:51.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:50.385323+0000 mon.smithi117 (mon.0) 532 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 107/1452 objects degraded (7.369%), 15 pgs degraded) 2024-02-15T17:13:51.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:50.385349+0000 mon.smithi117 (mon.0) 533 : cluster [INF] Cluster is now healthy 2024-02-15T17:13:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:50.103514+0000 mgr.smithi117.jviopl (mgr.14726) 223 : cluster [DBG] pgmap v169: 129 pgs: 8 peering, 121 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-15T17:13:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:50.385323+0000 mon.smithi117 (mon.0) 532 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 107/1452 objects degraded (7.369%), 15 pgs degraded) 2024-02-15T17:13:51.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:50.385349+0000 mon.smithi117 (mon.0) 533 : cluster [INF] Cluster is now healthy 2024-02-15T17:13:53.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:52.104060+0000 mgr.smithi117.jviopl (mgr.14726) 224 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 281 B/s rd, 281 B/s wr, 0 op/s 2024-02-15T17:13:53.512 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:52.104060+0000 mgr.smithi117.jviopl (mgr.14726) 224 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 281 B/s rd, 281 B/s wr, 0 op/s 2024-02-15T17:13:55.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:54.104865+0000 mgr.smithi117.jviopl (mgr.14726) 225 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 247 B/s rd, 123 B/s wr, 0 op/s 2024-02-15T17:13:55.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:54.104865+0000 mgr.smithi117.jviopl (mgr.14726) 225 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 247 B/s rd, 123 B/s wr, 0 op/s 2024-02-15T17:13:56.213 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:13:57.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:56.105447+0000 mgr.smithi117.jviopl (mgr.14726) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T17:13:57.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:56.105447+0000 mgr.smithi117.jviopl (mgr.14726) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T17:13:59.655 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:13:58.106041+0000 mgr.smithi117.jviopl (mgr.14726) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 181 B/s rd, 181 B/s wr, 0 op/s 2024-02-15T17:13:59.656 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:58.214950+0000 mon.smithi117 (mon.0) 534 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:59.656 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:58.400537+0000 mon.smithi117 (mon.0) 535 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:59.656 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:58.795338+0000 mon.smithi117 (mon.0) 536 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T17:13:59.656 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:13:58.795520+0000 mgr.smithi117.jviopl (mgr.14726) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T17:13:59.656 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:13:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:13:58.796627+0000 mgr.smithi117.jviopl (mgr.14726) 229 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-15T17:13:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:13:58.106041+0000 mgr.smithi117.jviopl (mgr.14726) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 181 B/s rd, 181 B/s wr, 0 op/s 2024-02-15T17:13:59.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:58.214950+0000 mon.smithi117 (mon.0) 534 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:59.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:58.400537+0000 mon.smithi117 (mon.0) 535 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:13:59.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:58.795338+0000 mon.smithi117 (mon.0) 536 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T17:13:59.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:13:58.795520+0000 mgr.smithi117.jviopl (mgr.14726) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T17:13:59.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:13:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:13:58.796627+0000 mgr.smithi117.jviopl (mgr.14726) 229 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-15T17:14:01.254 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:00.106869+0000 mgr.smithi117.jviopl (mgr.14726) 230 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:14:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:00.419774+0000 mgr.smithi117.jviopl (mgr.14726) 231 : cephadm [INF] Upgrade: Updating osd.7 2024-02-15T17:14:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:00.424246+0000 mon.smithi117 (mon.0) 537 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:00.425120+0000 mon.smithi117 (mon.0) 538 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T17:14:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:00.425835+0000 mon.smithi117 (mon.0) 539 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:00.427111+0000 mgr.smithi117.jviopl (mgr.14726) 232 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-02-15T17:14:01.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:00.106869+0000 mgr.smithi117.jviopl (mgr.14726) 230 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:14:01.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:00.419774+0000 mgr.smithi117.jviopl (mgr.14726) 231 : cephadm [INF] Upgrade: Updating osd.7 2024-02-15T17:14:01.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:00.424246+0000 mon.smithi117 (mon.0) 537 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:01.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:00.425120+0000 mon.smithi117 (mon.0) 538 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T17:14:01.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:00.425835+0000 mon.smithi117 (mon.0) 539 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:01.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:00.427111+0000 mgr.smithi117.jviopl (mgr.14726) 232 : cephadm [INF] Deploying daemon osd.7 on smithi169 2024-02-15T17:14:03.341 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:03 smithi169 systemd[1]: Stopping Ceph osd.7 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:14:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:02.107492+0000 mgr.smithi117.jviopl (mgr.14726) 233 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:14:03.698 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.7[48897]: debug 2024-02-15T17:14:03.340+0000 7f545f419700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:14:03.699 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.7[48897]: debug 2024-02-15T17:14:03.340+0000 7f545f419700 -1 osd.7 102 *** Got signal Terminated *** 2024-02-15T17:14:03.699 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.7[48897]: debug 2024-02-15T17:14:03.340+0000 7f545f419700 -1 osd.7 102 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:14:03.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:02.107492+0000 mgr.smithi117.jviopl (mgr.14726) 233 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:14:04.434 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:04 smithi169 bash[64896]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.7 2024-02-15T17:14:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.621606+0000 mon.smithi117 (mon.0) 540 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.621638+0000 mon.smithi117 (mon.0) 541 : cluster [INF] osd.7 failed (root=default,host=smithi169) (connection refused reported by osd.1) 2024-02-15T17:14:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.627539+0000 mon.smithi117 (mon.0) 542 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.627663+0000 mon.smithi117 (mon.0) 543 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.627758+0000 mon.smithi117 (mon.0) 544 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.627846+0000 mon.smithi117 (mon.0) 545 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.627930+0000 mon.smithi117 (mon.0) 546 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628016+0000 mon.smithi117 (mon.0) 547 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628130+0000 mon.smithi117 (mon.0) 548 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628188+0000 mon.smithi117 (mon.0) 549 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628355+0000 mon.smithi117 (mon.0) 550 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628484+0000 mon.smithi117 (mon.0) 551 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628601+0000 mon.smithi117 (mon.0) 552 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628734+0000 mon.smithi117 (mon.0) 553 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628853+0000 mon.smithi117 (mon.0) 554 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.628968+0000 mon.smithi117 (mon.0) 555 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:03.822502+0000 mon.smithi117 (mon.0) 556 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.028513+0000 mon.smithi117 (mon.0) 557 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.028582+0000 mon.smithi117 (mon.0) 558 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.028711+0000 mon.smithi117 (mon.0) 559 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.028806+0000 mon.smithi117 (mon.0) 560 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.028901+0000 mon.smithi117 (mon.0) 561 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.028989+0000 mon.smithi117 (mon.0) 562 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.029076+0000 mon.smithi117 (mon.0) 563 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.029137+0000 mon.smithi117 (mon.0) 564 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.029295+0000 mon.smithi117 (mon.0) 565 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.029416+0000 mon.smithi117 (mon.0) 566 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.029536+0000 mon.smithi117 (mon.0) 567 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.029682+0000 mon.smithi117 (mon.0) 568 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.029824+0000 mon.smithi117 (mon.0) 569 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T17:14:04.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.029943+0000 mon.smithi117 (mon.0) 570 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T17:14:04.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.223499+0000 mon.smithi117 (mon.0) 571 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.621606+0000 mon.smithi117 (mon.0) 540 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.621638+0000 mon.smithi117 (mon.0) 541 : cluster [INF] osd.7 failed (root=default,host=smithi169) (connection refused reported by osd.1) 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.627539+0000 mon.smithi117 (mon.0) 542 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.627663+0000 mon.smithi117 (mon.0) 543 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.627758+0000 mon.smithi117 (mon.0) 544 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.627846+0000 mon.smithi117 (mon.0) 545 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.627930+0000 mon.smithi117 (mon.0) 546 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628016+0000 mon.smithi117 (mon.0) 547 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628130+0000 mon.smithi117 (mon.0) 548 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628188+0000 mon.smithi117 (mon.0) 549 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628355+0000 mon.smithi117 (mon.0) 550 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628484+0000 mon.smithi117 (mon.0) 551 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628601+0000 mon.smithi117 (mon.0) 552 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628734+0000 mon.smithi117 (mon.0) 553 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T17:14:04.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628853+0000 mon.smithi117 (mon.0) 554 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.628968+0000 mon.smithi117 (mon.0) 555 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:03.822502+0000 mon.smithi117 (mon.0) 556 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.028513+0000 mon.smithi117 (mon.0) 557 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.028582+0000 mon.smithi117 (mon.0) 558 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.028711+0000 mon.smithi117 (mon.0) 559 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.028806+0000 mon.smithi117 (mon.0) 560 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.028901+0000 mon.smithi117 (mon.0) 561 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.028989+0000 mon.smithi117 (mon.0) 562 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.029076+0000 mon.smithi117 (mon.0) 563 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.029137+0000 mon.smithi117 (mon.0) 564 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.029295+0000 mon.smithi117 (mon.0) 565 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.029416+0000 mon.smithi117 (mon.0) 566 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T17:14:04.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.029536+0000 mon.smithi117 (mon.0) 567 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T17:14:04.909 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.029682+0000 mon.smithi117 (mon.0) 568 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T17:14:04.909 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.029824+0000 mon.smithi117 (mon.0) 569 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T17:14:04.909 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.029943+0000 mon.smithi117 (mon.0) 570 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T17:14:04.909 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.223499+0000 mon.smithi117 (mon.0) 571 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T17:14:05.679 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.108067+0000 mgr.smithi117.jviopl (mgr.14726) 234 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:14:05.679 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.427182+0000 mon.smithi117 (mon.0) 572 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:14:05.679 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:04.440987+0000 mon.smithi117 (mon.0) 573 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-15T17:14:05.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.108067+0000 mgr.smithi117.jviopl (mgr.14726) 234 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T17:14:05.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.427182+0000 mon.smithi117 (mon.0) 572 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T17:14:05.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:04.440987+0000 mon.smithi117 (mon.0) 573 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-15T17:14:06.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:05 smithi169 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.7.service: Succeeded. 2024-02-15T17:14:06.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:05 smithi169 systemd[1]: Stopped Ceph osd.7 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:14:06.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 systemd[1]: Starting Ceph osd.7 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:14:06.293 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:06.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:05.446552+0000 mon.smithi117 (mon.0) 574 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-15T17:14:06.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:05.446552+0000 mon.smithi117 (mon.0) 574 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-15T17:14:07.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 bash[65194]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T17:14:07.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 bash[65194]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-15T17:14:07.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 bash[65194]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-02-15T17:14:07.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 bash[65194]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-15T17:14:07.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 bash[65194]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-15T17:14:07.199 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 bash[65194]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-15T17:14:07.199 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 bash[65194]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-15T17:14:07.199 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:06 smithi169 bash[65194]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-15T17:14:07.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:06.108527+0000 mgr.smithi117.jviopl (mgr.14726) 235 : cluster [DBG] pgmap v179: 129 pgs: 11 peering, 14 stale+active+clean, 104 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:14:07.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:06.441753+0000 mon.smithi117 (mon.0) 575 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-15T17:14:07.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:06.108527+0000 mgr.smithi117.jviopl (mgr.14726) 235 : cluster [DBG] pgmap v179: 129 pgs: 11 peering, 14 stale+active+clean, 104 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T17:14:07.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:06.441753+0000 mon.smithi117 (mon.0) 575 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-15T17:14:08.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:14:08.078+0000 7ff65ce5c700 1 -- 172.21.15.169:0/1048566146 <== mon.1 v2:172.21.15.169:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564898ef2680 con 0x564898eb9400 2024-02-15T17:14:08.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:08 smithi169 bash[65434]: 09ea65976ba5d4d2afab5b4faefd2e654d3db8ea3282986166cbbdc5fa6d9116 2024-02-15T17:14:08.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:08 smithi169 systemd[1]: Started Ceph osd.7 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:14:08.890 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:08 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:14:08.601+0000 7ff6648ea380 -1 Falling back to public interface 2024-02-15T17:14:09.259 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:14:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:08.109407+0000 mgr.smithi117.jviopl (mgr.14726) 236 : cluster [DBG] pgmap v180: 129 pgs: 18 active+undersized+degraded, 11 peering, 8 stale+active+clean, 11 active+undersized, 81 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 114/1452 objects degraded (7.851%) 2024-02-15T17:14:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:08.194084+0000 mon.smithi117 (mon.0) 576 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:08.195082+0000 mon.smithi117 (mon.0) 577 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:09.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:08.448638+0000 mon.smithi117 (mon.0) 578 : cluster [WRN] Health check failed: Degraded data redundancy: 114/1452 objects degraded (7.851%), 18 pgs degraded (PG_DEGRADED) 2024-02-15T17:14:09.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:08.109407+0000 mgr.smithi117.jviopl (mgr.14726) 236 : cluster [DBG] pgmap v180: 129 pgs: 18 active+undersized+degraded, 11 peering, 8 stale+active+clean, 11 active+undersized, 81 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 114/1452 objects degraded (7.851%) 2024-02-15T17:14:09.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:08.194084+0000 mon.smithi117 (mon.0) 576 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:09.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:08.195082+0000 mon.smithi117 (mon.0) 577 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:09.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:08.448638+0000 mon.smithi117 (mon.0) 578 : cluster [WRN] Health check failed: Degraded data redundancy: 114/1452 objects degraded (7.851%), 18 pgs degraded (PG_DEGRADED) 2024-02-15T17:14:09.822 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:14:09.822 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (11m) 111s ago 13m 21.9M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:14:09.822 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (3m) 111s ago 13m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:14:09.822 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (3m) 26s ago 12m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:14:09.822 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (11m) 111s ago 13m 33.6M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:14:09.822 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (7m) 111s ago 7m 38.5M - 16.2.5 6933c2a0b7dd e280a8778be3 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (7m) 26s ago 7m 14.2M - 16.2.5 6933c2a0b7dd 1e3d48e2da46 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (4m) 111s ago 14m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (4m) 26s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (4m) 111s ago 15m 48.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (4m) 26s ago 12m 51.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (5m) 111s ago 5m 79.2M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (5m) 26s ago 5m 55.0M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (13m) 111s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (12m) 26s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (3m) 111s ago 11m 113M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (3m) 111s ago 11m 101M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (2m) 111s ago 11m 80.5M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (118s) 111s ago 10m 10.4M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:14:09.823 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (87s) 26s ago 10m 118M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 351be50158bc 2024-02-15T17:14:09.824 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (58s) 26s ago 10m 111M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a2a4b24a634e 2024-02-15T17:14:09.824 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (30s) 26s ago 9m 11.6M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a929741cd657 2024-02-15T17:14:09.824 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 starting - - - 2712M 2024-02-15T17:14:09.824 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (4m) 111s ago 12m 60.0M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:14:10.160 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:14:10.161 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:14:10.162 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:14:10.162 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 11, 2024-02-15T17:14:10.162 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T17:14:10.162 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:14:10.162 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:14:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:09.246978+0000 mgr.smithi117.jviopl (mgr.14726) 237 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:09.534971+0000 mgr.smithi117.jviopl (mgr.14726) 238 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:09.813803+0000 mgr.smithi117.jviopl (mgr.14726) 239 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:10.161115+0000 mon.smithi117 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.117:0/1950256024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:10.452 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:14:10.452 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:14:10.452 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:14:10.452 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:14:10.452 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:14:10.452 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:14:10.452 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:14:10.453 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:14:10.453 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:14:10.453 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "13/23 daemons upgraded", 2024-02-15T17:14:10.453 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T17:14:10.453 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:14:10.453 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:14:10.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:09.246978+0000 mgr.smithi117.jviopl (mgr.14726) 237 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:10.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:09.534971+0000 mgr.smithi117.jviopl (mgr.14726) 238 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:10.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:09.813803+0000 mgr.smithi117.jviopl (mgr.14726) 239 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:10.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:10.161115+0000 mon.smithi117 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.117:0/1950256024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:11.334 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:10.110010+0000 mgr.smithi117.jviopl (mgr.14726) 240 : cluster [DBG] pgmap v181: 129 pgs: 35 active+undersized+degraded, 4 peering, 17 active+undersized, 73 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 224/1452 objects degraded (15.427%) 2024-02-15T17:14:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:10.193504+0000 mon.smithi117 (mon.0) 580 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-15T17:14:11.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:10.452566+0000 mgr.smithi117.jviopl (mgr.14726) 241 : audit [DBG] from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:10.110010+0000 mgr.smithi117.jviopl (mgr.14726) 240 : cluster [DBG] pgmap v181: 129 pgs: 35 active+undersized+degraded, 4 peering, 17 active+undersized, 73 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 224/1452 objects degraded (15.427%) 2024-02-15T17:14:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:10.193504+0000 mon.smithi117 (mon.0) 580 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-15T17:14:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:10.452566+0000 mgr.smithi117.jviopl (mgr.14726) 241 : audit [DBG] from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:13.241 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.087819+0000 mon.smithi117 (mon.0) 581 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:13.241 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:12.110918+0000 mgr.smithi117.jviopl (mgr.14726) 242 : cluster [DBG] pgmap v182: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 227/1452 objects degraded (15.634%) 2024-02-15T17:14:13.241 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.377003+0000 mon.smithi117 (mon.0) 582 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:13.241 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.377856+0000 mon.smithi117 (mon.0) 583 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:14:13.241 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.385079+0000 mon.smithi117 (mon.0) 584 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:13.241 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.393348+0000 mon.smithi117 (mon.0) 585 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:13.241 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.396788+0000 mon.smithi117 (mon.0) 586 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:13.241 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.399082+0000 mon.smithi117 (mon.0) 587 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.400412+0000 mon.smithi117 (mon.0) 588 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.401701+0000 mon.smithi117 (mon.0) 589 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.403546+0000 mon.smithi117 (mon.0) 590 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:12.404208+0000 mgr.smithi117.jviopl (mgr.14726) 243 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.410112+0000 mon.smithi117 (mon.0) 591 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.410891+0000 mon.smithi117 (mon.0) 592 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.416305+0000 mon.smithi117 (mon.0) 593 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.416951+0000 mon.smithi117 (mon.0) 594 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.422533+0000 mon.smithi117 (mon.0) 595 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.423180+0000 mon.smithi117 (mon.0) 596 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.428771+0000 mon.smithi117 (mon.0) 597 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.429417+0000 mon.smithi117 (mon.0) 598 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-15T17:14:13.242 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.434613+0000 mon.smithi117 (mon.0) 599 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.435251+0000 mon.smithi117 (mon.0) 600 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.440644+0000 mon.smithi117 (mon.0) 601 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.441296+0000 mon.smithi117 (mon.0) 602 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.446398+0000 mon.smithi117 (mon.0) 603 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.447012+0000 mon.smithi117 (mon.0) 604 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.452554+0000 mon.smithi117 (mon.0) 605 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.453202+0000 mon.smithi117 (mon.0) 606 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.458313+0000 mon.smithi117 (mon.0) 607 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:12.460100+0000 mon.smithi117 (mon.0) 608 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi117.skzbfo"]}]: dispatch 2024-02-15T17:14:13.243 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:12.460580+0000 mgr.smithi117.jviopl (mgr.14726) 244 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi117.skzbfo 2024-02-15T17:14:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.087819+0000 mon.smithi117 (mon.0) 581 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:12.110918+0000 mgr.smithi117.jviopl (mgr.14726) 242 : cluster [DBG] pgmap v182: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 227/1452 objects degraded (15.634%) 2024-02-15T17:14:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.377003+0000 mon.smithi117 (mon.0) 582 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.377856+0000 mon.smithi117 (mon.0) 583 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:14:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.385079+0000 mon.smithi117 (mon.0) 584 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.393348+0000 mon.smithi117 (mon.0) 585 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.396788+0000 mon.smithi117 (mon.0) 586 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.399082+0000 mon.smithi117 (mon.0) 587 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.400412+0000 mon.smithi117 (mon.0) 588 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.401701+0000 mon.smithi117 (mon.0) 589 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.403546+0000 mon.smithi117 (mon.0) 590 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:12.404208+0000 mgr.smithi117.jviopl (mgr.14726) 243 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.410112+0000 mon.smithi117 (mon.0) 591 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.410891+0000 mon.smithi117 (mon.0) 592 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.416305+0000 mon.smithi117 (mon.0) 593 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.416951+0000 mon.smithi117 (mon.0) 594 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.422533+0000 mon.smithi117 (mon.0) 595 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.423180+0000 mon.smithi117 (mon.0) 596 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.428771+0000 mon.smithi117 (mon.0) 597 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.429417+0000 mon.smithi117 (mon.0) 598 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-15T17:14:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.434613+0000 mon.smithi117 (mon.0) 599 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.435251+0000 mon.smithi117 (mon.0) 600 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.440644+0000 mon.smithi117 (mon.0) 601 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.441296+0000 mon.smithi117 (mon.0) 602 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.446398+0000 mon.smithi117 (mon.0) 603 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.447012+0000 mon.smithi117 (mon.0) 604 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.452554+0000 mon.smithi117 (mon.0) 605 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.453202+0000 mon.smithi117 (mon.0) 606 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.458313+0000 mon.smithi117 (mon.0) 607 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:12.460100+0000 mon.smithi117 (mon.0) 608 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi117.skzbfo"]}]: dispatch 2024-02-15T17:14:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:12.460580+0000 mgr.smithi117.jviopl (mgr.14726) 244 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi117.skzbfo 2024-02-15T17:14:14.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:14:13.698+0000 7ff6648ea380 -1 osd.7 102 log_to_monitors {default=true} 2024-02-15T17:14:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:13.212962+0000 mon.smithi117 (mon.0) 609 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:13.701863+0000 mon.smithi169 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/2222819586,v1:172.21.15.169:6825/2222819586]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T17:14:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:13.702272+0000 mon.smithi117 (mon.0) 610 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T17:14:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:14.047500+0000 mon.smithi117 (mon.0) 611 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:14.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:14.048118+0000 mon.smithi117 (mon.0) 612 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.skzbfo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T17:14:14.407 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:14.048622+0000 mon.smithi117 (mon.0) 613 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:14.698 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:14:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:14:14.229+0000 7ff656dd3700 -1 osd.7 102 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T17:14:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:13.212962+0000 mon.smithi117 (mon.0) 609 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:13.701863+0000 mon.smithi169 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/2222819586,v1:172.21.15.169:6825/2222819586]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T17:14:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:13.702272+0000 mon.smithi117 (mon.0) 610 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T17:14:14.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:14.047500+0000 mon.smithi117 (mon.0) 611 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:14.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:14.048118+0000 mon.smithi117 (mon.0) 612 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.skzbfo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T17:14:14.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:14.048622+0000 mon.smithi117 (mon.0) 613 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:15.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:14.043468+0000 mgr.smithi117.jviopl (mgr.14726) 245 : cephadm [INF] Upgrade: Updating mds.foofs.smithi117.skzbfo 2024-02-15T17:14:15.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:14.049063+0000 mgr.smithi117.jviopl (mgr.14726) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi117.skzbfo on smithi117 2024-02-15T17:14:15.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:14.111522+0000 mgr.smithi117.jviopl (mgr.14726) 247 : cluster [DBG] pgmap v183: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 211 B/s rd, 211 B/s wr, 0 op/s; 227/1452 objects degraded (15.634%) 2024-02-15T17:14:15.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:14.215586+0000 mon.smithi117 (mon.0) 614 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T17:14:15.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:14.215671+0000 mon.smithi117 (mon.0) 615 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-15T17:14:15.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:14.216257+0000 mon.smithi169 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/2222819586,v1:172.21.15.169:6825/2222819586]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:14:15.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:14.216594+0000 mon.smithi117 (mon.0) 616 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:14:15.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:15.183672+0000 mon.smithi117 (mon.0) 617 : cluster [WRN] Health check update: Degraded data redundancy: 227/1452 objects degraded (15.634%), 36 pgs degraded (PG_DEGRADED) 2024-02-15T17:14:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:14.043468+0000 mgr.smithi117.jviopl (mgr.14726) 245 : cephadm [INF] Upgrade: Updating mds.foofs.smithi117.skzbfo 2024-02-15T17:14:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:14.049063+0000 mgr.smithi117.jviopl (mgr.14726) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi117.skzbfo on smithi117 2024-02-15T17:14:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:14.111522+0000 mgr.smithi117.jviopl (mgr.14726) 247 : cluster [DBG] pgmap v183: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 211 B/s rd, 211 B/s wr, 0 op/s; 227/1452 objects degraded (15.634%) 2024-02-15T17:14:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:14.215586+0000 mon.smithi117 (mon.0) 614 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T17:14:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:14.215671+0000 mon.smithi117 (mon.0) 615 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-15T17:14:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:14.216257+0000 mon.smithi169 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.169:6824/2222819586,v1:172.21.15.169:6825/2222819586]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:14:15.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:14.216594+0000 mon.smithi117 (mon.0) 616 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-02-15T17:14:15.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:15.183672+0000 mon.smithi117 (mon.0) 617 : cluster [WRN] Health check update: Degraded data redundancy: 227/1452 objects degraded (15.634%), 36 pgs degraded (PG_DEGRADED) 2024-02-15T17:14:16.374 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:14:16.231+0000 7fbe8f20f700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:14:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:15.217507+0000 mon.smithi117 (mon.0) 618 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:14:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:15.221632+0000 mon.smithi117 (mon.0) 619 : cluster [INF] osd.7 [v2:172.21.15.169:6824/2222819586,v1:172.21.15.169:6825/2222819586] boot 2024-02-15T17:14:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:15.221675+0000 mon.smithi117 (mon.0) 620 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-02-15T17:14:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:15.222243+0000 mon.smithi117 (mon.0) 621 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:14:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.180240+0000 mon.smithi117 (mon.0) 622 : cluster [WRN] daemon mds.foofs.smithi117.skzbfo compat changed unexpectedly 2024-02-15T17:14:16.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.184211+0000 mon.smithi117 (mon.0) 623 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-15T17:14:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:15.217507+0000 mon.smithi117 (mon.0) 618 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T17:14:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:15.221632+0000 mon.smithi117 (mon.0) 619 : cluster [INF] osd.7 [v2:172.21.15.169:6824/2222819586,v1:172.21.15.169:6825/2222819586] boot 2024-02-15T17:14:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:15.221675+0000 mon.smithi117 (mon.0) 620 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-02-15T17:14:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:15.222243+0000 mon.smithi117 (mon.0) 621 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T17:14:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.180240+0000 mon.smithi117 (mon.0) 622 : cluster [WRN] daemon mds.foofs.smithi117.skzbfo compat changed unexpectedly 2024-02-15T17:14:16.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.184211+0000 mon.smithi117 (mon.0) 623 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-15T17:14:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.112129+0000 mgr.smithi117.jviopl (mgr.14726) 248 : cluster [DBG] pgmap v186: 129 pgs: 3 peering, 35 active+undersized+degraded, 18 active+undersized, 73 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 224/1452 objects degraded (15.427%) 2024-02-15T17:14:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.232513+0000 mon.smithi117 (mon.0) 624 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-15T17:14:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.232537+0000 mon.smithi117 (mon.0) 625 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:14:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.238999+0000 mon.smithi117 (mon.0) 626 : cluster [INF] Standby daemon mds.foofs.smithi169.xvpiis assigned to filesystem foofs as rank 0 2024-02-15T17:14:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.239076+0000 mon.smithi117 (mon.0) 627 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T17:14:17.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.239100+0000 mon.smithi117 (mon.0) 628 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T17:14:17.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.239257+0000 mon.smithi117 (mon.0) 629 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-15T17:14:17.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:16.241674+0000 mon.smithi117 (mon.0) 630 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi169.xvpiis=up:replay} 2024-02-15T17:14:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.112129+0000 mgr.smithi117.jviopl (mgr.14726) 248 : cluster [DBG] pgmap v186: 129 pgs: 3 peering, 35 active+undersized+degraded, 18 active+undersized, 73 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 224/1452 objects degraded (15.427%) 2024-02-15T17:14:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.232513+0000 mon.smithi117 (mon.0) 624 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-15T17:14:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.232537+0000 mon.smithi117 (mon.0) 625 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:14:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.238999+0000 mon.smithi117 (mon.0) 626 : cluster [INF] Standby daemon mds.foofs.smithi169.xvpiis assigned to filesystem foofs as rank 0 2024-02-15T17:14:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.239076+0000 mon.smithi117 (mon.0) 627 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T17:14:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.239100+0000 mon.smithi117 (mon.0) 628 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T17:14:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.239257+0000 mon.smithi117 (mon.0) 629 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-15T17:14:17.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:16.241674+0000 mon.smithi117 (mon.0) 630 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi169.xvpiis=up:replay} 2024-02-15T17:14:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:17.243260+0000 mon.smithi117 (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:reconnect 2024-02-15T17:14:18.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:17.243295+0000 mon.smithi117 (mon.0) 632 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi169.xvpiis=up:reconnect} 2024-02-15T17:14:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:17.243260+0000 mon.smithi117 (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:reconnect 2024-02-15T17:14:18.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:17.243295+0000 mon.smithi117 (mon.0) 632 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi169.xvpiis=up:reconnect} 2024-02-15T17:14:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:18.112935+0000 mgr.smithi117.jviopl (mgr.14726) 249 : cluster [DBG] pgmap v188: 129 pgs: 7 activating, 3 peering, 22 active+undersized+degraded, 8 active+undersized, 89 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 MiB/s rd, 170 B/s wr, 2 op/s; 144/1452 objects degraded (9.917%) 2024-02-15T17:14:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:18.249022+0000 mon.smithi117 (mon.0) 633 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:rejoin 2024-02-15T17:14:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:18.249067+0000 mon.smithi117 (mon.0) 634 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi169.xvpiis=up:rejoin} 2024-02-15T17:14:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:18.251538+0000 mon.smithi117 (mon.0) 635 : cluster [INF] daemon mds.foofs.smithi169.xvpiis is now active in filesystem foofs as rank 0 2024-02-15T17:14:19.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:18.416534+0000 mon.smithi117 (mon.0) 636 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:18.112935+0000 mgr.smithi117.jviopl (mgr.14726) 249 : cluster [DBG] pgmap v188: 129 pgs: 7 activating, 3 peering, 22 active+undersized+degraded, 8 active+undersized, 89 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 MiB/s rd, 170 B/s wr, 2 op/s; 144/1452 objects degraded (9.917%) 2024-02-15T17:14:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:18.249022+0000 mon.smithi117 (mon.0) 633 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:rejoin 2024-02-15T17:14:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:18.249067+0000 mon.smithi117 (mon.0) 634 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi169.xvpiis=up:rejoin} 2024-02-15T17:14:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:18.251538+0000 mon.smithi117 (mon.0) 635 : cluster [INF] daemon mds.foofs.smithi169.xvpiis is now active in filesystem foofs as rank 0 2024-02-15T17:14:19.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:18.416534+0000 mon.smithi117 (mon.0) 636 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:20.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:19.247077+0000 mon.smithi117 (mon.0) 637 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-15T17:14:20.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:19.250905+0000 mon.smithi117 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:active 2024-02-15T17:14:20.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:19.250957+0000 mon.smithi117 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi169.xvpiis=up:active} 2024-02-15T17:14:20.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:20.184973+0000 mon.smithi117 (mon.0) 640 : cluster [WRN] Health check update: Degraded data redundancy: 144/1452 objects degraded (9.917%), 22 pgs degraded (PG_DEGRADED) 2024-02-15T17:14:20.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:19.247077+0000 mon.smithi117 (mon.0) 637 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-15T17:14:20.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:19.250905+0000 mon.smithi117 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.169:6832/4098399309,v1:172.21.15.169:6833/4098399309] up:active 2024-02-15T17:14:20.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:19.250957+0000 mon.smithi117 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi169.xvpiis=up:active} 2024-02-15T17:14:20.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:20 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:20.184973+0000 mon.smithi117 (mon.0) 640 : cluster [WRN] Health check update: Degraded data redundancy: 144/1452 objects degraded (9.917%), 22 pgs degraded (PG_DEGRADED) 2024-02-15T17:14:21.419 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:21.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:20.113561+0000 mgr.smithi117.jviopl (mgr.14726) 250 : cluster [DBG] pgmap v189: 129 pgs: 7 activating, 3 peering, 119 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 29 MiB/s rd, 170 B/s wr, 10 op/s 2024-02-15T17:14:21.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:20.252149+0000 mon.smithi117 (mon.0) 641 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 144/1452 objects degraded (9.917%), 22 pgs degraded) 2024-02-15T17:14:21.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:20.113561+0000 mgr.smithi117.jviopl (mgr.14726) 250 : cluster [DBG] pgmap v189: 129 pgs: 7 activating, 3 peering, 119 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 29 MiB/s rd, 170 B/s wr, 10 op/s 2024-02-15T17:14:21.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:20.252149+0000 mon.smithi117 (mon.0) 641 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 144/1452 objects degraded (9.917%), 22 pgs degraded) 2024-02-15T17:14:23.513 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:22.114204+0000 mgr.smithi117.jviopl (mgr.14726) 251 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 27 MiB/s rd, 259 B/s wr, 12 op/s 2024-02-15T17:14:23.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:22.114204+0000 mgr.smithi117.jviopl (mgr.14726) 251 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 27 MiB/s rd, 259 B/s wr, 12 op/s 2024-02-15T17:14:25.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:23.739335+0000 mon.smithi117 (mon.0) 642 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:25.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:23.740048+0000 mon.smithi117 (mon.0) 643 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:25.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:24.261989+0000 mon.smithi117 (mon.0) 644 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T17:14:25.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:24.262018+0000 mon.smithi117 (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-02-15T17:14:25.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:24.265544+0000 mon.smithi117 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.117:6834/440771726,v1:172.21.15.117:6835/440771726] up:boot 2024-02-15T17:14:25.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:24.265587+0000 mon.smithi117 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi169.xvpiis=up:active} 1 up:standby 2024-02-15T17:14:25.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:24 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:24.265693+0000 mon.smithi117 (mon.0) 648 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:14:25.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:23.739335+0000 mon.smithi117 (mon.0) 642 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:25.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:23.740048+0000 mon.smithi117 (mon.0) 643 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:25.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:24.261989+0000 mon.smithi117 (mon.0) 644 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T17:14:25.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:24.262018+0000 mon.smithi117 (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-02-15T17:14:25.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:24.265544+0000 mon.smithi117 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.117:6834/440771726,v1:172.21.15.117:6835/440771726] up:boot 2024-02-15T17:14:25.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:24.265587+0000 mon.smithi117 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi169.xvpiis=up:active} 1 up:standby 2024-02-15T17:14:25.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:24 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:24.265693+0000 mon.smithi117 (mon.0) 648 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:14:26.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:24.114843+0000 mgr.smithi117.jviopl (mgr.14726) 252 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 24 MiB/s rd, 230 B/s wr, 11 op/s 2024-02-15T17:14:26.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:24.114843+0000 mgr.smithi117.jviopl (mgr.14726) 252 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 24 MiB/s rd, 230 B/s wr, 11 op/s 2024-02-15T17:14:26.456 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:28.035 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:26.115465+0000 mgr.smithi117.jviopl (mgr.14726) 253 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.0 KiB/s wr, 14 op/s 2024-02-15T17:14:28.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:26.115465+0000 mgr.smithi117.jviopl (mgr.14726) 253 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.0 KiB/s wr, 14 op/s 2024-02-15T17:14:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:28.115923+0000 mgr.smithi117.jviopl (mgr.14726) 254 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 6.7 KiB/s wr, 12 op/s 2024-02-15T17:14:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:28.215036+0000 mon.smithi117 (mon.0) 649 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:29.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:28.430914+0000 mon.smithi117 (mon.0) 650 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:28.115923+0000 mgr.smithi117.jviopl (mgr.14726) 254 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 6.7 KiB/s wr, 12 op/s 2024-02-15T17:14:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:28.215036+0000 mon.smithi117 (mon.0) 649 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:28.430914+0000 mon.smithi117 (mon.0) 650 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.465178+0000 mon.smithi117 (mon.0) 651 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.732467+0000 mon.smithi117 (mon.0) 652 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.733051+0000 mon.smithi117 (mon.0) 653 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.739177+0000 mon.smithi117 (mon.0) 654 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.744066+0000 mon.smithi117 (mon.0) 655 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.746770+0000 mon.smithi117 (mon.0) 656 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.748576+0000 mon.smithi117 (mon.0) 657 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.749579+0000 mon.smithi117 (mon.0) 658 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:30.850 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.750503+0000 mon.smithi117 (mon.0) 659 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:30.851 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.751841+0000 mon.smithi117 (mon.0) 660 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:30.851 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:29.753328+0000 mon.smithi117 (mon.0) 661 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi169.xvpiis"]}]: dispatch 2024-02-15T17:14:30.851 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:29.753751+0000 mgr.smithi117.jviopl (mgr.14726) 255 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi169.xvpiis 2024-02-15T17:14:30.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.465178+0000 mon.smithi117 (mon.0) 651 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:30.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.732467+0000 mon.smithi117 (mon.0) 652 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:30.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.733051+0000 mon.smithi117 (mon.0) 653 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:14:30.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.739177+0000 mon.smithi117 (mon.0) 654 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:30.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.744066+0000 mon.smithi117 (mon.0) 655 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:30.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.746770+0000 mon.smithi117 (mon.0) 656 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:30.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.748576+0000 mon.smithi117 (mon.0) 657 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:30.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.749579+0000 mon.smithi117 (mon.0) 658 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:30.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.750503+0000 mon.smithi117 (mon.0) 659 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:30.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.751841+0000 mon.smithi117 (mon.0) 660 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:30.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:29.753328+0000 mon.smithi117 (mon.0) 661 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi169.xvpiis"]}]: dispatch 2024-02-15T17:14:30.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:29.753751+0000 mgr.smithi117.jviopl (mgr.14726) 255 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi169.xvpiis 2024-02-15T17:14:31.504 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:32.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:30.116525+0000 mgr.smithi117.jviopl (mgr.14726) 256 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 6.7 KiB/s wr, 10 op/s 2024-02-15T17:14:32.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:31.222203+0000 mon.smithi117 (mon.0) 662 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:32.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:31.223033+0000 mon.smithi117 (mon.0) 663 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi169.xvpiis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T17:14:32.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:31.223780+0000 mon.smithi117 (mon.0) 664 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:32.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:30.116525+0000 mgr.smithi117.jviopl (mgr.14726) 256 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 6.7 KiB/s wr, 10 op/s 2024-02-15T17:14:32.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:31.222203+0000 mon.smithi117 (mon.0) 662 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:32.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:31.223033+0000 mon.smithi117 (mon.0) 663 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi169.xvpiis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T17:14:32.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:31.223780+0000 mon.smithi117 (mon.0) 664 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:32.908 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:31.217370+0000 mgr.smithi117.jviopl (mgr.14726) 257 : cephadm [INF] Upgrade: Updating mds.foofs.smithi169.xvpiis 2024-02-15T17:14:32.908 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:31.224419+0000 mgr.smithi117.jviopl (mgr.14726) 258 : cephadm [INF] Deploying daemon mds.foofs.smithi169.xvpiis on smithi169 2024-02-15T17:14:33.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:31.217370+0000 mgr.smithi117.jviopl (mgr.14726) 257 : cephadm [INF] Upgrade: Updating mds.foofs.smithi169.xvpiis 2024-02-15T17:14:33.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:31.224419+0000 mgr.smithi117.jviopl (mgr.14726) 258 : cephadm [INF] Deploying daemon mds.foofs.smithi169.xvpiis on smithi169 2024-02-15T17:14:33.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:14:33.752+0000 7fbe8f20f700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:14:33.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:32.117324+0000 mgr.smithi117.jviopl (mgr.14726) 259 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.8 MiB/s rd, 6.7 KiB/s wr, 7 op/s 2024-02-15T17:14:33.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:32.913626+0000 mon.smithi117 (mon.0) 665 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-15T17:14:34.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:32.117324+0000 mgr.smithi117.jviopl (mgr.14726) 259 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.8 MiB/s rd, 6.7 KiB/s wr, 7 op/s 2024-02-15T17:14:34.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:32.913626+0000 mon.smithi117 (mon.0) 665 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-15T17:14:35.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:33.752360+0000 mon.smithi117 (mon.0) 666 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-15T17:14:35.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:33.752391+0000 mon.smithi117 (mon.0) 667 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:14:35.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:33.756015+0000 mon.smithi117 (mon.0) 668 : cluster [INF] Standby daemon mds.foofs.smithi117.skzbfo assigned to filesystem foofs as rank 0 2024-02-15T17:14:35.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:33.756182+0000 mon.smithi117 (mon.0) 669 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T17:14:35.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:33.756206+0000 mon.smithi117 (mon.0) 670 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T17:14:35.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:33.756475+0000 mon.smithi117 (mon.0) 671 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-15T17:14:35.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:33.760842+0000 mon.smithi117 (mon.0) 672 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.skzbfo=up:replay} 2024-02-15T17:14:35.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:34 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:34.044218+0000 mon.smithi117 (mon.0) 673 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:14:35.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:33.752360+0000 mon.smithi117 (mon.0) 666 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-15T17:14:35.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:33.752391+0000 mon.smithi117 (mon.0) 667 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T17:14:35.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:33.756015+0000 mon.smithi117 (mon.0) 668 : cluster [INF] Standby daemon mds.foofs.smithi117.skzbfo assigned to filesystem foofs as rank 0 2024-02-15T17:14:35.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:33.756182+0000 mon.smithi117 (mon.0) 669 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T17:14:35.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:33.756206+0000 mon.smithi117 (mon.0) 670 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T17:14:35.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:33.756475+0000 mon.smithi117 (mon.0) 671 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-15T17:14:35.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:33.760842+0000 mon.smithi117 (mon.0) 672 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.skzbfo=up:replay} 2024-02-15T17:14:35.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:34.044218+0000 mon.smithi117 (mon.0) 673 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:14:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:34.117753+0000 mgr.smithi117.jviopl (mgr.14726) 260 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 818 B/s rd, 8.0 KiB/s wr, 4 op/s 2024-02-15T17:14:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:34.764568+0000 mon.smithi117 (mon.0) 674 : cluster [DBG] mds.? [v2:172.21.15.117:6834/440771726,v1:172.21.15.117:6835/440771726] up:reconnect 2024-02-15T17:14:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:34.764602+0000 mon.smithi117 (mon.0) 675 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.skzbfo=up:reconnect} 2024-02-15T17:14:36.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:34.117753+0000 mgr.smithi117.jviopl (mgr.14726) 260 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 818 B/s rd, 8.0 KiB/s wr, 4 op/s 2024-02-15T17:14:36.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:34.764568+0000 mon.smithi117 (mon.0) 674 : cluster [DBG] mds.? [v2:172.21.15.117:6834/440771726,v1:172.21.15.117:6835/440771726] up:reconnect 2024-02-15T17:14:36.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:34.764602+0000 mon.smithi117 (mon.0) 675 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.skzbfo=up:reconnect} 2024-02-15T17:14:36.550 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:37.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:35.769880+0000 mon.smithi117 (mon.0) 676 : cluster [DBG] mds.? [v2:172.21.15.117:6834/440771726,v1:172.21.15.117:6835/440771726] up:rejoin 2024-02-15T17:14:37.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:35.769943+0000 mon.smithi117 (mon.0) 677 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.skzbfo=up:rejoin} 2024-02-15T17:14:37.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:36 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:35.772374+0000 mon.smithi117 (mon.0) 678 : cluster [INF] daemon mds.foofs.smithi117.skzbfo is now active in filesystem foofs as rank 0 2024-02-15T17:14:37.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:35.769880+0000 mon.smithi117 (mon.0) 676 : cluster [DBG] mds.? [v2:172.21.15.117:6834/440771726,v1:172.21.15.117:6835/440771726] up:rejoin 2024-02-15T17:14:37.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:35.769943+0000 mon.smithi117 (mon.0) 677 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.skzbfo=up:rejoin} 2024-02-15T17:14:37.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:35.772374+0000 mon.smithi117 (mon.0) 678 : cluster [INF] daemon mds.foofs.smithi117.skzbfo is now active in filesystem foofs as rank 0 2024-02-15T17:14:38.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:36.118327+0000 mgr.smithi117.jviopl (mgr.14726) 261 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 MiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-15T17:14:38.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:36.768491+0000 mon.smithi117 (mon.0) 679 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-15T17:14:38.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:36.775710+0000 mon.smithi117 (mon.0) 680 : cluster [DBG] mds.? [v2:172.21.15.117:6834/440771726,v1:172.21.15.117:6835/440771726] up:active 2024-02-15T17:14:38.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:36.775768+0000 mon.smithi117 (mon.0) 681 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 2024-02-15T17:14:38.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:36.118327+0000 mgr.smithi117.jviopl (mgr.14726) 261 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 MiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-15T17:14:38.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:36.768491+0000 mon.smithi117 (mon.0) 679 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-15T17:14:38.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:36.775710+0000 mon.smithi117 (mon.0) 680 : cluster [DBG] mds.? [v2:172.21.15.117:6834/440771726,v1:172.21.15.117:6835/440771726] up:active 2024-02-15T17:14:38.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:36.775768+0000 mon.smithi117 (mon.0) 681 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 2024-02-15T17:14:40.043 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:38.118920+0000 mgr.smithi117.jviopl (mgr.14726) 262 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 1.4 KiB/s wr, 5 op/s 2024-02-15T17:14:40.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:38.118920+0000 mgr.smithi117.jviopl (mgr.14726) 262 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 1.4 KiB/s wr, 5 op/s 2024-02-15T17:14:40.770 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (12m) 11s ago 14m 21.9M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (4m) 11s ago 14m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (4m) 29s ago 13m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (12m) 11s ago 13m 33.7M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (18s) 11s ago 8m 10.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc 83c1e7ff3963 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 starting - - - - 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (5m) 11s ago 15m 443M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (5m) 29s ago 13m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (4m) 11s ago 15m 48.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:14:41.345 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (4m) 29s ago 13m 37.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (5m) 11s ago 5m 81.1M - 3.5 6933c2a0b7dd b9479c1e630e 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (5m) 29s ago 5m 55.0M - 3.5 6933c2a0b7dd 08fe631b9d86 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (13m) 11s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 2c321921d4be 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (12m) 29s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (4m) 11s ago 12m 119M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (3m) 11s ago 12m 109M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (3m) 11s ago 11m 88.6M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (2m) 11s ago 11m 114M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (118s) 29s ago 10m 120M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 351be50158bc 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (90s) 29s ago 10m 112M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a2a4b24a634e 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (62s) 29s ago 10m 99.5M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a929741cd657 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (33s) 29s ago 9m 11.6M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 09ea65976ba5 2024-02-15T17:14:41.346 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (5m) 11s ago 13m 62.9M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:14:41.593 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:41.690 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:14:41.690 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:14:41.690 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:14:41.691 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:14:41.691 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:14:41.691 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:14:41.691 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:14:41.691 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:14:41.691 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T17:14:41.691 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:14:41.692 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:14:41.692 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:14:41.692 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:14:41.692 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:14:41.692 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T17:14:41.692 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:14:41.692 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:14:41.979 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:14:41.979 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "osd", 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "crash", 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "mon" 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "15/23 daemons upgraded", 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading mds daemons", 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:14:41.980 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:14:42.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:40.119701+0000 mgr.smithi117.jviopl (mgr.14726) 263 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 1.4 KiB/s wr, 9 op/s 2024-02-15T17:14:42.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:40.758256+0000 mgr.smithi117.jviopl (mgr.14726) 264 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:42.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:41.277602+0000 mon.smithi117 (mon.0) 682 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:42.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:41.278354+0000 mon.smithi117 (mon.0) 683 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:42.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:41.690278+0000 mon.smithi117 (mon.0) 684 : audit [DBG] from='client.? 172.21.15.117:0/2422757739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:42.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:40.119701+0000 mgr.smithi117.jviopl (mgr.14726) 263 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 1.4 KiB/s wr, 9 op/s 2024-02-15T17:14:42.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:40.758256+0000 mgr.smithi117.jviopl (mgr.14726) 264 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:42.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:41.277602+0000 mon.smithi117 (mon.0) 682 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:42.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:41.278354+0000 mon.smithi117 (mon.0) 683 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:42.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:41.690278+0000 mon.smithi117 (mon.0) 684 : audit [DBG] from='client.? 172.21.15.117:0/2422757739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:43.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:41.048695+0000 mgr.smithi117.jviopl (mgr.14726) 265 : audit [DBG] from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:43.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:41.336351+0000 mgr.smithi117.jviopl (mgr.14726) 266 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:43.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:41.779996+0000 mon.smithi117 (mon.0) 685 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T17:14:43.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:41.780019+0000 mon.smithi117 (mon.0) 686 : cluster [INF] Cluster is now healthy 2024-02-15T17:14:43.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:41.783132+0000 mon.smithi117 (mon.0) 687 : cluster [DBG] mds.? [v2:172.21.15.169:6832/480833445,v1:172.21.15.169:6833/480833445] up:boot 2024-02-15T17:14:43.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:41.783189+0000 mon.smithi117 (mon.0) 688 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:14:43.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:41.783482+0000 mon.smithi117 (mon.0) 689 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:14:43.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:41.048695+0000 mgr.smithi117.jviopl (mgr.14726) 265 : audit [DBG] from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:43.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:41.336351+0000 mgr.smithi117.jviopl (mgr.14726) 266 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:43.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:41.779996+0000 mon.smithi117 (mon.0) 685 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T17:14:43.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:41.780019+0000 mon.smithi117 (mon.0) 686 : cluster [INF] Cluster is now healthy 2024-02-15T17:14:43.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:41.783132+0000 mon.smithi117 (mon.0) 687 : cluster [DBG] mds.? [v2:172.21.15.169:6832/480833445,v1:172.21.15.169:6833/480833445] up:boot 2024-02-15T17:14:43.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:41.783189+0000 mon.smithi117 (mon.0) 688 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.skzbfo=up:active} 1 up:standby 2024-02-15T17:14:43.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:41.783482+0000 mon.smithi117 (mon.0) 689 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:14:44.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:41.978300+0000 mgr.smithi117.jviopl (mgr.14726) 267 : audit [DBG] from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:44.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:42.120175+0000 mgr.smithi117.jviopl (mgr.14726) 268 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-02-15T17:14:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:41.978300+0000 mgr.smithi117.jviopl (mgr.14726) 267 : audit [DBG] from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:14:44.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:42.120175+0000 mgr.smithi117.jviopl (mgr.14726) 268 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 1.4 KiB/s wr, 11 op/s 2024-02-15T17:14:45.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:44.120851+0000 mgr.smithi117.jviopl (mgr.14726) 269 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 1.2 KiB/s wr, 10 op/s 2024-02-15T17:14:45.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.383326+0000 mon.smithi117 (mon.0) 690 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.384240+0000 mon.smithi117 (mon.0) 691 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:45.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.384999+0000 mon.smithi117 (mon.0) 692 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:14:45.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.389397+0000 mon.smithi117 (mon.0) 693 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.395208+0000 mon.smithi117 (mon.0) 694 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.398592+0000 mon.smithi117 (mon.0) 695 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.401166+0000 mon.smithi117 (mon.0) 696 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.402521+0000 mon.smithi117 (mon.0) 697 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.403856+0000 mon.smithi117 (mon.0) 698 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.405693+0000 mon.smithi117 (mon.0) 699 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.407569+0000 mon.smithi117 (mon.0) 700 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:44.408212+0000 mgr.smithi117.jviopl (mgr.14726) 270 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.411801+0000 mon.smithi117 (mon.0) 701 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.412603+0000 mon.smithi117 (mon.0) 702 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.416813+0000 mon.smithi117 (mon.0) 703 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi117.skzbfo"}]': finished 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.417483+0000 mon.smithi117 (mon.0) 704 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.420322+0000 mon.smithi117 (mon.0) 705 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi169.xvpiis"}]': finished 2024-02-15T17:14:45.567 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.421249+0000 mon.smithi117 (mon.0) 706 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:44.421849+0000 mgr.smithi117.jviopl (mgr.14726) 271 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.425340+0000 mon.smithi117 (mon.0) 707 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.426260+0000 mon.smithi117 (mon.0) 708 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:44.426817+0000 mgr.smithi117.jviopl (mgr.14726) 272 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.430074+0000 mon.smithi117 (mon.0) 709 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.430953+0000 mon.smithi117 (mon.0) 710 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.431870+0000 mon.smithi117 (mon.0) 711 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:44.432376+0000 mgr.smithi117.jviopl (mgr.14726) 273 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-15T17:14:45.568 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:44.435660+0000 mon.smithi117 (mon.0) 712 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:44.120851+0000 mgr.smithi117.jviopl (mgr.14726) 269 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 1.2 KiB/s wr, 10 op/s 2024-02-15T17:14:45.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.383326+0000 mon.smithi117 (mon.0) 690 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.384240+0000 mon.smithi117 (mon.0) 691 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.384999+0000 mon.smithi117 (mon.0) 692 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.389397+0000 mon.smithi117 (mon.0) 693 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.395208+0000 mon.smithi117 (mon.0) 694 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.398592+0000 mon.smithi117 (mon.0) 695 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.401166+0000 mon.smithi117 (mon.0) 696 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.402521+0000 mon.smithi117 (mon.0) 697 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.403856+0000 mon.smithi117 (mon.0) 698 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.405693+0000 mon.smithi117 (mon.0) 699 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.407569+0000 mon.smithi117 (mon.0) 700 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:44.408212+0000 mgr.smithi117.jviopl (mgr.14726) 270 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.411801+0000 mon.smithi117 (mon.0) 701 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.412603+0000 mon.smithi117 (mon.0) 702 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi117.skzbfo"}]: dispatch 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.416813+0000 mon.smithi117 (mon.0) 703 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi117.skzbfo"}]': finished 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.417483+0000 mon.smithi117 (mon.0) 704 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi169.xvpiis"}]: dispatch 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.420322+0000 mon.smithi117 (mon.0) 705 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi169.xvpiis"}]': finished 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.421249+0000 mon.smithi117 (mon.0) 706 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:44.421849+0000 mgr.smithi117.jviopl (mgr.14726) 271 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.425340+0000 mon.smithi117 (mon.0) 707 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.426260+0000 mon.smithi117 (mon.0) 708 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:44.426817+0000 mgr.smithi117.jviopl (mgr.14726) 272 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.430074+0000 mon.smithi117 (mon.0) 709 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.430953+0000 mon.smithi117 (mon.0) 710 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.431870+0000 mon.smithi117 (mon.0) 711 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:44.432376+0000 mgr.smithi117.jviopl (mgr.14726) 273 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-15T17:14:45.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:44.435660+0000 mon.smithi117 (mon.0) 712 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:46.635 INFO:teuthology.orchestra.run.smithi117.stderr:mount.nfs: mounting smithi117:/fake failed, reason given by server: No such file or directory 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:46.121565+0000 mgr.smithi117.jviopl (mgr.14726) 274 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 7.7 KiB/s wr, 12 op/s 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:46.442431+0000 mgr.smithi117.jviopl (mgr.14726) 275 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi117.onaiss (1/2) 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.447400+0000 mon.smithi117 (mon.0) 713 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:46.448045+0000 mgr.smithi117.jviopl (mgr.14726) 276 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi117.onaiss 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.448308+0000 mon.smithi117 (mon.0) 714 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:46.448874+0000 mgr.smithi117.jviopl (mgr.14726) 277 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.449094+0000 mon.smithi117 (mon.0) 715 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.451968+0000 mon.smithi117 (mon.0) 716 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T17:14:47.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.453201+0000 mon.smithi117 (mon.0) 717 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:47.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.494690+0000 mon.smithi117 (mon.0) 718 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:14:47.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.498179+0000 mon.smithi117 (mon.0) 719 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:14:47.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:46.545068+0000 mgr.smithi117.jviopl (mgr.14726) 278 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:14:47.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:46.545185+0000 mgr.smithi117.jviopl (mgr.14726) 279 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi117.onaiss-rgw 2024-02-15T17:14:47.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.545540+0000 mon.smithi117 (mon.0) 720 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:14:47.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:46.551428+0000 mon.smithi117 (mon.0) 721 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:47.701 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:46.552134+0000 mgr.smithi117.jviopl (mgr.14726) 280 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi117.onaiss on smithi117 2024-02-15T17:14:47.729 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:46.121565+0000 mgr.smithi117.jviopl (mgr.14726) 274 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 7.7 KiB/s wr, 12 op/s 2024-02-15T17:14:47.729 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:46.442431+0000 mgr.smithi117.jviopl (mgr.14726) 275 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi117.onaiss (1/2) 2024-02-15T17:14:47.729 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.447400+0000 mon.smithi117 (mon.0) 713 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:46.448045+0000 mgr.smithi117.jviopl (mgr.14726) 276 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi117.onaiss 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.448308+0000 mon.smithi117 (mon.0) 714 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:46.448874+0000 mgr.smithi117.jviopl (mgr.14726) 277 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.449094+0000 mon.smithi117 (mon.0) 715 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.451968+0000 mon.smithi117 (mon.0) 716 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.453201+0000 mon.smithi117 (mon.0) 717 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.494690+0000 mon.smithi117 (mon.0) 718 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.498179+0000 mon.smithi117 (mon.0) 719 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:46.545068+0000 mgr.smithi117.jviopl (mgr.14726) 278 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:46.545185+0000 mgr.smithi117.jviopl (mgr.14726) 279 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi117.onaiss-rgw 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.545540+0000 mon.smithi117 (mon.0) 720 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi117.onaiss-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:46.551428+0000 mon.smithi117 (mon.0) 721 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:47.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:46.552134+0000 mgr.smithi117.jviopl (mgr.14726) 280 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi117.onaiss on smithi117 2024-02-15T17:14:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:48.122244+0000 mgr.smithi117.jviopl (mgr.14726) 281 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 MiB/s rd, 6.7 KiB/s wr, 9 op/s 2024-02-15T17:14:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:48.122244+0000 mgr.smithi117.jviopl (mgr.14726) 281 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 MiB/s rd, 6.7 KiB/s wr, 9 op/s 2024-02-15T17:14:51.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:50.122795+0000 mgr.smithi117.jviopl (mgr.14726) 282 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 MiB/s rd, 6.7 KiB/s wr, 8 op/s 2024-02-15T17:14:51.531 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:50.430876+0000 mon.smithi117 (mon.0) 722 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:50.122795+0000 mgr.smithi117.jviopl (mgr.14726) 282 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 MiB/s rd, 6.7 KiB/s wr, 8 op/s 2024-02-15T17:14:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:50.430876+0000 mon.smithi117 (mon.0) 722 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:53.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:51.865171+0000 mgr.smithi117.jviopl (mgr.14726) 283 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi169.ytquhs (2/2) 2024-02-15T17:14:53.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.870320+0000 mon.smithi117 (mon.0) 723 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:51.871005+0000 mgr.smithi117.jviopl (mgr.14726) 284 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi169.ytquhs 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.871321+0000 mon.smithi117 (mon.0) 724 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:51.871956+0000 mgr.smithi117.jviopl (mgr.14726) 285 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.872224+0000 mon.smithi117 (mon.0) 725 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.875515+0000 mon.smithi117 (mon.0) 726 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.876689+0000 mon.smithi117 (mon.0) 727 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.919629+0000 mon.smithi117 (mon.0) 728 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.923203+0000 mon.smithi117 (mon.0) 729 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:51.969473+0000 mgr.smithi117.jviopl (mgr.14726) 286 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:51.969570+0000 mgr.smithi117.jviopl (mgr.14726) 287 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi169.ytquhs-rgw 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.969909+0000 mon.smithi117 (mon.0) 730 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:51.970984+0000 mon.smithi117 (mon.0) 731 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:14:51.971708+0000 mgr.smithi117.jviopl (mgr.14726) 288 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi169.ytquhs on smithi169 2024-02-15T17:14:53.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:52.123575+0000 mgr.smithi117.jviopl (mgr.14726) 289 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 7.8 KiB/s wr, 8 op/s 2024-02-15T17:14:53.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:51.865171+0000 mgr.smithi117.jviopl (mgr.14726) 283 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi169.ytquhs (2/2) 2024-02-15T17:14:53.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.870320+0000 mon.smithi117 (mon.0) 723 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:53.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:51.871005+0000 mgr.smithi117.jviopl (mgr.14726) 284 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi169.ytquhs 2024-02-15T17:14:53.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.871321+0000 mon.smithi117 (mon.0) 724 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T17:14:53.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:51.871956+0000 mgr.smithi117.jviopl (mgr.14726) 285 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T17:14:53.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.872224+0000 mon.smithi117 (mon.0) 725 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.875515+0000 mon.smithi117 (mon.0) 726 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.876689+0000 mon.smithi117 (mon.0) 727 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.919629+0000 mon.smithi117 (mon.0) 728 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.923203+0000 mon.smithi117 (mon.0) 729 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:51.969473+0000 mgr.smithi117.jviopl (mgr.14726) 286 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:51.969570+0000 mgr.smithi117.jviopl (mgr.14726) 287 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi169.ytquhs-rgw 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.969909+0000 mon.smithi117 (mon.0) 730 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi169.ytquhs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:51.970984+0000 mon.smithi117 (mon.0) 731 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:14:51.971708+0000 mgr.smithi117.jviopl (mgr.14726) 288 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi169.ytquhs on smithi169 2024-02-15T17:14:53.199 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:52.123575+0000 mgr.smithi117.jviopl (mgr.14726) 289 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 7.8 KiB/s wr, 8 op/s 2024-02-15T17:14:54.701 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-15T17:14:54.736 INFO:teuthology.orchestra.run.smithi117.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-15T17:14:54.736 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:14:54.736 INFO:teuthology.orchestra.run.smithi117.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-15T17:14:54.736 INFO:teuthology.orchestra.run.smithi117.stdout:4 of 5 processes prepared for launch 0 sec 2024-02-15T17:14:54.837 INFO:teuthology.orchestra.run.smithi117.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-15T17:14:54.837 INFO:teuthology.orchestra.run.smithi117.stdout:releasing clients 2024-02-15T17:14:55.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:54.124111+0000 mgr.smithi117.jviopl (mgr.14726) 290 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 7.8 KiB/s wr, 7 op/s 2024-02-15T17:14:55.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:54.124111+0000 mgr.smithi117.jviopl (mgr.14726) 290 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 7.8 KiB/s wr, 7 op/s 2024-02-15T17:14:55.837 INFO:teuthology.orchestra.run.smithi117.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 999.881 ms 2024-02-15T17:14:56.837 INFO:teuthology.orchestra.run.smithi117.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 1999.962 ms 2024-02-15T17:14:56.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:55.454325+0000 mon.smithi117 (mon.0) 732 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:56.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:56 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:55.455192+0000 mon.smithi117 (mon.0) 733 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:56.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:55.454325+0000 mon.smithi117 (mon.0) 732 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:56.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:56 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:55.455192+0000 mon.smithi117 (mon.0) 733 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:14:57.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:56.124574+0000 mgr.smithi117.jviopl (mgr.14726) 291 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 8.8 KiB/s wr, 8 op/s 2024-02-15T17:14:57.837 INFO:teuthology.orchestra.run.smithi117.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.035 ms 2024-02-15T17:14:57.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:56.124574+0000 mgr.smithi117.jviopl (mgr.14726) 291 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 8.8 KiB/s wr, 8 op/s 2024-02-15T17:14:58.837 INFO:teuthology.orchestra.run.smithi117.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4000.135 ms 2024-02-15T17:14:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:14:58.125055+0000 mgr.smithi117.jviopl (mgr.14726) 292 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 3.0 KiB/s wr, 9 op/s 2024-02-15T17:14:59.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:14:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:14:58.436054+0000 mon.smithi117 (mon.0) 734 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:14:59.837 INFO:teuthology.orchestra.run.smithi117.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5000.161 ms 2024-02-15T17:14:59.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:14:58.125055+0000 mgr.smithi117.jviopl (mgr.14726) 292 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 3.0 KiB/s wr, 9 op/s 2024-02-15T17:14:59.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:14:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:14:58.436054+0000 mon.smithi117 (mon.0) 734 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:00.837 INFO:teuthology.orchestra.run.smithi117.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6000.213 ms 2024-02-15T17:15:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:00.125670+0000 mgr.smithi117.jviopl (mgr.14726) 293 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 3.2 KiB/s wr, 12 op/s 2024-02-15T17:15:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.216471+0000 mon.smithi117 (mon.0) 735 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.217276+0000 mon.smithi117 (mon.0) 736 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:15:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.217826+0000 mon.smithi117 (mon.0) 737 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:15:01.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.223722+0000 mon.smithi117 (mon.0) 738 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.230636+0000 mon.smithi117 (mon.0) 739 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.233422+0000 mon.smithi117 (mon.0) 740 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.235384+0000 mon.smithi117 (mon.0) 741 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.236377+0000 mon.smithi117 (mon.0) 742 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.237340+0000 mon.smithi117 (mon.0) 743 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.238786+0000 mon.smithi117 (mon.0) 744 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.240229+0000 mon.smithi117 (mon.0) 745 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.241030+0000 mon.smithi117 (mon.0) 746 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.241851+0000 mon.smithi117 (mon.0) 747 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.242665+0000 mon.smithi117 (mon.0) 748 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.243466+0000 mon.smithi117 (mon.0) 749 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.244464+0000 mon.smithi117 (mon.0) 750 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.250657+0000 mon.smithi117 (mon.0) 751 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.251283+0000 mon.smithi117 (mon.0) 752 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi117.onaiss"}]: dispatch 2024-02-15T17:15:01.699 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.256416+0000 mon.smithi117 (mon.0) 753 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi117.onaiss"}]': finished 2024-02-15T17:15:01.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.256904+0000 mon.smithi117 (mon.0) 754 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi169.ytquhs"}]: dispatch 2024-02-15T17:15:01.700 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:01.262117+0000 mon.smithi117 (mon.0) 755 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi169.ytquhs"}]': finished 2024-02-15T17:15:01.811 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:00.125670+0000 mgr.smithi117.jviopl (mgr.14726) 293 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 3.2 KiB/s wr, 12 op/s 2024-02-15T17:15:01.811 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.216471+0000 mon.smithi117 (mon.0) 735 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.217276+0000 mon.smithi117 (mon.0) 736 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.217826+0000 mon.smithi117 (mon.0) 737 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.223722+0000 mon.smithi117 (mon.0) 738 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.230636+0000 mon.smithi117 (mon.0) 739 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.233422+0000 mon.smithi117 (mon.0) 740 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.235384+0000 mon.smithi117 (mon.0) 741 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.236377+0000 mon.smithi117 (mon.0) 742 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.237340+0000 mon.smithi117 (mon.0) 743 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.238786+0000 mon.smithi117 (mon.0) 744 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.240229+0000 mon.smithi117 (mon.0) 745 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.241030+0000 mon.smithi117 (mon.0) 746 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.241851+0000 mon.smithi117 (mon.0) 747 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.812 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.242665+0000 mon.smithi117 (mon.0) 748 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.813 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.243466+0000 mon.smithi117 (mon.0) 749 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.813 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.244464+0000 mon.smithi117 (mon.0) 750 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:01.813 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.250657+0000 mon.smithi117 (mon.0) 751 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:01.813 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.251283+0000 mon.smithi117 (mon.0) 752 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi117.onaiss"}]: dispatch 2024-02-15T17:15:01.813 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.256416+0000 mon.smithi117 (mon.0) 753 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi117.onaiss"}]': finished 2024-02-15T17:15:01.813 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.256904+0000 mon.smithi117 (mon.0) 754 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi169.ytquhs"}]: dispatch 2024-02-15T17:15:01.813 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:01.262117+0000 mon.smithi117 (mon.0) 755 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi169.ytquhs"}]': finished 2024-02-15T17:15:02.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:02 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:01.244907+0000 mgr.smithi117.jviopl (mgr.14726) 294 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-15T17:15:02.840 INFO:teuthology.orchestra.run.smithi117.stdout: 5 399 36.15 MB/sec execute 1 sec latency 21.254 ms 2024-02-15T17:15:02.890 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:02 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:01.244907+0000 mgr.smithi117.jviopl (mgr.14726) 294 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-15T17:15:03.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:02.126144+0000 mgr.smithi117.jviopl (mgr.14726) 295 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 1.2 MiB/s wr, 18 op/s 2024-02-15T17:15:03.816 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:02.126144+0000 mgr.smithi117.jviopl (mgr.14726) 295 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 1.2 MiB/s wr, 18 op/s 2024-02-15T17:15:03.838 INFO:teuthology.orchestra.run.smithi117.stdout: 5 680 35.68 MB/sec execute 2 sec latency 32.090 ms 2024-02-15T17:15:04.803 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:02.913246+0000 mgr.smithi117.jviopl (mgr.14726) 296 : cephadm [INF] Upgrade: Updating node-exporter.smithi117 (1/2) 2024-02-15T17:15:04.803 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:04 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:02.913386+0000 mgr.smithi117.jviopl (mgr.14726) 297 : cephadm [INF] Deploying daemon node-exporter.smithi117 on smithi117 2024-02-15T17:15:04.837 INFO:teuthology.orchestra.run.smithi117.stdout: 5 1040 26.31 MB/sec execute 3 sec latency 53.206 ms 2024-02-15T17:15:04.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:02.913246+0000 mgr.smithi117.jviopl (mgr.14726) 296 : cephadm [INF] Upgrade: Updating node-exporter.smithi117 (1/2) 2024-02-15T17:15:04.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:04 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:02.913386+0000 mgr.smithi117.jviopl (mgr.14726) 297 : cephadm [INF] Deploying daemon node-exporter.smithi117 on smithi117 2024-02-15T17:15:05.566 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:04.126646+0000 mgr.smithi117.jviopl (mgr.14726) 298 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 3.2 MiB/s wr, 28 op/s 2024-02-15T17:15:05.838 INFO:teuthology.orchestra.run.smithi117.stdout: 5 1870 24.34 MB/sec execute 4 sec latency 19.492 ms 2024-02-15T17:15:05.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:04.126646+0000 mgr.smithi117.jviopl (mgr.14726) 298 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 3.2 MiB/s wr, 28 op/s 2024-02-15T17:15:06.838 INFO:teuthology.orchestra.run.smithi117.stdout: 5 cleanup 5 sec 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: 0 cleanup 5 sec 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: Operation Count AvgLat MaxLat 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: ---------------------------------------- 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: NTCreateX 2156 3.174 33.694 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: Close 1850 2.970 24.749 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: Rename 91 7.965 53.196 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: Unlink 216 2.765 13.784 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: Qpathinfo 1845 0.955 17.258 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: Qfileinfo 677 7.821 22.682 2024-02-15T17:15:06.984 INFO:teuthology.orchestra.run.smithi117.stdout: Qfsinfo 275 0.445 3.407 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout: Sfileinfo 250 8.308 32.085 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout: Find 643 0.341 6.472 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout: WriteX 2491 0.020 0.065 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout: ReadX 3089 0.011 1.442 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout: LockX 10 0.385 0.964 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout: UnlockX 10 0.376 0.990 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout: Flush 177 10.151 30.473 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:15:06.985 INFO:teuthology.orchestra.run.smithi117.stdout:Throughput 24.3392 MB/sec 5 clients 5 procs max_latency=53.206 ms 2024-02-15T17:15:06.986 DEBUG:teuthology.parallel:result is None 2024-02-15T17:15:07.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:06.127154+0000 mgr.smithi117.jviopl (mgr.14726) 299 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 33 KiB/s rd, 5.6 MiB/s wr, 192 op/s 2024-02-15T17:15:07.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:06.127154+0000 mgr.smithi117.jviopl (mgr.14726) 299 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 357 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 33 KiB/s rd, 5.6 MiB/s wr, 192 op/s 2024-02-15T17:15:09.404 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:08.127657+0000 mgr.smithi117.jviopl (mgr.14726) 300 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 32 KiB/s rd, 10 MiB/s wr, 323 op/s 2024-02-15T17:15:09.404 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:08.173369+0000 mon.smithi117 (mon.0) 756 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:09.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:08.127657+0000 mgr.smithi117.jviopl (mgr.14726) 300 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 32 KiB/s rd, 10 MiB/s wr, 323 op/s 2024-02-15T17:15:09.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:08.173369+0000 mon.smithi117 (mon.0) 756 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:09.821701+0000 mgr.smithi117.jviopl (mgr.14726) 301 : cephadm [INF] Upgrade: Updating node-exporter.smithi169 (2/2) 2024-02-15T17:15:10.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:10 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:09.821893+0000 mgr.smithi117.jviopl (mgr.14726) 302 : cephadm [INF] Deploying daemon node-exporter.smithi169 on smithi169 2024-02-15T17:15:10.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:09.821701+0000 mgr.smithi117.jviopl (mgr.14726) 301 : cephadm [INF] Upgrade: Updating node-exporter.smithi169 (2/2) 2024-02-15T17:15:10.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:10 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:09.821893+0000 mgr.smithi117.jviopl (mgr.14726) 302 : cephadm [INF] Deploying daemon node-exporter.smithi169 on smithi169 2024-02-15T17:15:11.493 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:10.128289+0000 mgr.smithi117.jviopl (mgr.14726) 303 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 304 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 11 MiB/s wr, 383 op/s 2024-02-15T17:15:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:10.128289+0000 mgr.smithi117.jviopl (mgr.14726) 303 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 304 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 11 MiB/s wr, 383 op/s 2024-02-15T17:15:12.297 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:15:12.877 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:15:12.877 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (12m) 11s ago 14m 21.9M - 0.20.0 0881eb8f169f 0e00f3a4e1a0 2024-02-15T17:15:12.877 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (4m) 11s ago 14m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:15:12.877 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (4m) 14s ago 13m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:15:12.877 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (12m) 11s ago 14m 33.7M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:15:12.877 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (49s) 11s ago 8m 26.8M - 16.2.14-521-g0e714d9a 1fbc92c859dc 83c1e7ff3963 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (32s) 14s ago 8m 11.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc bc95c6e00433 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (5m) 11s ago 16m 444M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (5m) 14s ago 13m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (5m) 11s ago 16m 54.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (5m) 14s ago 13m 43.4M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (23s) 11s ago 6m 62.7M - 3.5 1fbc92c859dc 7c40ff6cdd64 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (18s) 14s ago 6m 18.5M - 3.5 1fbc92c859dc f82b832a0fda 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 starting - - - - 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (13m) 14s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 4c927b6e0714 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (4m) 11s ago 13m 120M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (4m) 11s ago 12m 110M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (3m) 11s ago 12m 90.1M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:15:12.878 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (3m) 11s ago 11m 115M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:15:12.879 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (2m) 14s ago 11m 122M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 351be50158bc 2024-02-15T17:15:12.879 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (2m) 14s ago 11m 117M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a2a4b24a634e 2024-02-15T17:15:12.879 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (93s) 14s ago 10m 106M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a929741cd657 2024-02-15T17:15:12.879 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (65s) 14s ago 10m 133M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 09ea65976ba5 2024-02-15T17:15:12.879 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (5m) 11s ago 13m 66.3M - 2.18.1 de242295e225 372dca0a9412 2024-02-15T17:15:13.218 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:15:13.218 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:15:13.218 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:15:13.218 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:15:13.218 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:15:13.218 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:15:13.218 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:15:13.218 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:15:13.219 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:15:13.509 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:15:13.509 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:15:13.509 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:15:13.509 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:15:13.509 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:15:13.509 INFO:teuthology.orchestra.run.smithi117.stdout: "mon", 2024-02-15T17:15:13.509 INFO:teuthology.orchestra.run.smithi117.stdout: "nfs", 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout: "osd", 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout: "mds", 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout: "crash" 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "18/23 daemons upgraded", 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:15:13.510 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:15:13.513 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:12.128797+0000 mgr.smithi117.jviopl (mgr.14726) 304 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 249 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 12 MiB/s wr, 436 op/s 2024-02-15T17:15:13.514 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:12.283475+0000 mgr.smithi117.jviopl (mgr.14726) 305 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:13.514 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:12.584086+0000 mgr.smithi117.jviopl (mgr.14726) 306 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:13.563 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:12.128797+0000 mgr.smithi117.jviopl (mgr.14726) 304 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 249 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 12 MiB/s wr, 436 op/s 2024-02-15T17:15:13.563 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:12.283475+0000 mgr.smithi117.jviopl (mgr.14726) 305 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:13.563 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:12.584086+0000 mgr.smithi117.jviopl (mgr.14726) 306 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:14.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:12.868636+0000 mgr.smithi117.jviopl (mgr.14726) 307 : audit [DBG] from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:14.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:13.218439+0000 mon.smithi117 (mon.0) 757 : audit [DBG] from='client.? 172.21.15.117:0/2095599515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:14.537 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:13.509248+0000 mgr.smithi117.jviopl (mgr.14726) 308 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:14.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:12.868636+0000 mgr.smithi117.jviopl (mgr.14726) 307 : audit [DBG] from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:14.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:13.218439+0000 mon.smithi117 (mon.0) 757 : audit [DBG] from='client.? 172.21.15.117:0/2095599515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:14.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:13.509248+0000 mgr.smithi117.jviopl (mgr.14726) 308 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:14.129392+0000 mgr.smithi117.jviopl (mgr.14726) 309 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 223 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 25 KiB/s rd, 10 MiB/s wr, 437 op/s 2024-02-15T17:15:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:14.604583+0000 mon.smithi117 (mon.0) 758 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:14.605427+0000 mon.smithi117 (mon.0) 759 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:14.129392+0000 mgr.smithi117.jviopl (mgr.14726) 309 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 223 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 25 KiB/s rd, 10 MiB/s wr, 437 op/s 2024-02-15T17:15:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:14.604583+0000 mon.smithi117 (mon.0) 758 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:14.605427+0000 mon.smithi117 (mon.0) 759 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:17.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:16.129942+0000 mgr.smithi117.jviopl (mgr.14726) 310 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 219 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22 KiB/s rd, 8.4 MiB/s wr, 424 op/s 2024-02-15T17:15:17.947 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:16.129942+0000 mgr.smithi117.jviopl (mgr.14726) 310 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 219 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22 KiB/s rd, 8.4 MiB/s wr, 424 op/s 2024-02-15T17:15:18.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:18 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:17.737110+0000 mon.smithi117 (mon.0) 760 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:19.200 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:18 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:17.737110+0000 mon.smithi117 (mon.0) 760 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:19.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:18.130537+0000 mgr.smithi117.jviopl (mgr.14726) 311 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 219 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.0 MiB/s wr, 261 op/s 2024-02-15T17:15:20.198 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:18.130537+0000 mgr.smithi117.jviopl (mgr.14726) 311 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 219 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.0 MiB/s wr, 261 op/s 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.002288+0000 mon.smithi117 (mon.0) 761 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.003064+0000 mon.smithi117 (mon.0) 762 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.003600+0000 mon.smithi117 (mon.0) 763 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.007322+0000 mon.smithi117 (mon.0) 764 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.012182+0000 mon.smithi117 (mon.0) 765 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.014830+0000 mon.smithi117 (mon.0) 766 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.016586+0000 mon.smithi117 (mon.0) 767 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.017624+0000 mon.smithi117 (mon.0) 768 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.018654+0000 mon.smithi117 (mon.0) 769 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.020119+0000 mon.smithi117 (mon.0) 770 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.021531+0000 mon.smithi117 (mon.0) 771 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.157 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.022308+0000 mon.smithi117 (mon.0) 772 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.023066+0000 mon.smithi117 (mon.0) 773 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.023841+0000 mon.smithi117 (mon.0) 774 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.024603+0000 mon.smithi117 (mon.0) 775 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.025554+0000 mon.smithi117 (mon.0) 776 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:20.026652+0000 mon.smithi117 (mon.0) 777 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.158 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:20.131059+0000 mgr.smithi117.jviopl (mgr.14726) 312 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.4 MiB/s wr, 129 op/s 2024-02-15T17:15:21.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.002288+0000 mon.smithi117 (mon.0) 761 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:21.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.003064+0000 mon.smithi117 (mon.0) 762 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:15:21.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.003600+0000 mon.smithi117 (mon.0) 763 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:15:21.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.007322+0000 mon.smithi117 (mon.0) 764 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:21.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.012182+0000 mon.smithi117 (mon.0) 765 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:21.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.014830+0000 mon.smithi117 (mon.0) 766 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.016586+0000 mon.smithi117 (mon.0) 767 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.017624+0000 mon.smithi117 (mon.0) 768 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.018654+0000 mon.smithi117 (mon.0) 769 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.020119+0000 mon.smithi117 (mon.0) 770 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.021531+0000 mon.smithi117 (mon.0) 771 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.022308+0000 mon.smithi117 (mon.0) 772 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.023066+0000 mon.smithi117 (mon.0) 773 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.023841+0000 mon.smithi117 (mon.0) 774 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.024603+0000 mon.smithi117 (mon.0) 775 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.025554+0000 mon.smithi117 (mon.0) 776 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:20.026652+0000 mon.smithi117 (mon.0) 777 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:21.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:20.131059+0000 mgr.smithi117.jviopl (mgr.14726) 312 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 1.4 MiB/s wr, 129 op/s 2024-02-15T17:15:22.275 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:21.562690+0000 mgr.smithi117.jviopl (mgr.14726) 313 : cephadm [INF] Upgrade: Updating prometheus.smithi117 2024-02-15T17:15:22.275 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:22 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:21.571322+0000 mgr.smithi117.jviopl (mgr.14726) 314 : cephadm [INF] Deploying daemon prometheus.smithi117 on smithi117 2024-02-15T17:15:22.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:21.562690+0000 mgr.smithi117.jviopl (mgr.14726) 313 : cephadm [INF] Upgrade: Updating prometheus.smithi117 2024-02-15T17:15:22.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:22 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:21.571322+0000 mgr.smithi117.jviopl (mgr.14726) 314 : cephadm [INF] Deploying daemon prometheus.smithi117 on smithi117 2024-02-15T17:15:23.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:22.131540+0000 mgr.smithi117.jviopl (mgr.14726) 315 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 437 KiB/s wr, 64 op/s 2024-02-15T17:15:23.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:22.131540+0000 mgr.smithi117.jviopl (mgr.14726) 315 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 437 KiB/s wr, 64 op/s 2024-02-15T17:15:25.257 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:24.132059+0000 mgr.smithi117.jviopl (mgr.14726) 316 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 22 KiB/s wr, 10 op/s 2024-02-15T17:15:25.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:24.132059+0000 mgr.smithi117.jviopl (mgr.14726) 316 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 22 KiB/s wr, 10 op/s 2024-02-15T17:15:27.204 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:26.132672+0000 mgr.smithi117.jviopl (mgr.14726) 317 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 22 KiB/s wr, 2 op/s 2024-02-15T17:15:27.205 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:27.049139+0000 mon.smithi117 (mon.0) 778 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:27.205 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:27.049955+0000 mon.smithi117 (mon.0) 779 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:26.132672+0000 mgr.smithi117.jviopl (mgr.14726) 317 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 22 KiB/s wr, 2 op/s 2024-02-15T17:15:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:27.049139+0000 mon.smithi117 (mon.0) 778 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:27.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:27.049955+0000 mon.smithi117 (mon.0) 779 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:29.548 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:28.133263+0000 mgr.smithi117.jviopl (mgr.14726) 318 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 1 op/s 2024-02-15T17:15:29.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:28.133263+0000 mgr.smithi117.jviopl (mgr.14726) 318 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 1 op/s 2024-02-15T17:15:31.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:30.133970+0000 mgr.smithi117.jviopl (mgr.14726) 319 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T17:15:31.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:30.133970+0000 mgr.smithi117.jviopl (mgr.14726) 319 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T17:15:33.586 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:32.134460+0000 mgr.smithi117.jviopl (mgr.14726) 320 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.485039+0000 mon.smithi117 (mon.0) 780 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.767871+0000 mon.smithi117 (mon.0) 781 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.768480+0000 mon.smithi117 (mon.0) 782 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.772496+0000 mon.smithi117 (mon.0) 783 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.777334+0000 mon.smithi117 (mon.0) 784 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.781256+0000 mon.smithi117 (mon.0) 785 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.781594+0000 mgr.smithi117.jviopl (mgr.14726) 321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.782923+0000 mon.smithi117 (mon.0) 786 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.784682+0000 mon.smithi117 (mon.0) 787 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.785689+0000 mon.smithi117 (mon.0) 788 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.786609+0000 mon.smithi117 (mon.0) 789 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.787980+0000 mon.smithi117 (mon.0) 790 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.789428+0000 mon.smithi117 (mon.0) 791 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.790203+0000 mon.smithi117 (mon.0) 792 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.790956+0000 mon.smithi117 (mon.0) 793 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.791755+0000 mon.smithi117 (mon.0) 794 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.792542+0000 mon.smithi117 (mon.0) 795 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.793480+0000 mon.smithi117 (mon.0) 796 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.794537+0000 mon.smithi117 (mon.0) 797 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:32.795533+0000 mon.smithi117 (mon.0) 798 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:32.134460+0000 mgr.smithi117.jviopl (mgr.14726) 320 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-02-15T17:15:33.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.485039+0000 mon.smithi117 (mon.0) 780 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:33.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.767871+0000 mon.smithi117 (mon.0) 781 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:15:33.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.768480+0000 mon.smithi117 (mon.0) 782 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:15:33.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.772496+0000 mon.smithi117 (mon.0) 783 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:33.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.777334+0000 mon.smithi117 (mon.0) 784 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.781256+0000 mon.smithi117 (mon.0) 785 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.781594+0000 mgr.smithi117.jviopl (mgr.14726) 321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.782923+0000 mon.smithi117 (mon.0) 786 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.784682+0000 mon.smithi117 (mon.0) 787 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.785689+0000 mon.smithi117 (mon.0) 788 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.786609+0000 mon.smithi117 (mon.0) 789 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.787980+0000 mon.smithi117 (mon.0) 790 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.789428+0000 mon.smithi117 (mon.0) 791 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.790203+0000 mon.smithi117 (mon.0) 792 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.790956+0000 mon.smithi117 (mon.0) 793 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.791755+0000 mon.smithi117 (mon.0) 794 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.792542+0000 mon.smithi117 (mon.0) 795 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.793480+0000 mon.smithi117 (mon.0) 796 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.794537+0000 mon.smithi117 (mon.0) 797 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:33.950 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:32.795533+0000 mon.smithi117 (mon.0) 798 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:34.134991+0000 mgr.smithi117.jviopl (mgr.14726) 322 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:34.354301+0000 mgr.smithi117.jviopl (mgr.14726) 323 : cephadm [INF] Upgrade: Updating alertmanager.smithi117 2024-02-15T17:15:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:34.360996+0000 mgr.smithi117.jviopl (mgr.14726) 324 : cephadm [INF] Deploying daemon alertmanager.smithi117 on smithi117 2024-02-15T17:15:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:34.134991+0000 mgr.smithi117.jviopl (mgr.14726) 322 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:34.354301+0000 mgr.smithi117.jviopl (mgr.14726) 323 : cephadm [INF] Upgrade: Updating alertmanager.smithi117 2024-02-15T17:15:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:34.360996+0000 mgr.smithi117.jviopl (mgr.14726) 324 : cephadm [INF] Deploying daemon alertmanager.smithi117 on smithi117 2024-02-15T17:15:37.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:36.135433+0000 mgr.smithi117.jviopl (mgr.14726) 325 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:37.947 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:36.135433+0000 mgr.smithi117.jviopl (mgr.14726) 325 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:39.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:38.135948+0000 mgr.smithi117.jviopl (mgr.14726) 326 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:39.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:38.135948+0000 mgr.smithi117.jviopl (mgr.14726) 326 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:41.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:40.136741+0000 mgr.smithi117.jviopl (mgr.14726) 327 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:41.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:40.136741+0000 mgr.smithi117.jviopl (mgr.14726) 327 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:43.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:42.137281+0000 mgr.smithi117.jviopl (mgr.14726) 328 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:15:43.831 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:15:43.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:42.137281+0000 mgr.smithi117.jviopl (mgr.14726) 328 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:15:44.457 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:15:44.457 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 starting - - - - 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (5m) 11s ago 15m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (5m) 26s ago 14m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (13m) 11s ago 14m 33.7M - 6.7.4 557c83e11646 71c30ff19fc9 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (81s) 11s ago 9m 42.9M - 16.2.14-521-g0e714d9a 1fbc92c859dc 83c1e7ff3963 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (63s) 26s ago 9m 11.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc bc95c6e00433 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (6m) 11s ago 16m 445M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (6m) 26s ago 14m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (5m) 11s ago 16m 55.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (5m) 26s ago 14m 43.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (54s) 11s ago 6m 219M - 3.5 1fbc92c859dc 7c40ff6cdd64 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (49s) 26s ago 6m 62.5M - 3.5 1fbc92c859dc f82b832a0fda 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (36s) 11s ago 14m 12.4M - 1.3.1 1dbe0e931976 791f46dc52a9 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (30s) 26s ago 13m 3334k - 1.3.1 1dbe0e931976 eef28bff6d19 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (5m) 11s ago 13m 144M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:15:44.458 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (4m) 11s ago 13m 119M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:15:44.459 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (4m) 11s ago 12m 103M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:15:44.459 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (3m) 11s ago 12m 139M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:15:44.459 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (3m) 26s ago 11m 155M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 351be50158bc 2024-02-15T17:15:44.459 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (2m) 26s ago 11m 125M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a2a4b24a634e 2024-02-15T17:15:44.459 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (2m) 26s ago 11m 124M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a929741cd657 2024-02-15T17:15:44.459 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (96s) 26s ago 10m 155M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 09ea65976ba5 2024-02-15T17:15:44.459 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (17s) 11s ago 14m 36.1M - 2.33.4 514e6a882f6e f8c39bb9c22c 2024-02-15T17:15:44.810 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:15:44.810 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:15:44.810 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:15:44.810 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:15:44.811 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:15:44.890 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:43.818241+0000 mgr.smithi117.jviopl (mgr.14726) 329 : audit [DBG] from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:44.890 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:44.102574+0000 mon.smithi117 (mon.0) 799 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:44.890 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:44 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:44.103292+0000 mon.smithi117 (mon.0) 800 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:44.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:43.818241+0000 mgr.smithi117.jviopl (mgr.14726) 329 : audit [DBG] from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:44.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:44.102574+0000 mon.smithi117 (mon.0) 799 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:44.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:44.103292+0000 mon.smithi117 (mon.0) 800 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:45.110 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:15:45.110 INFO:teuthology.orchestra.run.smithi117.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "in_progress": true, 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "services_complete": [ 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "mon", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "nfs", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "osd", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "mds", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "crash" 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "progress": "18/23 daemons upgraded", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "message": "Currently upgrading alertmanager daemons", 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout: "is_paused": false 2024-02-15T17:15:45.111 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:15:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:44.125530+0000 mgr.smithi117.jviopl (mgr.14726) 330 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:44.137695+0000 mgr.smithi117.jviopl (mgr.14726) 331 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:44.448609+0000 mgr.smithi117.jviopl (mgr.14726) 332 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:44.810435+0000 mon.smithi117 (mon.0) 801 : audit [DBG] from='client.? 172.21.15.117:0/1999887148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:45.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:44.125530+0000 mgr.smithi117.jviopl (mgr.14726) 330 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:45.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:44.137695+0000 mgr.smithi117.jviopl (mgr.14726) 331 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:45.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:44.448609+0000 mgr.smithi117.jviopl (mgr.14726) 332 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:45.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:44.810435+0000 mon.smithi117 (mon.0) 801 : audit [DBG] from='client.? 172.21.15.117:0/1999887148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:46.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:46 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:45.110724+0000 mgr.smithi117.jviopl (mgr.14726) 333 : audit [DBG] from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:46.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:45.110724+0000 mgr.smithi117.jviopl (mgr.14726) 333 : audit [DBG] from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:15:47.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:46.138159+0000 mgr.smithi117.jviopl (mgr.14726) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:47.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:46.138159+0000 mgr.smithi117.jviopl (mgr.14726) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:48.138746+0000 mgr.smithi117.jviopl (mgr.14726) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.464558+0000 mon.smithi117 (mon.0) 802 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.465387+0000 mon.smithi117 (mon.0) 803 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:15:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.466004+0000 mon.smithi117 (mon.0) 804 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:15:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.469485+0000 mon.smithi117 (mon.0) 805 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.476194+0000 mon.smithi117 (mon.0) 806 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.479962+0000 mon.smithi117 (mon.0) 807 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.481017+0000 mon.smithi117 (mon.0) 808 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi117.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.485039+0000 mon.smithi117 (mon.0) 809 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.487978+0000 mon.smithi117 (mon.0) 810 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.491712+0000 mon.smithi117 (mon.0) 811 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.493536+0000 mon.smithi117 (mon.0) 812 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.494850+0000 mon.smithi117 (mon.0) 813 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.496560+0000 mon.smithi117 (mon.0) 814 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.498082+0000 mon.smithi117 (mon.0) 815 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.498966+0000 mon.smithi117 (mon.0) 816 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.500135+0000 mon.smithi117 (mon.0) 817 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.501439+0000 mon.smithi117 (mon.0) 818 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.502345+0000 mon.smithi117 (mon.0) 819 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.503524+0000 mon.smithi117 (mon.0) 820 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.504667+0000 mon.smithi117 (mon.0) 821 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.505646+0000 mon.smithi117 (mon.0) 822 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.908 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.506608+0000 mon.smithi117 (mon.0) 823 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:48.138746+0000 mgr.smithi117.jviopl (mgr.14726) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.464558+0000 mon.smithi117 (mon.0) 802 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.465387+0000 mon.smithi117 (mon.0) 803 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:15:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.466004+0000 mon.smithi117 (mon.0) 804 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:15:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.469485+0000 mon.smithi117 (mon.0) 805 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.476194+0000 mon.smithi117 (mon.0) 806 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.479962+0000 mon.smithi117 (mon.0) 807 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.481017+0000 mon.smithi117 (mon.0) 808 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi117.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.485039+0000 mon.smithi117 (mon.0) 809 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.487978+0000 mon.smithi117 (mon.0) 810 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.491712+0000 mon.smithi117 (mon.0) 811 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.493536+0000 mon.smithi117 (mon.0) 812 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.494850+0000 mon.smithi117 (mon.0) 813 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.496560+0000 mon.smithi117 (mon.0) 814 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.498082+0000 mon.smithi117 (mon.0) 815 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.498966+0000 mon.smithi117 (mon.0) 816 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.500135+0000 mon.smithi117 (mon.0) 817 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.501439+0000 mon.smithi117 (mon.0) 818 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.502345+0000 mon.smithi117 (mon.0) 819 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.503524+0000 mon.smithi117 (mon.0) 820 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.504667+0000 mon.smithi117 (mon.0) 821 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.505646+0000 mon.smithi117 (mon.0) 822 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:49.949 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.506608+0000 mon.smithi117 (mon.0) 823 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:15:50.647 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.480284+0000 mgr.smithi117.jviopl (mgr.14726) 336 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T17:15:50.648 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:50 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:49.481248+0000 mgr.smithi117.jviopl (mgr.14726) 337 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi117.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T17:15:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.480284+0000 mgr.smithi117.jviopl (mgr.14726) 336 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T17:15:50.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:49.481248+0000 mgr.smithi117.jviopl (mgr.14726) 337 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi117.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T17:15:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:50.139528+0000 mgr.smithi117.jviopl (mgr.14726) 338 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:51.235241+0000 mon.smithi117 (mon.0) 824 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:51.238529+0000 mon.smithi117 (mon.0) 825 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:51.455293+0000 mon.smithi117 (mon.0) 826 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T17:15:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:50.139528+0000 mgr.smithi117.jviopl (mgr.14726) 338 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:51.235241+0000 mon.smithi117 (mon.0) 824 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:51.238529+0000 mon.smithi117 (mon.0) 825 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:15:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:51.455293+0000 mon.smithi117 (mon.0) 826 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T17:15:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:51.067312+0000 mgr.smithi117.jviopl (mgr.14726) 339 : cephadm [INF] Upgrade: Updating grafana.smithi117 2024-02-15T17:15:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:15:51.455643+0000 mgr.smithi117.jviopl (mgr.14726) 340 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T17:15:52.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:52 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:15:51.459703+0000 mgr.smithi117.jviopl (mgr.14726) 341 : cephadm [INF] Deploying daemon grafana.smithi117 on smithi117 2024-02-15T17:15:52.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:51.067312+0000 mgr.smithi117.jviopl (mgr.14726) 339 : cephadm [INF] Upgrade: Updating grafana.smithi117 2024-02-15T17:15:52.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:15:51.455643+0000 mgr.smithi117.jviopl (mgr.14726) 340 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T17:15:52.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:15:51.459703+0000 mgr.smithi117.jviopl (mgr.14726) 341 : cephadm [INF] Deploying daemon grafana.smithi117 on smithi117 2024-02-15T17:15:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:52.139995+0000 mgr.smithi117.jviopl (mgr.14726) 342 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:15:53.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:52.139995+0000 mgr.smithi117.jviopl (mgr.14726) 342 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:15:55.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:54.140395+0000 mgr.smithi117.jviopl (mgr.14726) 343 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:55.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:54.140395+0000 mgr.smithi117.jviopl (mgr.14726) 343 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:57.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:56.140817+0000 mgr.smithi117.jviopl (mgr.14726) 344 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:57.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:56.140817+0000 mgr.smithi117.jviopl (mgr.14726) 344 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:15:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:15:58.141292+0000 mgr.smithi117.jviopl (mgr.14726) 345 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:15:59.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:15:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:15:58.141292+0000 mgr.smithi117.jviopl (mgr.14726) 345 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:01.616 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:00.141805+0000 mgr.smithi117.jviopl (mgr.14726) 346 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:01.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:00.141805+0000 mgr.smithi117.jviopl (mgr.14726) 346 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:03.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:02.142582+0000 mgr.smithi117.jviopl (mgr.14726) 347 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:02.142582+0000 mgr.smithi117.jviopl (mgr.14726) 347 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:05.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:04.143036+0000 mgr.smithi117.jviopl (mgr.14726) 348 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:05.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:04.143036+0000 mgr.smithi117.jviopl (mgr.14726) 348 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:07.367 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:05.985094+0000 mon.smithi117 (mon.0) 827 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:07.368 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:05.985841+0000 mon.smithi117 (mon.0) 828 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:16:07.368 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:06 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:06.143528+0000 mgr.smithi117.jviopl (mgr.14726) 349 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:07.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:05.985094+0000 mon.smithi117 (mon.0) 827 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:07.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:05.985841+0000 mon.smithi117 (mon.0) 828 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:16:07.448 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:06 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:06.143528+0000 mgr.smithi117.jviopl (mgr.14726) 349 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:09.406 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:08.144003+0000 mgr.smithi117.jviopl (mgr.14726) 350 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:09.698 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:08.144003+0000 mgr.smithi117.jviopl (mgr.14726) 350 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:11.623 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:10.144694+0000 mgr.smithi117.jviopl (mgr.14726) 351 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:11.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:10.144694+0000 mgr.smithi117.jviopl (mgr.14726) 351 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:12.145206+0000 mgr.smithi117.jviopl (mgr.14726) 352 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.168080+0000 mon.smithi117 (mon.0) 829 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.168796+0000 mon.smithi117 (mon.0) 830 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.169360+0000 mon.smithi117 (mon.0) 831 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.173018+0000 mon.smithi117 (mon.0) 832 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.177982+0000 mon.smithi117 (mon.0) 833 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.181955+0000 mon.smithi117 (mon.0) 834 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.182295+0000 mgr.smithi117.jviopl (mgr.14726) 353 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T17:16:13.449 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.182988+0000 mon.smithi117 (mon.0) 835 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T17:16:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.183254+0000 mgr.smithi117.jviopl (mgr.14726) 354 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T17:16:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.187060+0000 mon.smithi117 (mon.0) 836 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.190573+0000 mon.smithi117 (mon.0) 837 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:16:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.194724+0000 mon.smithi117 (mon.0) 838 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.196535+0000 mon.smithi117 (mon.0) 839 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.197645+0000 mon.smithi117 (mon.0) 840 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.199023+0000 mon.smithi117 (mon.0) 841 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.450 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.200505+0000 mon.smithi117 (mon.0) 842 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.201355+0000 mon.smithi117 (mon.0) 843 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.202210+0000 mon.smithi117 (mon.0) 844 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.203035+0000 mon.smithi117 (mon.0) 845 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.203915+0000 mon.smithi117 (mon.0) 846 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.205173+0000 mon.smithi117 (mon.0) 847 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.206469+0000 mon.smithi117 (mon.0) 848 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.207712+0000 mon.smithi117 (mon.0) 849 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.208743+0000 mon.smithi117 (mon.0) 850 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.209726+0000 mon.smithi117 (mon.0) 851 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:16:12.210223+0000 mgr.smithi117.jviopl (mgr.14726) 355 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.214242+0000 mon.smithi117 (mon.0) 852 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.214844+0000 mon.smithi117 (mon.0) 853 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-15T17:16:13.451 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.219678+0000 mon.smithi117 (mon.0) 854 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-15T17:16:13.452 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.220224+0000 mon.smithi117 (mon.0) 855 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.452 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.222782+0000 mon.smithi117 (mon.0) 856 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-15T17:16:13.452 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.223342+0000 mon.smithi117 (mon.0) 857 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-15T17:16:13.452 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.225941+0000 mon.smithi117 (mon.0) 858 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-15T17:16:13.452 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.226458+0000 mon.smithi117 (mon.0) 859 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-15T17:16:13.453 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.229015+0000 mon.smithi117 (mon.0) 860 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-15T17:16:13.453 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.229544+0000 mon.smithi117 (mon.0) 861 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-15T17:16:13.453 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.232083+0000 mon.smithi117 (mon.0) 862 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-15T17:16:13.453 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.232611+0000 mon.smithi117 (mon.0) 863 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-15T17:16:13.453 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.235084+0000 mon.smithi117 (mon.0) 864 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-15T17:16:13.453 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.235581+0000 mon.smithi117 (mon.0) 865 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-15T17:16:13.454 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.238103+0000 mon.smithi117 (mon.0) 866 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-15T17:16:13.454 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.238614+0000 mon.smithi117 (mon.0) 867 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.454 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.239087+0000 mon.smithi117 (mon.0) 868 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-15T17:16:13.454 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.241680+0000 mon.smithi117 (mon.0) 869 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-15T17:16:13.454 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.242321+0000 mon.smithi117 (mon.0) 870 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-15T17:16:13.454 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.244893+0000 mon.smithi117 (mon.0) 871 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-15T17:16:13.455 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.245424+0000 mon.smithi117 (mon.0) 872 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.455 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.245841+0000 mon.smithi117 (mon.0) 873 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.455 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.246249+0000 mon.smithi117 (mon.0) 874 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.456 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.246645+0000 mon.smithi117 (mon.0) 875 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.456 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.247034+0000 mon.smithi117 (mon.0) 876 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-15T17:16:13.456 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.249707+0000 mon.smithi117 (mon.0) 877 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-15T17:16:13.456 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cephadm 2024-02-15T17:16:12.250135+0000 mgr.smithi117.jviopl (mgr.14726) 356 : cephadm [INF] Upgrade: Complete! 2024-02-15T17:16:13.456 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.250507+0000 mon.smithi117 (mon.0) 878 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.252419+0000 mon.smithi117 (mon.0) 879 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.252734+0000 mon.smithi117 (mon.0) 880 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.253819+0000 mon.smithi117 (mon.0) 881 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.254316+0000 mon.smithi117 (mon.0) 882 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.257716+0000 mon.smithi117 (mon.0) 883 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.262193+0000 mon.smithi117 (mon.0) 884 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.264837+0000 mon.smithi117 (mon.0) 885 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.265950+0000 mon.smithi117 (mon.0) 886 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.266448+0000 mon.smithi117 (mon.0) 887 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.269551+0000 mon.smithi117 (mon.0) 888 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.457 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:12.273922+0000 mon.smithi117 (mon.0) 889 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:12.145206+0000 mgr.smithi117.jviopl (mgr.14726) 352 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.168080+0000 mon.smithi117 (mon.0) 829 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.168796+0000 mon.smithi117 (mon.0) 830 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.169360+0000 mon.smithi117 (mon.0) 831 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.173018+0000 mon.smithi117 (mon.0) 832 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.177982+0000 mon.smithi117 (mon.0) 833 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.181955+0000 mon.smithi117 (mon.0) 834 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.182295+0000 mgr.smithi117.jviopl (mgr.14726) 353 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.182988+0000 mon.smithi117 (mon.0) 835 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.183254+0000 mgr.smithi117.jviopl (mgr.14726) 354 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi117.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.187060+0000 mon.smithi117 (mon.0) 836 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.657 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.190573+0000 mon.smithi117 (mon.0) 837 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.194724+0000 mon.smithi117 (mon.0) 838 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.196535+0000 mon.smithi117 (mon.0) 839 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.197645+0000 mon.smithi117 (mon.0) 840 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.199023+0000 mon.smithi117 (mon.0) 841 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.200505+0000 mon.smithi117 (mon.0) 842 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.201355+0000 mon.smithi117 (mon.0) 843 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.202210+0000 mon.smithi117 (mon.0) 844 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.203035+0000 mon.smithi117 (mon.0) 845 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.203915+0000 mon.smithi117 (mon.0) 846 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.205173+0000 mon.smithi117 (mon.0) 847 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.206469+0000 mon.smithi117 (mon.0) 848 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.207712+0000 mon.smithi117 (mon.0) 849 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.208743+0000 mon.smithi117 (mon.0) 850 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.209726+0000 mon.smithi117 (mon.0) 851 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:13.658 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:16:12.210223+0000 mgr.smithi117.jviopl (mgr.14726) 355 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.214242+0000 mon.smithi117 (mon.0) 852 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.214844+0000 mon.smithi117 (mon.0) 853 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.219678+0000 mon.smithi117 (mon.0) 854 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.220224+0000 mon.smithi117 (mon.0) 855 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.222782+0000 mon.smithi117 (mon.0) 856 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.223342+0000 mon.smithi117 (mon.0) 857 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.225941+0000 mon.smithi117 (mon.0) 858 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.226458+0000 mon.smithi117 (mon.0) 859 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.229015+0000 mon.smithi117 (mon.0) 860 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.229544+0000 mon.smithi117 (mon.0) 861 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.232083+0000 mon.smithi117 (mon.0) 862 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-15T17:16:13.659 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.232611+0000 mon.smithi117 (mon.0) 863 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.235084+0000 mon.smithi117 (mon.0) 864 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.235581+0000 mon.smithi117 (mon.0) 865 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.238103+0000 mon.smithi117 (mon.0) 866 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.238614+0000 mon.smithi117 (mon.0) 867 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.239087+0000 mon.smithi117 (mon.0) 868 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.241680+0000 mon.smithi117 (mon.0) 869 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.242321+0000 mon.smithi117 (mon.0) 870 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.244893+0000 mon.smithi117 (mon.0) 871 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.245424+0000 mon.smithi117 (mon.0) 872 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.245841+0000 mon.smithi117 (mon.0) 873 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.246249+0000 mon.smithi117 (mon.0) 874 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.246645+0000 mon.smithi117 (mon.0) 875 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T17:16:13.660 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.247034+0000 mon.smithi117 (mon.0) 876 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.249707+0000 mon.smithi117 (mon.0) 877 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cephadm 2024-02-15T17:16:12.250135+0000 mgr.smithi117.jviopl (mgr.14726) 356 : cephadm [INF] Upgrade: Complete! 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.250507+0000 mon.smithi117 (mon.0) 878 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.252419+0000 mon.smithi117 (mon.0) 879 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.252734+0000 mon.smithi117 (mon.0) 880 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.253819+0000 mon.smithi117 (mon.0) 881 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.254316+0000 mon.smithi117 (mon.0) 882 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.257716+0000 mon.smithi117 (mon.0) 883 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.262193+0000 mon.smithi117 (mon.0) 884 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.264837+0000 mon.smithi117 (mon.0) 885 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.265950+0000 mon.smithi117 (mon.0) 886 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.266448+0000 mon.smithi117 (mon.0) 887 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:16:13.661 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.269551+0000 mon.smithi117 (mon.0) 888 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:13.662 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:12.273922+0000 mon.smithi117 (mon.0) 889 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:14.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:14 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:13.471910+0000 mon.smithi117 (mon.0) 890 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:14.947 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:14 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:13.471910+0000 mon.smithi117 (mon.0) 890 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:16:15.831 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:14.145807+0000 mgr.smithi117.jviopl (mgr.14726) 357 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:14.145807+0000 mgr.smithi117.jviopl (mgr.14726) 357 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:16.290 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-15T17:16:16.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:16 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:15.417264+0000 mgr.smithi117.jviopl (mgr.14726) 358 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:16:16.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:16 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:15.417264+0000 mgr.smithi117.jviopl (mgr.14726) 358 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:16:17.742 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:16.146475+0000 mgr.smithi117.jviopl (mgr.14726) 359 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:17.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:16.146475+0000 mgr.smithi117.jviopl (mgr.14726) 359 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:18.428 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:16:18.428 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (35s) 6s ago 15m 16.9M - 0.23.0 ba2b418f427c 8066a3b5c0a5 2024-02-15T17:16:18.428 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (6m) 6s ago 15m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:16:18.428 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (5m) 60s ago 14m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (12s) 6s ago 15m 32.5M - 8.3.5 dad864ee21e9 8650cf642235 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (115s) 6s ago 9m 42.9M - 16.2.14-521-g0e714d9a 1fbc92c859dc 83c1e7ff3963 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (97s) 60s ago 9m 11.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc bc95c6e00433 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (6m) 6s ago 17m 447M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (6m) 60s ago 14m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (6m) 6s ago 17m 56.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (6m) 60s ago 14m 43.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (88s) 6s ago 7m 232M - 3.5 1fbc92c859dc 7c40ff6cdd64 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (83s) 60s ago 7m 62.5M - 3.5 1fbc92c859dc f82b832a0fda 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (70s) 6s ago 15m 13.9M - 1.3.1 1dbe0e931976 791f46dc52a9 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (64s) 60s ago 14m 3334k - 1.3.1 1dbe0e931976 eef28bff6d19 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (5m) 6s ago 14m 144M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (5m) 6s ago 13m 119M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (4m) 6s ago 13m 103M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:16:18.429 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (4m) 6s ago 12m 139M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:16:18.430 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (3m) 60s ago 12m 155M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 351be50158bc 2024-02-15T17:16:18.430 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (3m) 60s ago 12m 125M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a2a4b24a634e 2024-02-15T17:16:18.430 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (2m) 60s ago 11m 124M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a929741cd657 2024-02-15T17:16:18.430 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (2m) 60s ago 11m 155M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 09ea65976ba5 2024-02-15T17:16:18.430 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (51s) 6s ago 14m 63.7M - 2.33.4 514e6a882f6e f8c39bb9c22c 2024-02-15T17:16:19.129 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-15T17:16:19.803 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:18.146946+0000 mgr.smithi117.jviopl (mgr.14726) 360 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:19.804 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:18.419872+0000 mgr.smithi117.jviopl (mgr.14726) 361 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:16:19.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:18.146946+0000 mgr.smithi117.jviopl (mgr.14726) 360 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:19.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:18.419872+0000 mgr.smithi117.jviopl (mgr.14726) 361 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:16:21.406 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:16:21.407 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:16:21.407 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:16:21.407 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:16:21.407 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T17:16:21.407 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:16:21.407 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:16:21.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:20.147467+0000 mgr.smithi117.jviopl (mgr.14726) 362 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:21.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:16:21.406257+0000 mon.smithi117 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.117:0/2800818376' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:21.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:20.147467+0000 mgr.smithi117.jviopl (mgr.14726) 362 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:21.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:16:21.406257+0000 mon.smithi117 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.117:0/2800818376' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:16:22.066 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-15T17:16:23.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:22.147969+0000 mgr.smithi117.jviopl (mgr.14726) 363 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:23.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:22.147969+0000 mgr.smithi117.jviopl (mgr.14726) 363 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:24.026 INFO:teuthology.orchestra.run.smithi117.stdout:wait for servicemap items w/ changing names to refresh 2024-02-15T17:16:24.771 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 60' 2024-02-15T17:16:25.890 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:24.148580+0000 mgr.smithi117.jviopl (mgr.14726) 364 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:25.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:24.148580+0000 mgr.smithi117.jviopl (mgr.14726) 364 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:27.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:26.149034+0000 mgr.smithi117.jviopl (mgr.14726) 365 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:27.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:26.149034+0000 mgr.smithi117.jviopl (mgr.14726) 365 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:28.149624+0000 mgr.smithi117.jviopl (mgr.14726) 366 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:28.149624+0000 mgr.smithi117.jviopl (mgr.14726) 366 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:31.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:30.150414+0000 mgr.smithi117.jviopl (mgr.14726) 367 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:30.150414+0000 mgr.smithi117.jviopl (mgr.14726) 367 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:33.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:32.151016+0000 mgr.smithi117.jviopl (mgr.14726) 368 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:33.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:32.151016+0000 mgr.smithi117.jviopl (mgr.14726) 368 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:35.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:34.151487+0000 mgr.smithi117.jviopl (mgr.14726) 369 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:34.151487+0000 mgr.smithi117.jviopl (mgr.14726) 369 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:37.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:36.152106+0000 mgr.smithi117.jviopl (mgr.14726) 370 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:37.947 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:36.152106+0000 mgr.smithi117.jviopl (mgr.14726) 370 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:39.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:38.152750+0000 mgr.smithi117.jviopl (mgr.14726) 371 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:39.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:38.152750+0000 mgr.smithi117.jviopl (mgr.14726) 371 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:41.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:40.153595+0000 mgr.smithi117.jviopl (mgr.14726) 372 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:41.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:40.153595+0000 mgr.smithi117.jviopl (mgr.14726) 372 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:43.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:42.154243+0000 mgr.smithi117.jviopl (mgr.14726) 373 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:43.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:42.154243+0000 mgr.smithi117.jviopl (mgr.14726) 373 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:45.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:44.154733+0000 mgr.smithi117.jviopl (mgr.14726) 374 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:45.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:44.154733+0000 mgr.smithi117.jviopl (mgr.14726) 374 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:47.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:46.155313+0000 mgr.smithi117.jviopl (mgr.14726) 375 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:47.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:46.155313+0000 mgr.smithi117.jviopl (mgr.14726) 375 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:49.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:48.155954+0000 mgr.smithi117.jviopl (mgr.14726) 376 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:48.155954+0000 mgr.smithi117.jviopl (mgr.14726) 376 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:50.156571+0000 mgr.smithi117.jviopl (mgr.14726) 377 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:50.156571+0000 mgr.smithi117.jviopl (mgr.14726) 377 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:53.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:52.157340+0000 mgr.smithi117.jviopl (mgr.14726) 378 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:53.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:52.157340+0000 mgr.smithi117.jviopl (mgr.14726) 378 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:16:55.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:55 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:54.157836+0000 mgr.smithi117.jviopl (mgr.14726) 379 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:55.947 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:54.157836+0000 mgr.smithi117.jviopl (mgr.14726) 379 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:57.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:56.158538+0000 mgr.smithi117.jviopl (mgr.14726) 380 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:57.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:57 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:56.158538+0000 mgr.smithi117.jviopl (mgr.14726) 380 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:59.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:16:59 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:16:58.159180+0000 mgr.smithi117.jviopl (mgr.14726) 381 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:16:59.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:16:59 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:16:58.159180+0000 mgr.smithi117.jviopl (mgr.14726) 381 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:01.907 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:01 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:00.159954+0000 mgr.smithi117.jviopl (mgr.14726) 382 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:01.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:01 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:00.159954+0000 mgr.smithi117.jviopl (mgr.14726) 382 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:03.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:03 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:02.160439+0000 mgr.smithi117.jviopl (mgr.14726) 383 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:03.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:03 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:02.160439+0000 mgr.smithi117.jviopl (mgr.14726) 383 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:05.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:04.160936+0000 mgr.smithi117.jviopl (mgr.14726) 384 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:05.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:05 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:04.160936+0000 mgr.smithi117.jviopl (mgr.14726) 384 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:07.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:07 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:06.161629+0000 mgr.smithi117.jviopl (mgr.14726) 385 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:07.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:07 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:06.161629+0000 mgr.smithi117.jviopl (mgr.14726) 385 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:09.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:09 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:08.162191+0000 mgr.smithi117.jviopl (mgr.14726) 386 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:09.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:09 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:08.162191+0000 mgr.smithi117.jviopl (mgr.14726) 386 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:11.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:11 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:10.162793+0000 mgr.smithi117.jviopl (mgr.14726) 387 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:11.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:11 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:10.162793+0000 mgr.smithi117.jviopl (mgr.14726) 387 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:12.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:12.276593+0000 mon.smithi117 (mon.0) 892 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:17:12.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:12.579036+0000 mon.smithi117 (mon.0) 893 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:17:12.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:12.579681+0000 mon.smithi117 (mon.0) 894 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:17:12.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:12.583889+0000 mon.smithi117 (mon.0) 895 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:17:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:12.276593+0000 mon.smithi117 (mon.0) 892 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T17:17:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:12.579036+0000 mon.smithi117 (mon.0) 893 : audit [DBG] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T17:17:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:12.579681+0000 mon.smithi117 (mon.0) 894 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T17:17:12.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:12 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:12.583889+0000 mon.smithi117 (mon.0) 895 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:17:13.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:12.163390+0000 mgr.smithi117.jviopl (mgr.14726) 388 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:13.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:13 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:12.593311+0000 mon.smithi117 (mon.0) 896 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:17:13.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:12.163390+0000 mgr.smithi117.jviopl (mgr.14726) 388 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:13.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:13 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:12.593311+0000 mon.smithi117 (mon.0) 896 : audit [INF] from='mgr.14726 172.21.15.117:0/231249953' entity='mgr.smithi117.jviopl' 2024-02-15T17:17:15.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:15 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:14.164042+0000 mgr.smithi117.jviopl (mgr.14726) 389 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:15.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:15 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:14.164042+0000 mgr.smithi117.jviopl (mgr.14726) 389 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:17.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:17 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:16.164727+0000 mgr.smithi117.jviopl (mgr.14726) 390 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:17.947 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:17 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:16.164727+0000 mgr.smithi117.jviopl (mgr.14726) 390 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:19.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:19 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:18.165340+0000 mgr.smithi117.jviopl (mgr.14726) 391 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:19.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:19 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:18.165340+0000 mgr.smithi117.jviopl (mgr.14726) 391 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:21.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:21 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:20.165930+0000 mgr.smithi117.jviopl (mgr.14726) 392 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:21.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:21 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:20.165930+0000 mgr.smithi117.jviopl (mgr.14726) 392 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:23.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:23 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:22.166594+0000 mgr.smithi117.jviopl (mgr.14726) 393 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:23.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:23 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:22.166594+0000 mgr.smithi117.jviopl (mgr.14726) 393 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:25.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:25 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:24.167199+0000 mgr.smithi117.jviopl (mgr.14726) 394 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:25.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:24.167199+0000 mgr.smithi117.jviopl (mgr.14726) 394 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:27.427 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-15T17:17:27.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:27 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:26.167822+0000 mgr.smithi117.jviopl (mgr.14726) 395 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:27.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:26.167822+0000 mgr.smithi117.jviopl (mgr.14726) 395 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:alertmanager.smithi117 smithi117 *:9093,9094 running (106s) 77s ago 16m 16.9M - 0.23.0 ba2b418f427c 8066a3b5c0a5 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi117 smithi117 running (7m) 77s ago 16m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc fcf719e626d8 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:crash.smithi169 smithi169 running (7m) 2m ago 15m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3d1d59cc7f0e 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:grafana.smithi117 smithi117 *:3000 running (84s) 77s ago 16m 32.5M - 8.3.5 dad864ee21e9 8650cf642235 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi117.skzbfo smithi117 running (3m) 77s ago 10m 42.9M - 16.2.14-521-g0e714d9a 1fbc92c859dc 83c1e7ff3963 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:mds.foofs.smithi169.xvpiis smithi169 running (2m) 2m ago 10m 11.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc bc95c6e00433 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi117.jviopl smithi117 *:8443,9283 running (8m) 77s ago 18m 447M - 16.2.14-521-g0e714d9a 1fbc92c859dc fa563005dda1 2024-02-15T17:17:29.613 INFO:teuthology.orchestra.run.smithi117.stdout:mgr.smithi169.mptjes smithi169 *:8443,9283 running (7m) 2m ago 15m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc 046b4062da88 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi117 smithi117 running (7m) 77s ago 18m 56.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 227f4b3f8624 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:mon.smithi169 smithi169 running (7m) 2m ago 15m 43.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc d7e28d4de35e 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.0.1.smithi117.onaiss smithi117 *:2049 running (2m) 77s ago 8m 232M - 3.5 1fbc92c859dc 7c40ff6cdd64 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:nfs.foo.1.1.smithi169.ytquhs smithi169 *:2049 running (2m) 2m ago 8m 62.5M - 3.5 1fbc92c859dc f82b832a0fda 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi117 smithi117 *:9100 running (2m) 77s ago 16m 13.9M - 1.3.1 1dbe0e931976 791f46dc52a9 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:node-exporter.smithi169 smithi169 *:9100 running (2m) 2m ago 15m 3334k - 1.3.1 1dbe0e931976 eef28bff6d19 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:osd.0 smithi117 running (6m) 77s ago 15m 144M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 746e58d34704 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:osd.1 smithi117 running (6m) 77s ago 14m 119M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc dfdfc5db8b90 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:osd.2 smithi117 running (5m) 77s ago 14m 103M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc 0fa62859b9b2 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:osd.3 smithi117 running (5m) 77s ago 14m 139M 1944M 16.2.14-521-g0e714d9a 1fbc92c859dc c51746d285aa 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:osd.4 smithi169 running (4m) 2m ago 13m 155M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 351be50158bc 2024-02-15T17:17:29.614 INFO:teuthology.orchestra.run.smithi117.stdout:osd.5 smithi169 running (4m) 2m ago 13m 125M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a2a4b24a634e 2024-02-15T17:17:29.615 INFO:teuthology.orchestra.run.smithi117.stdout:osd.6 smithi169 running (3m) 2m ago 13m 124M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc a929741cd657 2024-02-15T17:17:29.615 INFO:teuthology.orchestra.run.smithi117.stdout:osd.7 smithi169 running (3m) 2m ago 12m 155M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 09ea65976ba5 2024-02-15T17:17:29.615 INFO:teuthology.orchestra.run.smithi117.stdout:prometheus.smithi117 smithi117 *:9095 running (2m) 77s ago 16m 63.7M - 2.33.4 514e6a882f6e f8c39bb9c22c 2024-02-15T17:17:29.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:29 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:28.168451+0000 mgr.smithi117.jviopl (mgr.14726) 396 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:29.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:28.168451+0000 mgr.smithi117.jviopl (mgr.14726) 396 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:30.279 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-15T17:17:30.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:30 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:29.603771+0000 mgr.smithi117.jviopl (mgr.14726) 397 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:17:30.947 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:29.603771+0000 mgr.smithi117.jviopl (mgr.14726) 397 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:17:31.840 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:31 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:30.169129+0000 mgr.smithi117.jviopl (mgr.14726) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:31.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:30.169129+0000 mgr.smithi117.jviopl (mgr.14726) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:32.543 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-02-15T17:17:32.543 INFO:teuthology.orchestra.run.smithi117.stdout: "mon": { 2024-02-15T17:17:32.543 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:17:32.543 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: "mgr": { 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: "osd": { 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: "mds": { 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: "overall": { 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:17:32.544 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-02-15T17:17:32.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:32 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:32.543515+0000 mon.smithi117 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.117:0/3873260103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:17:32.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:32.543515+0000 mon.smithi117 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.117:0/3873260103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:17:33.269 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-15T17:17:33.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:33 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:32.169676+0000 mgr.smithi117.jviopl (mgr.14726) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:33.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:32.169676+0000 mgr.smithi117.jviopl (mgr.14726) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:35.515 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-02-15T17:17:35.881 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:34.170327+0000 mgr.smithi117.jviopl (mgr.14726) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:35.881 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:35 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:35.503628+0000 mon.smithi117 (mon.0) 898 : audit [DBG] from='client.? 172.21.15.117:0/200791955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:17:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:34.170327+0000 mgr.smithi117.jviopl (mgr.14726) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:35.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:35.503628+0000 mon.smithi117 (mon.0) 898 : audit [DBG] from='client.? 172.21.15.117:0/200791955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:17:36.239 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-15T17:17:37.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:37 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:36.170969+0000 mgr.smithi117.jviopl (mgr.14726) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:37.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:36.170969+0000 mgr.smithi117.jviopl (mgr.14726) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:38.404 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)" 2024-02-15T17:17:38.759 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:38 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:38.393263+0000 mon.smithi117 (mon.0) 899 : audit [DBG] from='client.? 172.21.15.117:0/1282675626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:17:38.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:38.393263+0000 mon.smithi117 (mon.0) 899 : audit [DBG] from='client.? 172.21.15.117:0/1282675626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T17:17:39.085 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-15T17:17:39.086 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-15T17:17:39.086 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-15T17:17:39.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:39 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:38.171598+0000 mgr.smithi117.jviopl (mgr.14726) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:39.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:38.171598+0000 mgr.smithi117.jviopl (mgr.14726) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:41.168 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-15T17:17:41.169 INFO:teuthology.orchestra.run.smithi117.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T16:59:57.511059Z", "last_refresh": "2024-02-15T17:16:12.162469Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T16:59:45.432798Z", "last_refresh": "2024-02-15T17:15:17.731364Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T16:59:54.824266Z", "last_refresh": "2024-02-15T17:16:12.162591Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T17:06:26.350153Z", "last_refresh": "2024-02-15T17:15:17.731957Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T16:59:44.065893Z", "last_refresh": "2024-02-15T17:15:17.731517Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi117:172.21.15.117=smithi117", "smithi169:172.21.15.169=smithi169"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T17:01:01.967069Z", "last_refresh": "2024-02-15T17:15:17.731586Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T17:09:35.526282Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-15T17:08:47.397633Z", "last_refresh": "2024-02-15T17:15:17.732015Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T16:59:56.251534Z", "last_refresh": "2024-02-15T17:15:17.731647Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "last_refresh": "2024-02-15T17:15:17.731707Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T16:59:53.587213Z", "last_refresh": "2024-02-15T17:16:12.162709Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T17:17:41.808 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-15T17:17:41.809 DEBUG:teuthology.parallel:result is None 2024-02-15T17:17:41.809 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T17:17:41.819 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:17:41.819 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-15T17:17:41.850 INFO:teuthology.orchestra.run.smithi117.stderr:+ umount /mnt/foo 2024-02-15T17:17:41.883 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T17:17:41.892 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:17:41.892 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-15T17:17:41.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:41 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:40.172066+0000 mgr.smithi117.jviopl (mgr.14726) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:41.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:40.172066+0000 mgr.smithi117.jviopl (mgr.14726) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:42.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:42 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:41.165578+0000 mgr.smithi117.jviopl (mgr.14726) 404 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:17:42.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:41.165578+0000 mgr.smithi117.jviopl (mgr.14726) 404 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T17:17:43.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:43 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:42.172600+0000 mgr.smithi117.jviopl (mgr.14726) 405 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:43.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:42.172600+0000 mgr.smithi117.jviopl (mgr.14726) 405 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T17:17:44.006 INFO:teuthology.orchestra.run.smithi117.stdout:foo 2024-02-15T17:17:44.707 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-15T17:17:45.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:43.992031+0000 mgr.smithi117.jviopl (mgr.14726) 406 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:17:45.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:44.173078+0000 mgr.smithi117.jviopl (mgr.14726) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:46.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:43.992031+0000 mgr.smithi117.jviopl (mgr.14726) 406 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:17:46.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:45 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:44.173078+0000 mgr.smithi117.jviopl (mgr.14726) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout:[ 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: { 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: "export_id": 1, 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: "path": "/", 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: "cluster_id": "foo", 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: "pseudo": "/fake", 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: "access_type": "RW", 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: "squash": "no_root_squash", 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: "security_label": true, 2024-02-15T17:17:47.124 INFO:teuthology.orchestra.run.smithi117.stdout: "protocols": [ 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: 4 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: "transports": [ 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: "TCP" 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: ], 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: "fsal": { 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: "name": "CEPH", 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: "user_id": "nfs.foo.1", 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: "fs_name": "foofs" 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: }, 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: "clients": [] 2024-02-15T17:17:47.125 INFO:teuthology.orchestra.run.smithi117.stdout: } 2024-02-15T17:17:47.126 INFO:teuthology.orchestra.run.smithi117.stdout:] 2024-02-15T17:17:47.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:46.173580+0000 mgr.smithi117.jviopl (mgr.14726) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:48.031 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:47 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:46.173580+0000 mgr.smithi117.jviopl (mgr.14726) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:48.050 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-15T17:17:48.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:48 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:47.093352+0000 mgr.smithi117.jviopl (mgr.14726) 409 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:17:48.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:47.093352+0000 mgr.smithi117.jviopl (mgr.14726) 409 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T17:17:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:48.174066+0000 mgr.smithi117.jviopl (mgr.14726) 410 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:49.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:48.674502+0000 mon.smithi117 (mon.0) 900 : cluster [DBG] mgrmap e36: smithi117.jviopl(active, since 8m), standbys: smithi169.mptjes 2024-02-15T17:17:49.984 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:48.174066+0000 mgr.smithi117.jviopl (mgr.14726) 410 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:49.984 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:49 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:48.674502+0000 mon.smithi117 (mon.0) 900 : cluster [DBG] mgrmap e36: smithi117.jviopl(active, since 8m), standbys: smithi169.mptjes 2024-02-15T17:17:50.075 INFO:teuthology.orchestra.run.smithi117.stdout:foo grace 2024-02-15T17:17:50.075 INFO:teuthology.orchestra.run.smithi117.stdout:foo rec-0000000000000005:nfs.foo.1 2024-02-15T17:17:50.075 INFO:teuthology.orchestra.run.smithi117.stdout:foo rec-0000000000000005:nfs.foo.0 2024-02-15T17:17:50.075 INFO:teuthology.orchestra.run.smithi117.stdout:foo conf-nfs.foo 2024-02-15T17:17:50.075 INFO:teuthology.orchestra.run.smithi117.stdout:foo export-1 2024-02-15T17:17:50.787 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-15T17:17:51.906 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:51 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:50.174578+0000 mgr.smithi117.jviopl (mgr.14726) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:51.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:50.174578+0000 mgr.smithi117.jviopl (mgr.14726) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T17:17:53.104 INFO:teuthology.orchestra.run.smithi117.stdout:5 2024-02-15T17:17:53.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: cluster 2024-02-15T17:17:52.175137+0000 mgr.smithi117.jviopl (mgr.14726) 412 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-15T17:17:53.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:53 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: audit 2024-02-15T17:17:53.093015+0000 mon.smithi117 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.117:0/2112643161' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-15T17:17:53.878 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-15T17:17:53.888 INFO:tasks.cephadm:Teardown begin 2024-02-15T17:17:53.888 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T17:17:53.918 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T17:17:53.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: cluster 2024-02-15T17:17:52.175137+0000 mgr.smithi117.jviopl (mgr.14726) 412 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 211 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-15T17:17:53.948 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: audit 2024-02-15T17:17:53.093015+0000 mon.smithi117 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.117:0/2112643161' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-15T17:17:53.957 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-15T17:17:53.957 DEBUG:teuthology.orchestra.run.smithi117:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-15T17:17:53.976 DEBUG:teuthology.orchestra.run.smithi169:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-15T17:17:54.018 INFO:tasks.cephadm:Stopping all daemons... 2024-02-15T17:17:54.019 INFO:tasks.cephadm.mon.smithi117:Stopping mon.smithi117... 2024-02-15T17:17:54.019 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117 2024-02-15T17:17:54.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:54 smithi117 systemd[1]: Stopping Ceph mon.smithi117 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:17:54.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:54 smithi117 bash[100795]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi117" found: no such container 2024-02-15T17:17:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:17:54.312+0000 7fbe93217700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi117 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T17:17:54.656 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:54 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117[76976]: debug 2024-02-15T17:17:54.312+0000 7fbe93217700 -1 mon.smithi117@0(leader) e2 *** Got Signal Terminated *** 2024-02-15T17:17:55.156 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 15 17:17:54 smithi117 bash[100835]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi117 2024-02-15T17:17:55.356 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi117.service' 2024-02-15T17:17:55.436 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:17:55.436 INFO:tasks.cephadm.mon.smithi117:Stopped mon.smithi117 2024-02-15T17:17:55.436 INFO:tasks.cephadm.mon.smithi169:Stopping mon.smithi169... 2024-02-15T17:17:55.436 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi169 2024-02-15T17:17:55.752 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:55 smithi169 systemd[1]: Stopping Ceph mon.smithi169 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:17:55.752 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:55 smithi169 bash[69345]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon.smithi169" found: no such container 2024-02-15T17:17:56.188 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:17:55.750+0000 7f950abfd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi169 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-15T17:17:56.188 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169[57076]: debug 2024-02-15T17:17:55.750+0000 7f950abfd700 -1 mon.smithi169@1(peon) e2 *** Got Signal Terminated *** 2024-02-15T17:17:56.447 INFO:journalctl@ceph.mon.smithi169.smithi169.stdout:Feb 15 17:17:56 smithi169 bash[69387]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-mon-smithi169 2024-02-15T17:17:56.855 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@mon.smithi169.service' 2024-02-15T17:17:56.925 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:17:56.925 INFO:tasks.cephadm.mon.smithi169:Stopped mon.smithi169 2024-02-15T17:17:56.926 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-15T17:17:56.926 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.0 2024-02-15T17:17:57.241 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:17:56 smithi117 systemd[1]: Stopping Ceph osd.0 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:17:57.241 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:17:56 smithi117 bash[100967]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.0" found: no such container 2024-02-15T17:17:57.656 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:17:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-0[80499]: debug 2024-02-15T17:17:57.240+0000 7f61f227c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:17:57.656 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:17:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-0[80499]: debug 2024-02-15T17:17:57.240+0000 7f61f227c700 -1 osd.0 108 *** Got signal Terminated *** 2024-02-15T17:17:57.656 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:17:57 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-0[80499]: debug 2024-02-15T17:17:57.240+0000 7f61f227c700 -1 osd.0 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:18:02.906 INFO:journalctl@ceph.osd.0.smithi117.stdout:Feb 15 17:18:02 smithi117 bash[101005]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-0 2024-02-15T17:18:04.628 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.0.service' 2024-02-15T17:18:04.669 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:18:04.669 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-15T17:18:04.669 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-15T17:18:04.669 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.1 2024-02-15T17:18:04.906 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:18:04 smithi117 systemd[1]: Stopping Ceph osd.1 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:18:04.906 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:18:04 smithi117 bash[101242]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.1" found: no such container 2024-02-15T17:18:05.406 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:18:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-1[83014]: debug 2024-02-15T17:18:05.036+0000 7fa3ba757700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:18:05.406 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:18:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-1[83014]: debug 2024-02-15T17:18:05.036+0000 7fa3ba757700 -1 osd.1 108 *** Got signal Terminated *** 2024-02-15T17:18:05.406 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:18:05 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-1[83014]: debug 2024-02-15T17:18:05.036+0000 7fa3ba757700 -1 osd.1 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:18:10.656 INFO:journalctl@ceph.osd.1.smithi117.stdout:Feb 15 17:18:10 smithi117 bash[101283]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-1 2024-02-15T17:18:12.297 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.1.service' 2024-02-15T17:18:12.341 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:18:12.342 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-15T17:18:12.342 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-15T17:18:12.342 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.2 2024-02-15T17:18:12.656 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:18:12 smithi117 systemd[1]: Stopping Ceph osd.2 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:18:12.656 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:18:12 smithi117 bash[101529]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.2" found: no such container 2024-02-15T17:18:13.155 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:18:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-2[85471]: debug 2024-02-15T17:18:12.669+0000 7f01a3575700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:18:13.156 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:18:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-2[85471]: debug 2024-02-15T17:18:12.669+0000 7f01a3575700 -1 osd.2 108 *** Got signal Terminated *** 2024-02-15T17:18:13.156 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:18:12 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-2[85471]: debug 2024-02-15T17:18:12.669+0000 7f01a3575700 -1 osd.2 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:18:18.406 INFO:journalctl@ceph.osd.2.smithi117.stdout:Feb 15 17:18:18 smithi117 bash[101569]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-2 2024-02-15T17:18:20.064 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.2.service' 2024-02-15T17:18:20.105 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:18:20.106 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-15T17:18:20.106 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-15T17:18:20.106 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.3 2024-02-15T17:18:20.406 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:18:20 smithi117 systemd[1]: Stopping Ceph osd.3 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:18:20.406 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:18:20 smithi117 bash[101812]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.3" found: no such container 2024-02-15T17:18:20.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:18:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-3[87925]: debug 2024-02-15T17:18:20.454+0000 7f63d250c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:18:20.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:18:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-3[87925]: debug 2024-02-15T17:18:20.454+0000 7f63d250c700 -1 osd.3 108 *** Got signal Terminated *** 2024-02-15T17:18:20.906 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:18:20 smithi117 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-3[87925]: debug 2024-02-15T17:18:20.454+0000 7f63d250c700 -1 osd.3 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:18:25.686 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:25.343+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:25.686 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:25.339+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:25.942 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:25.686+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:26.156 INFO:journalctl@ceph.osd.3.smithi117.stdout:Feb 15 17:18:25 smithi117 bash[101850]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-3 2024-02-15T17:18:26.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:25 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:25.942+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.838086+0000 front 2024-02-15T17:18:01.838187+0000 (oldest deadline 2024-02-15T17:18:25.938190+0000) 2024-02-15T17:18:26.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:26.298+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:26.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:26.391+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:27.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:26.910+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.838086+0000 front 2024-02-15T17:18:01.838187+0000 (oldest deadline 2024-02-15T17:18:25.938190+0000) 2024-02-15T17:18:27.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:26 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:26.727+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:27.567 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.3.service' 2024-02-15T17:18:27.608 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:18:27.609 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-15T17:18:27.609 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-15T17:18:27.609 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.4 2024-02-15T17:18:27.641 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:27.415+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:27.641 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:27.324+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:27.910 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:27 smithi169 systemd[1]: Stopping Ceph osd.4 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:18:27.911 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:27 smithi169 bash[69522]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.4" found: no such container 2024-02-15T17:18:27.911 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:27.711+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:28.200 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:27.911+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.838086+0000 front 2024-02-15T17:18:01.838187+0000 (oldest deadline 2024-02-15T17:18:25.938190+0000) 2024-02-15T17:18:28.201 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:27.961+0000 7f4450825700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:18:28.201 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:27.961+0000 7f4450825700 -1 osd.4 108 *** Got signal Terminated *** 2024-02-15T17:18:28.201 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:27 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:27.961+0000 7f4450825700 -1 osd.4 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:18:28.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:28.279+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:28.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:28.406+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:29.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:28.922+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.838086+0000 front 2024-02-15T17:18:01.838187+0000 (oldest deadline 2024-02-15T17:18:25.938190+0000) 2024-02-15T17:18:29.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:28 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:28.750+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:29.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:29.237+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:29.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:29.381+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:30.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:29.774+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:30.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:29 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:29.881+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.838086+0000 front 2024-02-15T17:18:01.838187+0000 (oldest deadline 2024-02-15T17:18:25.938190+0000) 2024-02-15T17:18:30.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:30.382+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:30.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:30.204+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:31.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:30.761+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:31.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:30.877+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.838086+0000 front 2024-02-15T17:18:01.838187+0000 (oldest deadline 2024-02-15T17:18:25.938190+0000) 2024-02-15T17:18:31.198 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:30 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:30.877+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.938812+0000 front 2024-02-15T17:18:05.938647+0000 (oldest deadline 2024-02-15T17:18:30.539206+0000) 2024-02-15T17:18:31.623 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:31.206+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:31.624 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:31.420+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:31.624 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:31.420+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:31.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:31.807+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:31.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:31.807+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:31.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:31.858+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.838086+0000 front 2024-02-15T17:18:01.838187+0000 (oldest deadline 2024-02-15T17:18:25.938190+0000) 2024-02-15T17:18:31.948 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:31 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:31.858+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.938812+0000 front 2024-02-15T17:18:05.938647+0000 (oldest deadline 2024-02-15T17:18:30.539206+0000) 2024-02-15T17:18:32.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:32.221+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:32.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:32.460+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:32.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:32.460+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:33.183 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:32.870+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.838086+0000 front 2024-02-15T17:18:01.838187+0000 (oldest deadline 2024-02-15T17:18:25.938190+0000) 2024-02-15T17:18:33.183 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4[59693]: debug 2024-02-15T17:18:32.870+0000 7f444d7a2700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.938812+0000 front 2024-02-15T17:18:05.938647+0000 (oldest deadline 2024-02-15T17:18:30.539206+0000) 2024-02-15T17:18:33.183 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:32.820+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:33.183 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:32 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:32.820+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:33.448 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:33.417+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:33.448 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:33.417+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:33.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:33.181+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:33.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:33.181+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:33.805 INFO:journalctl@ceph.osd.4.smithi169.stdout:Feb 15 17:18:33 smithi169 bash[69561]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-4 2024-02-15T17:18:34.169 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:33.804+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:34.170 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:33 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:33.804+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:34.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:34.168+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:34.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:34.168+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:34.776 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:34.462+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:34.776 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:34.462+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:35.038 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:34.775+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:35.038 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:34 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:34.775+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:35.447 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:35.205+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:35.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:35.205+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:35.474 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.4.service' 2024-02-15T17:18:35.558 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:18:35.559 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-15T17:18:35.559 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-15T17:18:35.559 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.5 2024-02-15T17:18:35.792 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:35.450+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:35.792 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:35.450+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:35.793 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:35 smithi169 systemd[1]: Stopping Ceph osd.5 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:18:35.793 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:35 smithi169 bash[69798]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.5" found: no such container 2024-02-15T17:18:36.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:35.790+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:36.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:35.790+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:36.198 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:35.913+0000 7f71436a8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:18:36.198 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:35.913+0000 7f71436a8700 -1 osd.5 108 *** Got signal Terminated *** 2024-02-15T17:18:36.198 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:35 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:35.913+0000 7f71436a8700 -1 osd.5 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:18:36.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:36.223+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:36.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:36.223+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:36.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:36.465+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:36.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:36.465+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:37.197 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:36.840+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:37.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:36 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:36.840+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:37.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:37.215+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:37.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:37.215+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:37.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:37.448+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:37.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:37.448+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:38.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:37.814+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:38.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:37 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:37.814+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:38.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:38.208+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:38.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:38.208+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:38.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:38.454+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:38.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:38.454+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:39.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:38.817+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:39.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:38.817+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:39.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:38 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:38.817+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:39.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:39.237+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:39.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:39.237+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:39.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:39.482+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:39.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:39.482+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:40.197 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:39.830+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:40.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:39.830+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:40.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:39 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:39.830+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:40.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:40.455+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:18:01.765268+0000 front 2024-02-15T17:18:01.765277+0000 (oldest deadline 2024-02-15T17:18:24.665133+0000) 2024-02-15T17:18:40.698 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5[61678]: debug 2024-02-15T17:18:40.455+0000 7f713c61d700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:05.166313+0000 front 2024-02-15T17:18:05.166270+0000 (oldest deadline 2024-02-15T17:18:31.066065+0000) 2024-02-15T17:18:40.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:40.241+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:40.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:40.241+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:40.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:40.241+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:41.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:40.837+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:41.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:40.837+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:41.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:40 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:40.837+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:41.623 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:41 smithi169 bash[69835]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-5 2024-02-15T17:18:41.623 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:41.254+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:41.624 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:41.254+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:41.624 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:41.254+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:41.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:41.853+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:41.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:41.853+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:41.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:41 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:41.853+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:42.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:42.265+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:42.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:42.265+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:42.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:42.265+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:43.084 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.5.service' 2024-02-15T17:18:43.112 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:43 smithi169 systemd[1]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.5.service: Succeeded. 2024-02-15T17:18:43.112 INFO:journalctl@ceph.osd.5.smithi169.stdout:Feb 15 17:18:43 smithi169 systemd[1]: Stopped Ceph osd.5 for 71b0457c-cc23-11ee-95b9-87774f69a715. 2024-02-15T17:18:43.112 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:42.902+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:43.112 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:42.902+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:43.112 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:42 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:42.902+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:43.125 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:18:43.125 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-15T17:18:43.125 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-15T17:18:43.125 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.6 2024-02-15T17:18:43.439 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:43 smithi169 systemd[1]: Stopping Ceph osd.6 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:18:43.439 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:43 smithi169 bash[70079]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.6" found: no such container 2024-02-15T17:18:43.439 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:43.257+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:43.439 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:43.257+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:43.439 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:43.257+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:43.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:43.438+0000 7f7082e29700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:18:43.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:43.438+0000 7f7082e29700 -1 osd.6 108 *** Got signal Terminated *** 2024-02-15T17:18:43.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:43.438+0000 7f7082e29700 -1 osd.6 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:18:44.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:43.939+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:44.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:43.939+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:44.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:43 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:43.939+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:44.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:44.248+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:44.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:44.248+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:44.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:44.248+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:45.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:44.934+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:45.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:44.934+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:45.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:44 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:44.934+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:45.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:45.246+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:45.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:45.246+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:45.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:45.246+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:46.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:45.913+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:46.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:45.913+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:46.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:45 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:45.913+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:46.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:46.202+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:46.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:46.202+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:46.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:46.202+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:47.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:46.868+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:47.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:46.868+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:47.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:46 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:46.868+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:47.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:47.205+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:47.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:47.205+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:47.698 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:47.205+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:48.183 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:47.909+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:48.183 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:47.909+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:48.183 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:47 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:47.909+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:48.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:48.183+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.389478+0000 front 2024-02-15T17:17:59.389333+0000 (oldest deadline 2024-02-15T17:18:24.689214+0000) 2024-02-15T17:18:48.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:48.183+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.890489+0000 front 2024-02-15T17:18:09.890526+0000 (oldest deadline 2024-02-15T17:18:32.790414+0000) 2024-02-15T17:18:48.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:48.183+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:13.891537+0000 front 2024-02-15T17:18:13.891639+0000 (oldest deadline 2024-02-15T17:18:39.791424+0000) 2024-02-15T17:18:48.448 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6[63573]: debug 2024-02-15T17:18:48.183+0000 7f707cda0700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.117:6830 osd.3 since back 2024-02-15T17:18:23.792757+0000 front 2024-02-15T17:18:23.792729+0000 (oldest deadline 2024-02-15T17:18:47.892696+0000) 2024-02-15T17:18:49.198 INFO:journalctl@ceph.osd.6.smithi169.stdout:Feb 15 17:18:48 smithi169 bash[70117]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-6 2024-02-15T17:18:49.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:48.867+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:49.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:48.867+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:49.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:48 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:48.867+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:49.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:49.824+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:49.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:49.824+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:49.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:49.824+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:49.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:49 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:49.824+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6830 osd.3 since back 2024-02-15T17:18:24.836987+0000 front 2024-02-15T17:18:24.836974+0000 (oldest deadline 2024-02-15T17:18:49.536875+0000) 2024-02-15T17:18:50.703 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.6.service' 2024-02-15T17:18:50.743 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:18:50.743 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-15T17:18:50.743 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-15T17:18:50.744 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.7 2024-02-15T17:18:51.082 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:50 smithi169 systemd[1]: Stopping Ceph osd.7 for 71b0457c-cc23-11ee-95b9-87774f69a715... 2024-02-15T17:18:51.082 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:50 smithi169 bash[70352]: Error: no container with name or ID "ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd.7" found: no such container 2024-02-15T17:18:51.082 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:50.868+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:51.082 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:50.868+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:51.082 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:50.868+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:51.082 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:50 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:50.868+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6830 osd.3 since back 2024-02-15T17:18:24.836987+0000 front 2024-02-15T17:18:24.836974+0000 (oldest deadline 2024-02-15T17:18:49.536875+0000) 2024-02-15T17:18:51.083 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:51.082+0000 7ff65be5a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-15T17:18:51.083 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:51.082+0000 7ff65be5a700 -1 osd.7 108 *** Got signal Terminated *** 2024-02-15T17:18:51.083 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:51.082+0000 7ff65be5a700 -1 osd.7 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T17:18:51.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:51.834+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:51.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:51.834+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:51.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:51.834+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:51.948 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:51 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:51.834+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6830 osd.3 since back 2024-02-15T17:18:24.836987+0000 front 2024-02-15T17:18:24.836974+0000 (oldest deadline 2024-02-15T17:18:49.536875+0000) 2024-02-15T17:18:53.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:52.855+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:53.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:52.855+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:53.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:52.855+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:53.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:52 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:52.855+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6830 osd.3 since back 2024-02-15T17:18:24.836987+0000 front 2024-02-15T17:18:24.836974+0000 (oldest deadline 2024-02-15T17:18:49.536875+0000) 2024-02-15T17:18:54.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:53.830+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:54.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:53.830+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:54.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:53.830+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:54.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:53.830+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6830 osd.3 since back 2024-02-15T17:18:24.836987+0000 front 2024-02-15T17:18:24.836974+0000 (oldest deadline 2024-02-15T17:18:49.536875+0000) 2024-02-15T17:18:54.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:53 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:53.830+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.169:6804 osd.4 since back 2024-02-15T17:18:29.537220+0000 front 2024-02-15T17:18:29.537248+0000 (oldest deadline 2024-02-15T17:18:53.037361+0000) 2024-02-15T17:18:55.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:54.805+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:55.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:54.805+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:55.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:54.805+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:55.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:54.805+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6830 osd.3 since back 2024-02-15T17:18:24.836987+0000 front 2024-02-15T17:18:24.836974+0000 (oldest deadline 2024-02-15T17:18:49.536875+0000) 2024-02-15T17:18:55.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:54 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:54.805+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.169:6804 osd.4 since back 2024-02-15T17:18:29.537220+0000 front 2024-02-15T17:18:29.537248+0000 (oldest deadline 2024-02-15T17:18:53.037361+0000) 2024-02-15T17:18:56.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:55.779+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6806 osd.0 since back 2024-02-15T17:17:59.233156+0000 front 2024-02-15T17:17:59.233039+0000 (oldest deadline 2024-02-15T17:18:25.133031+0000) 2024-02-15T17:18:56.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:55.779+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6814 osd.1 since back 2024-02-15T17:18:09.833915+0000 front 2024-02-15T17:18:09.833990+0000 (oldest deadline 2024-02-15T17:18:30.933813+0000) 2024-02-15T17:18:56.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:55.779+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6822 osd.2 since back 2024-02-15T17:18:14.335386+0000 front 2024-02-15T17:18:14.335379+0000 (oldest deadline 2024-02-15T17:18:37.835325+0000) 2024-02-15T17:18:56.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:55.779+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.117:6830 osd.3 since back 2024-02-15T17:18:24.836987+0000 front 2024-02-15T17:18:24.836974+0000 (oldest deadline 2024-02-15T17:18:49.536875+0000) 2024-02-15T17:18:56.198 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:55 smithi169 ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7[65449]: debug 2024-02-15T17:18:55.779+0000 7ff6585d6700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.169:6804 osd.4 since back 2024-02-15T17:18:29.537220+0000 front 2024-02-15T17:18:29.537248+0000 (oldest deadline 2024-02-15T17:18:53.037361+0000) 2024-02-15T17:18:56.697 INFO:journalctl@ceph.osd.7.smithi169.stdout:Feb 15 17:18:56 smithi169 bash[70392]: ceph-71b0457c-cc23-11ee-95b9-87774f69a715-osd-7 2024-02-15T17:18:58.205 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71b0457c-cc23-11ee-95b9-87774f69a715@osd.7.service' 2024-02-15T17:18:58.246 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T17:18:58.246 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-15T17:18:58.247 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-15T17:21:53.991 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-15T17:22:13.311 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T17:22:13.350 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T17:22:13.382 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-15T17:22:13.385 DEBUG:teuthology.misc:Transferring archived files from smithi117:/var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385/remote/ubuntu@smithi117.front.sepia.ceph.com/crash 2024-02-15T17:22:13.386 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/crash -- . 2024-02-15T17:22:13.437 INFO:teuthology.orchestra.run.smithi117.stderr:tar: /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-15T17:22:13.438 INFO:teuthology.orchestra.run.smithi117.stderr:tar: Error is not recoverable: exiting now 2024-02-15T17:22:13.440 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385/remote/ubuntu@smithi169.front.sepia.ceph.com/crash 2024-02-15T17:22:13.441 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/crash -- . 2024-02-15T17:22:13.480 INFO:teuthology.orchestra.run.smithi169.stderr:tar: /var/lib/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-15T17:22:13.480 INFO:teuthology.orchestra.run.smithi169.stderr:tar: Error is not recoverable: exiting now 2024-02-15T17:22:13.481 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-15T17:22:13.482 DEBUG:teuthology.orchestra.run.smithi117:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T17:22:13.514 INFO:teuthology.orchestra.run.smithi117.stdout:2024-02-15T17:03:35.714858+0000 mon.smithi117 (mon.0) 394 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T17:22:13.514 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-15T17:22:13.514 DEBUG:teuthology.orchestra.run.smithi117:> sudo egrep '\[SEC\]' /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T17:22:13.585 DEBUG:teuthology.orchestra.run.smithi117:> sudo egrep '\[ERR\]' /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T17:22:13.655 DEBUG:teuthology.orchestra.run.smithi117:> sudo egrep '\[WRN\]' /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T17:22:13.724 INFO:teuthology.orchestra.run.smithi117.stdout:2024-02-15T17:03:35.714858+0000 mon.smithi117 (mon.0) 394 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T17:22:13.724 INFO:tasks.cephadm:Compressing logs... 2024-02-15T17:22:13.724 DEBUG:teuthology.orchestra.run.smithi117:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-15T17:22:13.766 DEBUG:teuthology.orchestra.run.smithi169:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-15T17:22:13.791 INFO:teuthology.orchestra.run.smithi117.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-15T17:22:13.791 INFO:teuthology.orchestra.run.smithi117.stderr:: No such file or directory 2024-02-15T17:22:13.792 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-15T17:22:13.792 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-15T17:22:13.792 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-15T17:22:13.792 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-15T17:22:13.792 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi117.skzbfo.log 2024-02-15T17:22:13.793 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.cephadm.log: /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi117.skzbfo.log: 84.8% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-15T17:22:13.793 INFO:teuthology.orchestra.run.smithi117.stderr: 85.9% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi117.skzbfo.log.gz 2024-02-15T17:22:13.793 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-15T17:22:13.793 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-15T17:22:13.795 INFO:teuthology.orchestra.run.smithi169.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-15T17:22:13.795 INFO:teuthology.orchestra.run.smithi169.stderr:: No such file or directory 2024-02-15T17:22:13.795 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-15T17:22:13.795 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-15T17:22:13.795 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-15T17:22:13.795 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.6.log: /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-15T17:22:13.796 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.3.log: /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.0.log: 90.8% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-15T17:22:13.796 INFO:teuthology.orchestra.run.smithi117.stderr: 91.4% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-15T17:22:13.797 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-15T17:22:13.797 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.cephadm.log: /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.7.log: 84.8% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-15T17:22:13.797 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mon.smithi169.log 2024-02-15T17:22:13.797 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi169.xvpiis.log 2024-02-15T17:22:13.798 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mon.smithi117.log 2024-02-15T17:22:13.798 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mgr.smithi117.jviopl.log 2024-02-15T17:22:13.798 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mon.smithi169.log: /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi169.xvpiis.log: 79.9% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi169.xvpiis.log.gz 2024-02-15T17:22:13.799 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log 2024-02-15T17:22:13.799 INFO:teuthology.orchestra.run.smithi169.stderr: 90.2% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-15T17:22:13.799 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log: 91.6% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-15T17:22:13.801 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mon.smithi117.log: /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mgr.smithi117.jviopl.log: gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log 2024-02-15T17:22:13.802 INFO:teuthology.orchestra.run.smithi169.stderr: 88.0% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-15T17:22:13.802 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-15T17:22:13.802 INFO:teuthology.orchestra.run.smithi169.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-15T17:22:13.802 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mgr.smithi169.mptjes.log 2024-02-15T17:22:13.802 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-15T17:22:13.804 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log: 88.1% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-15T17:22:13.804 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-15T17:22:13.806 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.1.log: 91.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-15T17:22:13.852 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mgr.smithi169.mptjes.log: /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.5.log: 89.2% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mgr.smithi169.mptjes.log.gz 2024-02-15T17:22:14.028 INFO:teuthology.orchestra.run.smithi169.stderr: 92.7% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mon.smithi169.log.gz 2024-02-15T17:22:14.168 INFO:teuthology.orchestra.run.smithi117.stderr: 91.0% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mgr.smithi117.jviopl.log.gz 2024-02-15T17:22:14.570 INFO:teuthology.orchestra.run.smithi117.stderr: 91.7% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-mon.smithi117.log.gz 2024-02-15T17:22:17.036 INFO:teuthology.orchestra.run.smithi117.stderr: 94.3% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-15T17:22:19.113 INFO:teuthology.orchestra.run.smithi169.stderr: 94.2% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-15T17:22:19.493 INFO:teuthology.orchestra.run.smithi169.stderr: 94.0% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-15T17:22:19.749 INFO:teuthology.orchestra.run.smithi117.stderr: 94.1% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-15T17:22:19.806 INFO:teuthology.orchestra.run.smithi117.stderr: 94.0% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-15T17:22:20.491 INFO:teuthology.orchestra.run.smithi169.stderr: 94.1% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-15T17:22:20.511 INFO:teuthology.orchestra.run.smithi117.stderr: 94.0% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-15T17:22:20.513 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-15T17:22:20.513 INFO:teuthology.orchestra.run.smithi117.stderr:real 0m6.732s 2024-02-15T17:22:20.513 INFO:teuthology.orchestra.run.smithi117.stderr:user 0m22.218s 2024-02-15T17:22:20.513 INFO:teuthology.orchestra.run.smithi117.stderr:sys 0m0.856s 2024-02-15T17:22:22.617 INFO:teuthology.orchestra.run.smithi169.stderr: 94.1% -- replaced with /var/log/ceph/71b0457c-cc23-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-15T17:22:22.619 INFO:teuthology.orchestra.run.smithi169.stderr: 2024-02-15T17:22:22.619 INFO:teuthology.orchestra.run.smithi169.stderr:real 0m8.835s 2024-02-15T17:22:22.619 INFO:teuthology.orchestra.run.smithi169.stderr:user 0m25.777s 2024-02-15T17:22:22.619 INFO:teuthology.orchestra.run.smithi169.stderr:sys 0m1.025s 2024-02-15T17:22:22.619 INFO:tasks.cephadm:Archiving logs... 2024-02-15T17:22:22.620 DEBUG:teuthology.misc:Transferring archived files from smithi117:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385/remote/ubuntu@smithi117.front.sepia.ceph.com/log 2024-02-15T17:22:22.621 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-15T17:22:25.821 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385/remote/ubuntu@smithi169.front.sepia.ceph.com/log 2024-02-15T17:22:25.822 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-15T17:22:29.602 INFO:tasks.cephadm:Removing cluster... 2024-02-15T17:22:29.602 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 --force 2024-02-15T17:22:29.940 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 71b0457c-cc23-11ee-95b9-87774f69a715 --force 2024-02-15T17:22:30.282 INFO:tasks.cephadm:Removing cephadm ... 2024-02-15T17:22:30.283 DEBUG:teuthology.orchestra.run.smithi117:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-15T17:22:30.301 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-15T17:22:30.318 INFO:tasks.cephadm:Teardown complete 2024-02-15T17:22:30.319 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-15T17:22:30.329 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-15T17:22:30.329 DEBUG:teuthology.orchestra.run.smithi117:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T17:22:30.343 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T17:22:30.357 INFO:teuthology.orchestra.run.smithi117.stderr:bash: ntpq: command not found 2024-02-15T17:22:30.362 INFO:teuthology.orchestra.run.smithi117.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T17:22:30.362 INFO:teuthology.orchestra.run.smithi117.stdout:=============================================================================== 2024-02-15T17:22:30.362 INFO:teuthology.orchestra.run.smithi117.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 27 +1127us[+1127us] +/- 105ms 2024-02-15T17:22:30.362 INFO:teuthology.orchestra.run.smithi117.stdout:^* hv02.front.sepia.ceph.com 3 6 377 28 -366us[ -347us] +/- 71ms 2024-02-15T17:22:30.362 INFO:teuthology.orchestra.run.smithi117.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 27 -379us[ -379us] +/- 76ms 2024-02-15T17:22:30.362 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T17:22:30.375 INFO:teuthology.orchestra.run.smithi169.stderr:bash: ntpq: command not found 2024-02-15T17:22:30.379 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T17:22:30.379 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2024-02-15T17:22:30.379 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 +1134us[+1145us] +/- 105ms 2024-02-15T17:22:30.379 INFO:teuthology.orchestra.run.smithi169.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -368us[ -357us] +/- 71ms 2024-02-15T17:22:30.379 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 29 -373us[ -362us] +/- 76ms 2024-02-15T17:22:30.379 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T17:22:30.380 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-15T17:22:30.390 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-15T17:22:30.391 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-15T17:22:30.400 DEBUG:teuthology.orchestra.run.smithi117:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-15T17:22:30.466 DEBUG:teuthology.orchestra.run.smithi169:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-15T17:22:30.525 DEBUG:teuthology.orchestra.run.smithi117:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T17:22:30.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:22:30.554 DEBUG:teuthology.orchestra.run.smithi169:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-15T17:22:30.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:22:30.584 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-15T17:22:30.594 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-15T17:22:30.606 INFO:teuthology.task.internal:Duration was 1804.132271 seconds 2024-02-15T17:22:30.606 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-15T17:22:30.637 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-15T17:22:30.637 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-15T17:22:30.639 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-15T17:22:30.683 INFO:teuthology.orchestra.run.smithi117.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T17:22:30.684 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T17:22:30.960 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-15T17:22:30.960 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi117.front.sepia.ceph.com 2024-02-15T17:22:30.960 DEBUG:teuthology.orchestra.run.smithi117:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-15T17:22:30.982 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-02-15T17:22:30.982 DEBUG:teuthology.orchestra.run.smithi169:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-15T17:22:31.004 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-15T17:22:31.005 DEBUG:teuthology.orchestra.run.smithi117:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-15T17:22:31.024 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-15T17:22:31.101 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-15T17:22:31.101 DEBUG:teuthology.orchestra.run.smithi117:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-15T17:22:31.103 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-15T17:22:31.228 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-15T17:22:31.239 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-15T17:22:31.239 DEBUG:teuthology.orchestra.run.smithi117:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-15T17:22:31.266 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-15T17:22:31.293 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-15T17:22:31.304 DEBUG:teuthology.orchestra.run.smithi117:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-15T17:22:31.309 DEBUG:teuthology.orchestra.run.smithi169:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-15T17:22:31.333 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern = core 2024-02-15T17:22:31.360 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-02-15T17:22:31.386 DEBUG:teuthology.orchestra.run.smithi117:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-15T17:22:31.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:22:31.424 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-15T17:22:31.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:22:31.443 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-15T17:22:31.454 INFO:teuthology.task.internal:Transferring archived files... 2024-02-15T17:22:31.455 DEBUG:teuthology.misc:Transferring archived files from smithi117:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385/remote/smithi117 2024-02-15T17:22:31.455 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-15T17:22:31.507 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385/remote/smithi169 2024-02-15T17:22:31.508 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-15T17:22:31.549 INFO:teuthology.task.internal:Removing archive directory... 2024-02-15T17:22:31.549 DEBUG:teuthology.orchestra.run.smithi117:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-15T17:22:31.551 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-15T17:22:31.599 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-15T17:22:31.611 INFO:teuthology.task.internal:Not uploading archives. 2024-02-15T17:22:31.611 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-15T17:22:31.622 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-15T17:22:31.622 DEBUG:teuthology.orchestra.run.smithi117:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-15T17:22:31.625 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-15T17:22:31.640 INFO:teuthology.orchestra.run.smithi117.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 15 17:22 /home/ubuntu/cephtest 2024-02-15T17:22:31.657 INFO:teuthology.orchestra.run.smithi169.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 15 17:22 /home/ubuntu/cephtest 2024-02-15T17:22:31.658 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-15T17:22:31.669 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-15T17:22:31.742 INFO:teuthology.nuke:Checking targets against current locks 2024-02-15T17:22:31.769 DEBUG:teuthology.nuke:shortname: smithi117 2024-02-15T17:22:31.770 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T17:22:31.791 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi117.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 16:43:31.697075', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMMu9cThuYD5XEkxjbZ6xttLa6jPmSuXveZKIL014MPWPUqqNQ130isGLmVEM4Xh+V0vGULeCMHcUcbGbDiTwm4='} 2024-02-15T17:22:31.794 DEBUG:teuthology.nuke:shortname: smithi169 2024-02-15T17:22:31.794 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T17:22:31.814 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_16:35:54-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561385', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-15 16:43:31.698717', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiYWP3odSCoqJKAq6t4sDfyrI4eDQxLnJjerzrWsm3+ZI3icSxs1es4odBEELyLONCBXAZGvuuBn8PcVMidlZc='} 2024-02-15T17:22:31.841 INFO:teuthology.orchestra.console.smithi117:Power off 2024-02-15T17:22:31.842 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-15T17:22:31.867 DEBUG:teuthology.orchestra.console.smithi117:power off output: Chassis Power Control: Down/Off 2024-02-15T17:22:31.867 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T17:22:31.881 INFO:teuthology.orchestra.console.smithi169:Power off 2024-02-15T17:22:31.881 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-15T17:22:31.892 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-02-15T17:22:31.905 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2024-02-15T17:22:31.906 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T17:22:31.930 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-02-15T17:22:35.893 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T17:22:35.931 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T17:22:36.004 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-02-15T17:22:36.040 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-02-15T17:22:40.010 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T17:22:40.042 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T17:22:40.120 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-02-15T17:22:40.152 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2024-02-15T17:22:40.253 INFO:teuthology.orchestra.console.smithi169:Power off completed 2024-02-15T17:22:44.125 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T17:22:44.236 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is off 2024-02-15T17:22:44.337 INFO:teuthology.orchestra.console.smithi117:Power off completed 2024-02-15T17:22:44.441 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1804.1322705745697 failure_reason: '"2024-02-15T17:03:35.714858+0000 mon.smithi117 (mon.0) 394 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' owner: scheduled_lflores@teuthology success: false 2024-02-15T17:22:44.441 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-15T17:22:44.520 INFO:teuthology.run:FAIL