2024-02-15T17:52:15.194 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-15T17:52:15.194 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_lflores@teuthology --archive /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655 --name lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --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} -- /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655/orig.config.yaml 2024-02-15T17:52:15.233 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-15T17:52:15.312 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655 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: '7561655' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-15_17:32:20-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-tracker-64343-pacific sha1: bedfc49c6a823fb0ff75911e476e1f3cb464ad3e 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-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_bedfc49c6a823fb0ff75911e476e1f3cb464ad3e/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: bedfc49c6a823fb0ff75911e476e1f3cb464ad3e targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPXLicBr46tjEWFp7wqcgMh+UEfKOX2E2RFUtSC2MfsqyTA4YCHRGFV0MglZnyFm6xZlLXvj72H8KhyxVLGC9cw= smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsJ/XUuzblc6PE1+xGXz3VGhnHmB5DckdGW020MdolDq19vW/tHR4G8OS9sHDr5In9lNkmn3of+Gf06jg2AEBk= 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_17:32:20 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-15T17:52:15.312 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_bedfc49c6a823fb0ff75911e476e1f3cb464ad3e/qa; will attempt to use it 2024-02-15T17:52:15.313 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_bedfc49c6a823fb0ff75911e476e1f3cb464ad3e/qa/tasks 2024-02-15T17:52:15.313 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-15T17:52:15.315 INFO:teuthology.task.internal:Checking packages... 2024-02-15T17:52:15.342 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-15T17:52:15.342 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-15T17:52:15.343 INFO:teuthology.packaging:ref: None 2024-02-15T17:52:15.343 INFO:teuthology.packaging:tag: None 2024-02-15T17:52:15.343 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-15T17:52:15.343 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T17:52:15.343 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-15T17:52:15.484 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-15T17:52:15.485 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-15T17:52:15.494 INFO:teuthology.task.internal:no buildpackages task found 2024-02-15T17:52:15.494 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-15T17:52:15.618 INFO:teuthology.task.internal:Saving configuration 2024-02-15T17:52:15.633 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-15T17:52:15.665 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T17:52:15.688 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655', '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 17:46:45.554620', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPXLicBr46tjEWFp7wqcgMh+UEfKOX2E2RFUtSC2MfsqyTA4YCHRGFV0MglZnyFm6xZlLXvj72H8KhyxVLGC9cw='} 2024-02-15T17:52:15.711 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655', '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 17:46:45.556705', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsJ/XUuzblc6PE1+xGXz3VGhnHmB5DckdGW020MdolDq19vW/tHR4G8OS9sHDr5In9lNkmn3of+Gf06jg2AEBk='} 2024-02-15T17:52:15.711 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-15T17:52:15.733 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-15T17:52:15.733 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-15T17:52:15.733 INFO:teuthology.run_tasks:Running task console_log... 2024-02-15T17:52:15.840 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1d102a6ee0>, signals=[15]) 2024-02-15T17:52:15.840 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-15T17:52:15.851 INFO:teuthology.task.internal:Opening connections... 2024-02-15T17:52:15.851 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T17:52:15.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:52:15.929 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2024-02-15T17:52:15.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:52:16.003 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-15T17:52:16.014 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-02-15T17:52:16.037 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-02-15T17:52:16.038 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-02-15T17:52:16.099 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="CentOS Stream" 2024-02-15T17:52:16.099 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="8" 2024-02-15T17:52:16.099 INFO:teuthology.orchestra.run.smithi026.stdout:ID="centos" 2024-02-15T17:52:16.099 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="rhel fedora" 2024-02-15T17:52:16.099 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="8" 2024-02-15T17:52:16.099 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el8" 2024-02-15T17:52:16.100 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-15T17:52:16.100 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2024-02-15T17:52:16.100 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-15T17:52:16.100 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://centos.org/" 2024-02-15T17:52:16.100 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-15T17:52:16.100 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-15T17:52:16.100 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-15T17:52:16.101 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-02-15T17:52:16.122 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2024-02-15T17:52:16.144 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2024-02-15T17:52:16.144 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2024-02-15T17:52:16.206 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="CentOS Stream" 2024-02-15T17:52:16.206 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="8" 2024-02-15T17:52:16.206 INFO:teuthology.orchestra.run.smithi158.stdout:ID="centos" 2024-02-15T17:52:16.206 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="rhel fedora" 2024-02-15T17:52:16.206 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="8" 2024-02-15T17:52:16.206 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el8" 2024-02-15T17:52:16.207 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-15T17:52:16.207 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2024-02-15T17:52:16.207 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-15T17:52:16.207 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://centos.org/" 2024-02-15T17:52:16.207 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-15T17:52:16.207 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-15T17:52:16.207 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-15T17:52:16.207 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2024-02-15T17:52:16.261 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-15T17:52:16.272 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-15T17:52:16.318 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-15T17:52:16.319 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-02-15T17:52:16.321 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2024-02-15T17:52:16.341 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-15T17:52:16.353 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-15T17:52:16.353 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-02-15T17:52:16.383 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2024-02-15T17:52:16.414 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-15T17:52:16.469 INFO:teuthology.run_tasks:Running task kernel... 2024-02-15T17:52:16.489 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-15T17:52:16.489 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-15T17:52:16.490 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-15T17:52:16.490 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-15T17:52:16.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:52:16.510 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2024-02-15T17:52:16.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:52:16.511 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-02-15T17:52:16.570 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-489.el8.x86_64 2024-02-15T17:52:16.570 INFO:teuthology.task.kernel:Running kernel on smithi158: 4.18.0-489.el8.x86_64 2024-02-15T17:52:16.570 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2024-02-15T17:52:16.571 INFO:teuthology.orchestra.run.smithi026.stdout:4.18.0-489.el8.x86_64 2024-02-15T17:52:16.571 INFO:teuthology.task.kernel:Running kernel on smithi026: 4.18.0-489.el8.x86_64 2024-02-15T17:52:16.571 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2024-02-15T17:52:36.117 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - AppStream 1.6 MB/s | 27 MB 00:17 2024-02-15T17:52:36.386 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 8 - AppStream 1.6 MB/s | 27 MB 00:17 2024-02-15T17:52:41.376 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 10 MB 00:00 2024-02-15T17:52:41.953 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 10 MB 00:00 2024-02-15T17:52:43.284 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras 59 kB/s | 18 kB 00:00 2024-02-15T17:52:43.952 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-02-15T17:52:44.129 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2024-02-15T17:52:44.197 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-02-15T17:52:44.779 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2024-02-15T17:52:44.840 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 29 MB/s | 16 MB 00:00 2024-02-15T17:52:45.022 INFO:teuthology.orchestra.run.smithi026.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-15T17:52:46.565 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-02-15T17:52:48.607 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 509 kB/s | 24 kB 00:00 2024-02-15T17:52:50.556 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 422 kB/s | 24 kB 00:00 2024-02-15T17:52:51.567 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-15T17:52:51.567 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-15T17:52:51.686 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-15T17:52:51.686 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T17:52:51.686 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout:Install 3 Packages 2024-02-15T17:52:51.687 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T17:52:51.688 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 90 M 2024-02-15T17:52:51.688 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 97 M 2024-02-15T17:52:51.688 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-15T17:52:52.091 INFO:teuthology.orchestra.run.smithi158.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 28 MB/s | 10 MB 00:00 2024-02-15T17:52:52.767 INFO:teuthology.orchestra.run.smithi158.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 35 MB/s | 36 MB 00:01 2024-02-15T17:52:53.242 INFO:teuthology.orchestra.run.smithi158.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 29 MB/s | 43 MB 00:01 2024-02-15T17:52:53.243 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-15T17:52:53.243 INFO:teuthology.orchestra.run.smithi158.stdout:Total 58 MB/s | 90 MB 00:01 2024-02-15T17:52:53.695 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-15T17:52:53.695 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-15T17:52:53.823 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-15T17:52:53.823 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-15T17:52:53.824 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T17:52:53.825 INFO:teuthology.orchestra.run.smithi026.stdout:Install 3 Packages 2024-02-15T17:52:53.825 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T17:52:53.825 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 90 M 2024-02-15T17:52:53.826 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 97 M 2024-02-15T17:52:53.826 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-15T17:52:53.920 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-15T17:52:54.339 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-15T17:52:54.339 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-15T17:52:54.433 INFO:teuthology.orchestra.run.smithi026.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2024-02-15T17:52:55.049 INFO:teuthology.orchestra.run.smithi026.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 31 MB/s | 36 MB 00:01 2024-02-15T17:52:55.508 INFO:teuthology.orchestra.run.smithi026.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 26 MB/s | 43 MB 00:01 2024-02-15T17:52:55.509 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-15T17:52:55.509 INFO:teuthology.orchestra.run.smithi026.stdout:Total 53 MB/s | 90 MB 00:01 2024-02-15T17:52:55.554 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-15T17:52:55.577 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-15T17:52:56.222 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-15T17:52:56.666 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-15T17:52:56.666 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-15T17:52:57.971 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-15T17:52:58.006 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-15T17:52:58.382 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-15T17:52:58.891 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:53:00.943 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-15T17:53:01.434 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:53:02.490 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:53:02.874 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:53:05.253 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:53:05.651 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:53:06.305 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:53:06.624 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:09.331 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:53:09.628 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:28.371 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:28.393 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:28.754 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:28.754 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:53:28.754 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:53:29.744 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:29.744 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T17:53:29.745 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-15T17:53:29.745 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-15T17:53:29.745 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-15T17:53:29.745 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T17:53:29.745 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-15T17:53:29.901 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T17:53:30.118 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T17:53:30.118 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T17:53:30.118 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-15T17:53:30.118 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-15T17:53:30.119 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-15T17:53:30.119 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-15T17:53:30.119 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi158.front.sepia.ceph.com, path=None, version=distro) 2024-02-15T17:53:30.119 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T17:53:30.330 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T17:53:30.330 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T17:53:30.330 DEBUG:teuthology.orchestra.run.smithi158:> sudo rpm -qi grub2-tools 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:Name : grub2-tools 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:Epoch : 1 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:Version : 2.02 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:Release : 129.el8 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:Architecture: x86_64 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:Group : System Environment/Base 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:Size : 9265586 2024-02-15T17:53:30.364 INFO:teuthology.orchestra.run.smithi158.stdout:License : GPLv3+ 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Relocations : (not relocatable) 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Packager : CentOS BuildSystem 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Vendor : CentOS 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Summary : Support tools for GRUB. 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:Description : 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-15T17:53:30.365 INFO:teuthology.orchestra.run.smithi158.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-15T17:53:30.366 INFO:teuthology.orchestra.run.smithi158.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-15T17:53:30.366 INFO:teuthology.orchestra.run.smithi158.stdout:hardware devices. 2024-02-15T17:53:30.366 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T17:53:30.366 INFO:teuthology.orchestra.run.smithi158.stdout:This subpackage provides tools for support of all platforms. 2024-02-15T17:53:30.367 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-15T17:53:30.367 INFO:teuthology.task.kernel:Updating grub on smithi158 to boot 4.18.0-539.el8.x86_64 2024-02-15T17:53:30.367 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-15T17:53:31.715 INFO:teuthology.orchestra.run.smithi158.stderr:Generating grub configuration file ... 2024-02-15T17:53:33.067 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:33.091 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:33.454 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:33.454 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-15T17:53:33.454 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-15T17:53:33.837 INFO:teuthology.orchestra.run.smithi158.stderr:done 2024-02-15T17:53:33.839 DEBUG:teuthology.orchestra.run.smithi158:> mktemp 2024-02-15T17:53:33.862 INFO:teuthology.orchestra.run.smithi158.stdout:/tmp/tmp.0s1Ed95qJD 2024-02-15T17:53:33.863 DEBUG:teuthology.orchestra.run.smithi158:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0s1Ed95qJD 2024-02-15T17:53:33.937 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 0666 /tmp/tmp.0s1Ed95qJD 2024-02-15T17:53:33.969 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-15T17:53:33.969 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T17:53:33.969 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-15T17:53:33.969 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-15T17:53:33.970 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-15T17:53:33.970 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T17:53:33.970 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-15T17:53:34.073 DEBUG:teuthology.orchestra.remote:smithi158:/tmp/tmp.0s1Ed95qJD is 6KB 2024-02-15T17:53:34.121 DEBUG:teuthology.orchestra.run.smithi158:> rm -fr /tmp/tmp.0s1Ed95qJD 2024-02-15T17:53:34.123 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T17:53:34.139 DEBUG:teuthology.orchestra.run.smithi158:> sudo /bin/ls /boot/loader/entries || true 2024-02-15T17:53:34.214 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-15T17:53:34.214 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-15T17:53:34.214 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-15T17:53:34.214 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-15T17:53:34.215 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-15T17:53:34.363 DEBUG:teuthology.orchestra.run.smithi158:> sudo shutdown -r now 2024-02-15T17:53:34.392 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T17:53:34.392 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T17:53:34.392 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-15T17:53:34.392 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-15T17:53:34.392 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-15T17:53:34.392 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-15T17:53:34.392 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2024-02-15T17:53:34.392 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-02-15T17:53:34.613 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-15T17:53:34.613 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-15T17:53:34.613 DEBUG:teuthology.orchestra.run.smithi026:> sudo rpm -qi grub2-tools 2024-02-15T17:53:34.648 INFO:teuthology.orchestra.run.smithi026.stdout:Name : grub2-tools 2024-02-15T17:53:34.648 INFO:teuthology.orchestra.run.smithi026.stdout:Epoch : 1 2024-02-15T17:53:34.649 INFO:teuthology.orchestra.run.smithi026.stdout:Version : 2.02 2024-02-15T17:53:34.649 INFO:teuthology.orchestra.run.smithi026.stdout:Release : 129.el8 2024-02-15T17:53:34.649 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: x86_64 2024-02-15T17:53:34.650 INFO:teuthology.orchestra.run.smithi026.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-15T17:53:34.650 INFO:teuthology.orchestra.run.smithi026.stdout:Group : System Environment/Base 2024-02-15T17:53:34.650 INFO:teuthology.orchestra.run.smithi026.stdout:Size : 9265586 2024-02-15T17:53:34.650 INFO:teuthology.orchestra.run.smithi026.stdout:License : GPLv3+ 2024-02-15T17:53:34.650 INFO:teuthology.orchestra.run.smithi026.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-15T17:53:34.651 INFO:teuthology.orchestra.run.smithi026.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-15T17:53:34.651 INFO:teuthology.orchestra.run.smithi026.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-15T17:53:34.651 INFO:teuthology.orchestra.run.smithi026.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-15T17:53:34.651 INFO:teuthology.orchestra.run.smithi026.stdout:Relocations : (not relocatable) 2024-02-15T17:53:34.651 INFO:teuthology.orchestra.run.smithi026.stdout:Packager : CentOS BuildSystem 2024-02-15T17:53:34.651 INFO:teuthology.orchestra.run.smithi026.stdout:Vendor : CentOS 2024-02-15T17:53:34.651 INFO:teuthology.orchestra.run.smithi026.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-15T17:53:34.651 INFO:teuthology.orchestra.run.smithi026.stdout:Summary : Support tools for GRUB. 2024-02-15T17:53:34.652 INFO:teuthology.orchestra.run.smithi026.stdout:Description : 2024-02-15T17:53:34.652 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T17:53:34.652 INFO:teuthology.orchestra.run.smithi026.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-15T17:53:34.652 INFO:teuthology.orchestra.run.smithi026.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-15T17:53:34.652 INFO:teuthology.orchestra.run.smithi026.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-15T17:53:34.652 INFO:teuthology.orchestra.run.smithi026.stdout:hardware devices. 2024-02-15T17:53:34.652 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T17:53:34.652 INFO:teuthology.orchestra.run.smithi026.stdout:This subpackage provides tools for support of all platforms. 2024-02-15T17:53:34.653 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-15T17:53:34.653 INFO:teuthology.task.kernel:Updating grub on smithi026 to boot 4.18.0-539.el8.x86_64 2024-02-15T17:53:34.654 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-15T17:53:35.977 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2024-02-15T17:53:37.723 INFO:teuthology.orchestra.run.smithi026.stderr:done 2024-02-15T17:53:37.725 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-02-15T17:53:37.745 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.EsZSLX7P2D 2024-02-15T17:53:37.746 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EsZSLX7P2D 2024-02-15T17:53:37.818 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.EsZSLX7P2D 2024-02-15T17:53:37.964 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.EsZSLX7P2D is 6KB 2024-02-15T17:53:38.012 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.EsZSLX7P2D 2024-02-15T17:53:38.030 DEBUG:teuthology.orchestra.run.smithi026:> sudo /bin/ls /boot/loader/entries || true 2024-02-15T17:53:38.096 INFO:teuthology.orchestra.run.smithi026.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-15T17:53:38.096 INFO:teuthology.orchestra.run.smithi026.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-15T17:53:38.096 INFO:teuthology.orchestra.run.smithi026.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-15T17:53:38.097 INFO:teuthology.orchestra.run.smithi026.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-15T17:53:38.097 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-15T17:53:38.263 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2024-02-15T17:54:04.392 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-15T17:54:04.392 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-15T17:54:04.393 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:54:08.269 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-15T17:54:08.269 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-15T17:54:08.270 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:54:22.912 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2024-02-15T17:54:26.748 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-02-15T17:54:31.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-15T17:54:31.915 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:54:34.972 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2024-02-15T17:54:35.749 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-15T17:54:35.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:54:46.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-15T17:54:46.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:54:50.044 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2024-02-15T17:54:54.140 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-02-15T17:55:05.055 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-15T17:55:05.056 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:55:06.142 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-15T17:55:06.143 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:55:06.471 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-02-15T17:55:06.753 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-15T17:55:06.753 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-15T17:55:06.753 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-02-15T17:55:06.771 INFO:teuthology.orchestra.run.smithi026.stdout:4.18.0-539.el8.x86_64 2024-02-15T17:55:06.772 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-15T17:55:06.772 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-15T17:55:06.772 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-15T17:55:07.773 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-15T17:55:07.773 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-15T17:55:07.849 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-02-15T17:55:07.870 DEBUG:teuthology.parallel:result is None 2024-02-15T17:55:23.580 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2024-02-15T17:55:41.581 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-15T17:55:41.582 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T17:55:41.958 DEBUG:teuthology.orchestra.run.smithi158:> true 2024-02-15T17:55:42.236 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-15T17:55:42.236 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-15T17:55:42.236 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2024-02-15T17:55:42.254 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-539.el8.x86_64 2024-02-15T17:55:42.254 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-15T17:55:42.255 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-15T17:55:42.255 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-15T17:55:43.255 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-15T17:55:43.256 DEBUG:teuthology.orchestra.run.smithi158:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-15T17:55:43.335 INFO:teuthology.orchestra.run.smithi158.stdout:ttyS1 2024-02-15T17:55:43.347 DEBUG:teuthology.parallel:result is None 2024-02-15T17:55:43.348 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-15T17:55:43.356 INFO:teuthology.task.internal:Creating test directory... 2024-02-15T17:55:43.356 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-15T17:55:43.359 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-15T17:55:43.380 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-15T17:55:43.387 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-15T17:55:43.480 INFO:teuthology.task.internal:Creating archive directory... 2024-02-15T17:55:43.480 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-15T17:55:43.483 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-15T17:55:43.516 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-15T17:55:43.538 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-15T17:55:43.539 DEBUG:teuthology.orchestra.run.smithi026:> 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-15T17:55:43.554 DEBUG:teuthology.orchestra.run.smithi158:> 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-15T17:55:43.591 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T17:55:43.600 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T17:55:43.602 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T17:55:43.612 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-15T17:55:43.613 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-15T17:55:43.620 INFO:teuthology.task.internal:Configuring sudo... 2024-02-15T17:55:43.620 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-15T17:55:43.623 DEBUG:teuthology.orchestra.run.smithi158:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-15T17:55:43.672 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-15T17:55:43.681 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-15T17:55:43.681 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-15T17:55:43.693 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-15T17:55:43.730 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T17:55:43.797 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T17:55:43.852 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T17:55:43.940 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T17:55:43.983 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T17:55:43.983 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-15T17:55:44.052 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T17:55:44.094 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-15T17:55:44.150 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T17:55:44.235 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-15T17:55:44.278 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-15T17:55:44.278 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-15T17:55:44.345 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-02-15T17:55:44.347 DEBUG:teuthology.orchestra.run.smithi158:> sudo service rsyslog restart 2024-02-15T17:55:44.415 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T17:55:44.445 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T17:55:44.907 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-15T17:55:44.915 INFO:teuthology.task.internal:Starting timer... 2024-02-15T17:55:44.915 INFO:teuthology.run_tasks:Running task pcp... 2024-02-15T17:55:44.960 INFO:teuthology.run_tasks:Running task selinux... 2024-02-15T17:55:45.000 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-15T17:55:45.001 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2024-02-15T17:55:45.073 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2024-02-15T17:55:45.075 DEBUG:teuthology.orchestra.run.smithi158:> sudo service auditd rotate 2024-02-15T17:55:45.170 INFO:teuthology.orchestra.run.smithi158.stdout:Rotating logs: 2024-02-15T17:55:45.173 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-15T17:55:45.173 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2024-02-15T17:55:45.230 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2024-02-15T17:55:45.230 DEBUG:teuthology.orchestra.run.smithi158:> /usr/sbin/getenforce 2024-02-15T17:55:45.253 INFO:teuthology.orchestra.run.smithi158.stdout:Permissive 2024-02-15T17:55:45.253 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi158.front.sepia.ceph.com': 'permissive'} 2024-02-15T17:55:45.253 DEBUG:teuthology.orchestra.run.smithi026:> 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:55:45.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:55:45.285 DEBUG:teuthology.orchestra.run.smithi158:> 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:55:45.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T17:55:45.321 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-15T17:55:45.321 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2024-02-15T17:55:45.357 DEBUG:teuthology.orchestra.run.smithi158:> sudo /usr/sbin/setenforce permissive 2024-02-15T17:55:45.389 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-15T17:55:45.399 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-15T17:55:45.403 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-15T17:55:45.531 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-15T17:55:45.547 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-15T17:55:45.549 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi158.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-15T18:04:13.475 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi158.front.sepia.ceph.com')] 2024-02-15T18:04:13.476 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-15T18:04:13.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:04:13.552 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-02-15T18:04:13.625 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-02-15T18:04:13.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-15T18:04:13.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-15T18:04:13.701 DEBUG:teuthology.orchestra.run.smithi158:> true 2024-02-15T18:04:13.766 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2024-02-15T18:04:13.767 INFO:teuthology.run_tasks:Running task clock... 2024-02-15T18:04:13.777 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-15T18:04:13.777 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-15T18:04:13.777 DEBUG:teuthology.orchestra.run.smithi026:> 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-15T18:04:13.780 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-15T18:04:13.780 DEBUG:teuthology.orchestra.run.smithi158:> 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-15T18:04:13.815 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-15T18:04:13.830 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-15T18:04:13.837 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-15T18:04:13.850 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-15T18:04:13.897 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2024-02-15T18:04:13.910 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2024-02-15T18:04:13.915 INFO:teuthology.orchestra.run.smithi158.stderr:sudo: ntpd: command not found 2024-02-15T18:04:13.925 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-15T18:04:13.926 INFO:teuthology.orchestra.run.smithi158.stdout:506 Cannot talk to daemon 2024-02-15T18:04:13.939 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-15T18:04:13.940 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-15T18:04:13.953 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-15T18:04:14.005 INFO:teuthology.orchestra.run.smithi026.stderr:bash: ntpq: command not found 2024-02-15T18:04:14.008 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T18:04:14.008 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-02-15T18:04:14.009 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:04:14.009 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:04:14.009 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:04:14.009 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:04:14.016 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2024-02-15T18:04:14.020 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T18:04:14.020 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2024-02-15T18:04:14.020 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:04:14.020 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:04:14.020 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:04:14.021 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:04:14.021 INFO:teuthology.run_tasks:Running task pexec... 2024-02-15T18:04:14.035 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-15T18:04:14.036 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:04:14.036 DEBUG:teuthology.orchestra.run.smithi026:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-15T18:04:14.037 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi158.front.sepia.ceph.com 2024-02-15T18:04:14.037 DEBUG:teuthology.orchestra.run.smithi158:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-15T18:04:14.850 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:03:52 ago on Thu 15 Feb 2024 06:00:22 PM UTC. 2024-02-15T18:04:14.864 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:03:56 ago on Thu 15 Feb 2024 06:00:18 PM UTC. 2024-02-15T18:04:16.833 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout:Resetting modules: 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T18:04:16.834 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:04:17.041 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-15T18:04:17.042 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T18:04:17.042 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-02-15T18:04:17.042 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T18:04:17.042 INFO:teuthology.orchestra.run.smithi026.stdout:Resetting modules: 2024-02-15T18:04:17.042 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools 2024-02-15T18:04:17.042 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:04:17.042 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-15T18:04:17.042 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T18:04:17.043 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:04:17.127 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-15T18:04:17.312 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-15T18:04:17.982 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:03:55 ago on Thu 15 Feb 2024 06:00:22 PM UTC. 2024-02-15T18:04:18.212 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:04:00 ago on Thu 15 Feb 2024 06:00:18 PM UTC. 2024-02-15T18:04:20.021 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2024-02-15T18:04:20.056 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout:Installing group/module packages: 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-15T18:04:20.057 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout:Installing weak dependencies: 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout:Installing module profiles: 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools/common 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling module streams: 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools rhel8 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2024-02-15T18:04:20.058 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2024-02-15T18:04:20.059 INFO:teuthology.orchestra.run.smithi158.stdout:Install 13 Packages 2024-02-15T18:04:20.059 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:04:20.059 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 28 M 2024-02-15T18:04:20.059 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 92 M 2024-02-15T18:04:20.059 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2024-02-15T18:04:20.396 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-02-15T18:04:20.432 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T18:04:20.432 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-02-15T18:04:20.432 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T18:04:20.432 INFO:teuthology.orchestra.run.smithi026.stdout:Installing group/module packages: 2024-02-15T18:04:20.432 INFO:teuthology.orchestra.run.smithi026.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-15T18:04:20.432 INFO:teuthology.orchestra.run.smithi026.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-15T18:04:20.432 INFO:teuthology.orchestra.run.smithi026.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout:Installing weak dependencies: 2024-02-15T18:04:20.433 INFO:teuthology.orchestra.run.smithi026.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout:Installing module profiles: 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools/common 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling module streams: 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools rhel8 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout:Install 13 Packages 2024-02-15T18:04:20.434 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:04:20.435 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 28 M 2024-02-15T18:04:20.435 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 92 M 2024-02-15T18:04:20.435 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-02-15T18:04:26.206 INFO:teuthology.orchestra.run.smithi026.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 120 kB/s | 688 kB 00:05 2024-02-15T18:04:26.340 INFO:teuthology.orchestra.run.smithi026.stdout:(2/13): buildah-1.33.5-1.module_el8+885+7da147f 1.6 MB/s | 9.7 MB 00:05 2024-02-15T18:04:26.373 INFO:teuthology.orchestra.run.smithi026.stdout:(3/13): aardvark-dns-1.10.0-1.module_el8+871+55 175 kB/s | 1.0 MB 00:05 2024-02-15T18:04:26.390 INFO:teuthology.orchestra.run.smithi026.stdout:(4/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 206 kB/s | 38 kB 00:00 2024-02-15T18:04:26.507 INFO:teuthology.orchestra.run.smithi026.stdout:(5/13): crun-1.14-1.module_el8+871+552be958.x86 1.5 MB/s | 257 kB 00:00 2024-02-15T18:04:26.532 INFO:teuthology.orchestra.run.smithi026.stdout:(6/13): python3-podman-4.9.0-1.module_el8+847+7 1.2 MB/s | 180 kB 00:00 2024-02-15T18:04:26.558 INFO:teuthology.orchestra.run.smithi026.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 494 kB/s | 25 kB 00:00 2024-02-15T18:04:26.616 INFO:teuthology.orchestra.run.smithi026.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-02-15T18:04:27.991 INFO:teuthology.orchestra.run.smithi026.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 1.8 MB/s | 2.5 MB 00:01 2024-02-15T18:04:28.050 INFO:teuthology.orchestra.run.smithi026.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 902 kB/s | 53 kB 00:00 2024-02-15T18:04:28.109 INFO:teuthology.orchestra.run.smithi026.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 704 kB/s | 41 kB 00:00 2024-02-15T18:04:29.867 INFO:teuthology.orchestra.run.smithi026.stdout:(12/13): netavark-1.10.2-1.module_el8+885+7da14 1.2 MB/s | 4.3 MB 00:03 2024-02-15T18:04:31.000 INFO:teuthology.orchestra.run.smithi026.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 2.0 MB/s | 8.8 MB 00:04 2024-02-15T18:04:31.001 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-02-15T18:04:31.001 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.6 MB/s | 28 MB 00:10 2024-02-15T18:04:31.282 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-02-15T18:04:31.304 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-02-15T18:04:31.304 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-02-15T18:04:31.470 INFO:teuthology.orchestra.run.smithi158.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 61 kB/s | 688 kB 00:11 2024-02-15T18:04:31.529 INFO:teuthology.orchestra.run.smithi158.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 652 kB/s | 38 kB 00:00 2024-02-15T18:04:31.590 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-02-15T18:04:31.594 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-02-15T18:04:31.646 INFO:teuthology.orchestra.run.smithi158.stdout:(3/13): crun-1.14-1.module_el8+871+552be958.x86 2.1 MB/s | 257 kB 00:00 2024-02-15T18:04:32.654 INFO:teuthology.orchestra.run.smithi158.stdout:(4/13): buildah-1.33.5-1.module_el8+885+7da147f 788 kB/s | 9.7 MB 00:12 2024-02-15T18:04:32.690 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-02-15T18:04:33.013 INFO:teuthology.orchestra.run.smithi158.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 504 kB/s | 180 kB 00:00 2024-02-15T18:04:33.080 INFO:teuthology.orchestra.run.smithi158.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 372 kB/s | 25 kB 00:00 2024-02-15T18:04:33.197 INFO:teuthology.orchestra.run.smithi158.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 804 kB/s | 94 kB 00:00 2024-02-15T18:04:33.668 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-15T18:04:33.882 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T18:04:34.043 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-15T18:04:34.219 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-15T18:04:34.476 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-15T18:04:34.488 INFO:teuthology.orchestra.run.smithi158.stdout:(8/13): skopeo-1.14.3-0.1.module_el8+885+7da147 6.8 MB/s | 8.8 MB 00:01 2024-02-15T18:04:35.074 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-15T18:04:35.947 INFO:teuthology.orchestra.run.smithi158.stdout:(9/13): netavark-1.10.2-1.module_el8+885+7da147 1.0 MB/s | 4.3 MB 00:04 2024-02-15T18:04:36.006 INFO:teuthology.orchestra.run.smithi158.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 904 kB/s | 53 kB 00:00 2024-02-15T18:04:36.064 INFO:teuthology.orchestra.run.smithi158.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 703 kB/s | 41 kB 00:00 2024-02-15T18:04:36.078 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-15T18:04:36.311 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-15T18:04:36.525 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-15T18:04:36.985 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-15T18:04:37.192 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T18:04:37.289 INFO:teuthology.orchestra.run.smithi158.stdout:(12/13): toolbox-0.0.99.5-1.module_el8+847+7863 924 kB/s | 2.5 MB 00:02 2024-02-15T18:04:37.423 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T18:04:37.609 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T18:04:38.059 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T18:04:38.059 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T18:04:38.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-15T18:04:38.654 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-15T18:04:38.655 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-15T18:04:38.655 INFO:teuthology.orchestra.run.smithi026.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-15T18:04:38.655 INFO:teuthology.orchestra.run.smithi026.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-15T18:04:38.655 INFO:teuthology.orchestra.run.smithi026.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-15T18:04:38.655 INFO:teuthology.orchestra.run.smithi026.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-15T18:04:38.655 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:04:38.655 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-02-15T18:04:38.920 DEBUG:teuthology.parallel:result is None 2024-02-15T18:04:39.523 INFO:teuthology.orchestra.run.smithi158.stdout:(13/13): aardvark-dns-1.10.0-1.module_el8+871+5 53 kB/s | 1.0 MB 00:19 2024-02-15T18:04:39.523 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2024-02-15T18:04:39.523 INFO:teuthology.orchestra.run.smithi158.stdout:Total 1.4 MB/s | 28 MB 00:19 2024-02-15T18:04:39.798 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2024-02-15T18:04:39.819 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2024-02-15T18:04:39.819 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2024-02-15T18:04:40.083 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2024-02-15T18:04:40.087 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2024-02-15T18:04:40.877 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2024-02-15T18:04:41.839 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-15T18:04:42.025 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T18:04:42.246 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-15T18:04:42.456 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-15T18:04:42.672 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-15T18:04:43.275 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-15T18:04:44.251 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-15T18:04:44.465 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-15T18:04:44.703 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-15T18:04:45.168 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-15T18:04:45.423 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T18:04:45.717 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T18:04:45.886 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T18:04:46.313 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-15T18:04:46.313 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-15T18:04:46.313 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-15T18:04:46.313 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-15T18:04:46.313 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-15T18:04:46.314 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-15T18:04:46.314 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-15T18:04:46.314 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-15T18:04:46.314 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-15T18:04:46.314 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-15T18:04:46.314 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-15T18:04:46.314 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-15T18:04:46.314 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-15T18:04:46.914 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-15T18:04:46.914 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:04:46.914 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2024-02-15T18:04:46.914 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-15T18:04:46.914 INFO:teuthology.orchestra.run.smithi158.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-15T18:04:46.914 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-15T18:04:46.914 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:04:46.915 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2024-02-15T18:04:47.255 DEBUG:teuthology.parallel:result is None 2024-02-15T18:04:47.255 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-15T18:04:47.329 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-15T18:04:47.329 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-15T18:04:47.329 INFO:tasks.cephadm:Cluster fsid is b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:04:47.330 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-15T18:04:47.330 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-15T18:04:47.330 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi026': '172.21.15.26', 'mon.smithi158': '172.21.15.158'} 2024-02-15T18:04:47.330 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-15T18:04:47.330 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2024-02-15T18:04:47.367 DEBUG:teuthology.orchestra.run.smithi158:> sudo hostname $(hostname -s) 2024-02-15T18:04:47.393 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-15T18:04:47.394 DEBUG:teuthology.orchestra.run.smithi026:> 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-15T18:04:47.680 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 15 18:04 /home/ubuntu/cephtest/cephadm 2024-02-15T18:04:47.681 DEBUG:teuthology.orchestra.run.smithi158:> 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-15T18:04:47.855 INFO:teuthology.orchestra.run.smithi158.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 15 18:04 /home/ubuntu/cephtest/cephadm 2024-02-15T18:04:47.855 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-15T18:04:47.879 DEBUG:teuthology.orchestra.run.smithi158:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-15T18:04:47.907 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /etc/ceph 2024-02-15T18:04:47.951 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /etc/ceph 2024-02-15T18:04:47.979 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /etc/ceph 2024-02-15T18:04:48.021 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 777 /etc/ceph 2024-02-15T18:04:48.048 INFO:tasks.cephadm:Writing seed config... 2024-02-15T18:04:48.049 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-15T18:04:48.049 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-15T18:04:48.049 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-15T18:04:48.049 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-15T18:04:48.049 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-15T18:04:48.049 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-15T18:04:48.050 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-15T18:04:48.050 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-15T18:04:48.050 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:04:48.050 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-15T18:04:48.081 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 = b4759b10-cc2c-11ee-95ba-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-15T18:04:48.081 DEBUG:teuthology.orchestra.run.smithi026:mon.smithi026> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026.service 2024-02-15T18:04:48.123 INFO:tasks.cephadm:Bootstrapping... 2024-02-15T18:04:48.124 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid b4759b10-cc2c-11ee-95ba-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.26 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:04:48.153 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:-- Logs begin at Thu 2024-02-15 17:54:49 UTC. -- 2024-02-15T18:04:48.424 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T18:04:49.836 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: 4.9.3-dev 2024-02-15T18:04:49.847 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying podman|docker is present... 2024-02-15T18:04:49.847 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T18:04:49.872 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: 4.9.3-dev 2024-02-15T18:04:49.889 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying lvm2 is present... 2024-02-15T18:04:49.889 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying time synchronization is in place... 2024-02-15T18:04:49.889 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-enabled chrony.service 2024-02-15T18:04:49.896 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-15T18:04:49.897 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-active chrony.service 2024-02-15T18:04:49.903 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2024-02-15T18:04:49.903 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-15T18:04:49.910 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: enabled 2024-02-15T18:04:49.910 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-active chronyd.service 2024-02-15T18:04:49.916 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: active 2024-02-15T18:04:49.917 INFO:teuthology.orchestra.run.smithi026.stderr:Unit chronyd.service is enabled and running 2024-02-15T18:04:49.917 INFO:teuthology.orchestra.run.smithi026.stderr:Repeating the final host check... 2024-02-15T18:04:49.917 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-15T18:04:49.938 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: 4.9.3-dev 2024-02-15T18:04:49.950 INFO:teuthology.orchestra.run.smithi026.stderr:podman|docker (/bin/podman) is present 2024-02-15T18:04:49.950 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl is present 2024-02-15T18:04:49.950 INFO:teuthology.orchestra.run.smithi026.stderr:lvcreate is present 2024-02-15T18:04:49.950 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-enabled chrony.service 2024-02-15T18:04:49.956 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-15T18:04:49.957 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-active chrony.service 2024-02-15T18:04:49.962 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2024-02-15T18:04:49.963 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-15T18:04:49.968 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: enabled 2024-02-15T18:04:49.969 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-active chronyd.service 2024-02-15T18:04:49.974 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: active 2024-02-15T18:04:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:Unit chronyd.service is enabled and running 2024-02-15T18:04:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:Host looks OK 2024-02-15T18:04:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:Cluster fsid: b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:04:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:Acquiring lock 140442183303296 on /run/cephadm/b4759b10-cc2c-11ee-95ba-87774f69a715.lock 2024-02-15T18:04:49.976 INFO:teuthology.orchestra.run.smithi026.stderr:Lock 140442183303296 acquired on /run/cephadm/b4759b10-cc2c-11ee-95ba-87774f69a715.lock 2024-02-15T18:04:49.976 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying IP 172.21.15.26 port 3300 ... 2024-02-15T18:04:49.976 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying IP 172.21.15.26 port 6789 ... 2024-02-15T18:04:49.976 INFO:teuthology.orchestra.run.smithi026.stderr:Base mon IP is 172.21.15.26, final addrv is [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-02-15T18:04:49.977 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /sbin/ip route ls 2024-02-15T18:04:49.979 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.26 metric 100 2024-02-15T18:04:49.979 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2024-02-15T18:04:49.980 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /sbin/ip -6 route ls 2024-02-15T18:04:49.982 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-15T18:04:49.982 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-15T18:04:49.982 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1769sec hoplimit 64 pref medium 2024-02-15T18:04:49.982 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /sbin/ip -6 addr ls 2024-02-15T18:04:49.985 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-15T18:04:49.985 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-15T18:04:49.985 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-15T18:04:49.985 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-15T18:04:49.985 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fea5:cac0/64 scope link 2024-02-15T18:04:49.985 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-15T18:04:49.986 INFO:teuthology.orchestra.run.smithi026.stderr:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2024-02-15T18:04:49.986 INFO:teuthology.orchestra.run.smithi026.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-15T18:04:49.987 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-15T18:04:49.987 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-15T18:04:50.076 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-15T18:04:56.723 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Getting image source signatures 2024-02-15T18:04:56.732 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-15T18:04:56.732 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-15T18:05:10.822 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-15T18:05:10.981 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Writing manifest to image destination 2024-02-15T18:05:11.250 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-15T18:05:11.261 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-15T18:05:11.962 INFO:teuthology.orchestra.run.smithi026.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-15T18:05:12.609 INFO:teuthology.orchestra.run.smithi026.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-15T18:05:12.609 INFO:teuthology.orchestra.run.smithi026.stderr:Extracting ceph user uid/gid from container image... 2024-02-15T18:05:12.609 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-15T18:05:13.177 INFO:teuthology.orchestra.run.smithi026.stderr:stat: 167 167 2024-02-15T18:05:13.697 INFO:teuthology.orchestra.run.smithi026.stderr:Creating initial keys... 2024-02-15T18:05:13.697 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T18:05:14.238 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-authtool: AQBaUs5l2gKbBhAAqTH3Qd7Y5G7LpdzzHTNodw== 2024-02-15T18:05:14.786 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T18:05:15.313 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-authtool: AQBbUs5l5SyXDBAAc7PoDKw28123xcMSRXxYEg== 2024-02-15T18:05:15.832 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-15T18:05:16.386 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-authtool: AQBcUs5lCopdERAATUvmVd2hoZBsJIWOZe0apQ== 2024-02-15T18:05:16.902 INFO:teuthology.orchestra.run.smithi026.stderr:Creating initial monmap... 2024-02-15T18:05:16.902 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmprapw5x0c:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 --addv smithi026 [v2:172.21.15.26:3300,v1:172.21.15.26:6789] /tmp/monmap 2024-02-15T18:05:17.433 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-15T18:05:17.434 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:17.434 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-15T18:05:18.037 INFO:teuthology.orchestra.run.smithi026.stderr:monmaptool for smithi026 [v2:172.21.15.26:3300,v1:172.21.15.26:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-15T18:05:18.037 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: set fsid to b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:18.038 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-15T18:05:18.038 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:05:18.038 INFO:teuthology.orchestra.run.smithi026.stderr:Creating mon... 2024-02-15T18:05:18.039 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026:/var/lib/ceph/mon/ceph-smithi026:z -v /tmp/ceph-tmpo8xm59i2:/tmp/keyring:z -v /tmp/ceph-tmprapw5x0c:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi026 --fsid b4759b10-cc2c-11ee-95ba-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-15T18:05:18.549 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.472+0000 7fb20a623700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.472+0000 7fb20a623700 1 imported monmap: 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: last_changed 2024-02-15T18:05:17.361114+0000 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: created 2024-02-15T18:05:17.361114+0000 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.smithi026 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.472+0000 7fb20a623700 0 /usr/bin/ceph-mon: set fsid to b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:18.550 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:05:18.551 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.551 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:05:18.551 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T18:05:18.551 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: DB SUMMARY 2024-02-15T18:05:18.574 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi026/store.db dir, Total Num: 0, files: 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi026/store.db: 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.create_if_missing: 1 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.env: 0x55d85f0b81c0 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.info_log: 0x55d86147cc20 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:05:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:05:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.db_log_dir: 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi026/store.db 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.write_buffer_manager: 0x55d861485530 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:05:18.577 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.row_cache: None 2024-02-15T18:05:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.wal_filter: None 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:05:18.579 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:05:18.580 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Compression algorithms supported: 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: kZSTD supported: 0 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.473+0000 7fb20a623700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi026/store.db/MANIFEST-000001 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.merge_operator: 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d861396160) 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-15T18:05:18.582 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_cache: 0x55d8613ccd10 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-15T18:05:18.583 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-15T18:05:18.584 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.num_levels: 7 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:05:18.585 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:05:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:05:18.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:05:18.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:05:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.474+0000 7fb20a623700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.475+0000 7fb20a623700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi026/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-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.475+0000 7fb20a623700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.476+0000 7fb20a623700 4 rocksdb: DB pointer 0x55d861491800 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.476+0000 7fb1f34ac700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.476+0000 7fb1f34ac700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:05:18.590 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T18:05:18.591 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:05:18.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:05:18.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.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-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2024-02-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.477+0000 7fb20a623700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.477+0000 7fb20a623700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-15T18:05:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2024-02-15T18:05:18.477+0000 7fb20a623700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi026 for mon.smithi026 2024-02-15T18:05:19.118 INFO:teuthology.orchestra.run.smithi026.stderr:create mon.smithi026 on 2024-02-15T18:05:19.118 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:19.125 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl disable ceph.target 2024-02-15T18:05:19.226 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl enable ceph.target 2024-02-15T18:05:19.232 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-15T18:05:19.315 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl start ceph.target 2024-02-15T18:05:19.322 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl enable ceph-b4759b10-cc2c-11ee-95ba-87774f69a715.target 2024-02-15T18:05:19.329 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715.target. 2024-02-15T18:05:19.329 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715.target. 2024-02-15T18:05:19.410 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl start ceph-b4759b10-cc2c-11ee-95ba-87774f69a715.target 2024-02-15T18:05:19.418 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl daemon-reload 2024-02-15T18:05:19.507 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026 2024-02-15T18:05:19.534 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl reset-failed ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026 2024-02-15T18:05:19.539 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Failed to reset failed state of unit ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026.service: Unit ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026.service not loaded. 2024-02-15T18:05:19.540 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl enable ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026 2024-02-15T18:05:19.546 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715.target.wants/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026.service → /etc/systemd/system/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@.service. 2024-02-15T18:05:19.634 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl start ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026 2024-02-15T18:05:19.675 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:19 smithi026 systemd[1]: Starting Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:05:20.177 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T18:05:20.184 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: disabled 2024-02-15T18:05:20.185 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T18:05:20.192 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2024-02-15T18:05:20.192 INFO:teuthology.orchestra.run.smithi026.stderr:firewalld.service is not enabled 2024-02-15T18:05:20.193 INFO:teuthology.orchestra.run.smithi026.stderr:Not possible to enable service . firewalld.service is not available 2024-02-15T18:05:20.193 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mon to start... 2024-02-15T18:05:20.193 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mon... 2024-02-15T18:05:20.193 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026:/var/lib/ceph/mon/ceph-smithi026:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-15T18:05:20.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: cluster 2024-02-15T18:05:20.124543+0000 mon.smithi026 (mon.0) 0 : [INF] mkfs b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:20.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: cluster 2024-02-15T18:05:20.109168+0000 mon.smithi026 (mon.0) 1 : cluster [INF] mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2024-02-15T18:05:20.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:20 smithi026 bash[34090]: e570b25da7152d16fa74b6e1de44c8740aab291c2ff809b7d30792e650fc3ed8 2024-02-15T18:05:20.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:20 smithi026 systemd[1]: Started Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:05:20.761 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: cluster: 2024-02-15T18:05:20.761 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: id: b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:20.761 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: services: 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi026 (age 0.63609s) 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: data: 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: pgs: 2024-02-15T18:05:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:21.356 INFO:teuthology.orchestra.run.smithi026.stderr:mon is available 2024-02-15T18:05:21.357 INFO:teuthology.orchestra.run.smithi026.stderr:Assimilating anything we can from ceph.conf... 2024-02-15T18:05:21.357 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026:/var/lib/ceph/mon/ceph-smithi026:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi026/config 2024-02-15T18:05:21.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: cluster 2024-02-15T18:05:20.123980+0000 mon.smithi026 (mon.0) 2 : cluster [INF] mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2024-02-15T18:05:21.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: cluster 2024-02-15T18:05:20.124144+0000 mon.smithi026 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} 2024-02-15T18:05:21.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: cluster 2024-02-15T18:05:20.125890+0000 mon.smithi026 (mon.0) 4 : cluster [DBG] fsmap 2024-02-15T18:05:21.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: cluster 2024-02-15T18:05:20.127829+0000 mon.smithi026 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-15T18:05:21.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: cluster 2024-02-15T18:05:20.128291+0000 mon.smithi026 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-15T18:05:21.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: audit 2024-02-15T18:05:20.760039+0000 mon.smithi026 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.26:0/2435886906' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [global] 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: fsid = b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [mgr] 2024-02-15T18:05:21.983 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-15T18:05:21.983 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:21.983 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [osd] 2024-02-15T18:05:21.983 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-15T18:05:21.983 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-15T18:05:22.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: audit 2024-02-15T18:05:21.978695+0000 mon.smithi026 (mon.0) 8 : audit [INF] from='client.? 172.21.15.26:0/2586828011' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-15T18:05:22.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: audit 2024-02-15T18:05:21.981213+0000 mon.smithi026 (mon.0) 9 : audit [INF] from='client.? 172.21.15.26:0/2586828011' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-15T18:05:22.595 INFO:teuthology.orchestra.run.smithi026.stderr:Generating new minimal ceph.conf... 2024-02-15T18:05:22.595 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026:/var/lib/ceph/mon/ceph-smithi026:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi026/config 2024-02-15T18:05:23.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: audit 2024-02-15T18:05:23.142609+0000 mon.smithi026 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.26:0/1227363237' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:05:23.678 INFO:teuthology.orchestra.run.smithi026.stderr:Restarting the monitor... 2024-02-15T18:05:23.678 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl restart ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026 2024-02-15T18:05:24.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:23 smithi026 systemd[1]: Stopping Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:05:24.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: debug 2024-02-15T18:05:23.809+0000 7f127908b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi026 -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-15T18:05:24.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34104]: debug 2024-02-15T18:05:23.809+0000 7f127908b700 -1 mon.smithi026@0(leader) e1 *** Got Signal Terminated *** 2024-02-15T18:05:24.637 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:24 smithi026 podman[34430]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026 2024-02-15T18:05:24.959 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:24 smithi026 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026.service: Succeeded. 2024-02-15T18:05:24.960 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:24 smithi026 systemd[1]: Stopped Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:05:24.960 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:24 smithi026 systemd[1]: Starting Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:05:25.141 INFO:teuthology.orchestra.run.smithi026.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-15T18:05:25.141 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-15T18:05:25.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.073+0000 7f8839e90700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:05:25.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.073+0000 7f8839e90700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-15T18:05:25.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.073+0000 7f8839e90700 0 pidfile_write: ignore empty --pid-file 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.078+0000 7f8839e90700 0 load: jerasure load: lrc load: isa 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: DB SUMMARY 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: CURRENT file: CURRENT 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi026/store.db dir, Total Num: 1, files: 000004.sst 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi026/store.db: 000006.log size: 86193 ; 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.create_if_missing: 0 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.env: 0x557a23b401c0 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.info_log: 0x557a26101a40 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:05:25.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.db_log_dir: 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi026/store.db 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:05:25.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.write_buffer_manager: 0x557a26d78030 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:05:25.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.row_cache: None 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.wal_filter: None 2024-02-15T18:05:25.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:05:25.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Compression algorithms supported: 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:05:25.350 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: kZSTD supported: 0 2024-02-15T18:05:25.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:05:25.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:05:25.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:05:25.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:05:25.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:05:25.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:05:25.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi026/store.db/MANIFEST-000005 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.merge_operator: 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557a2601a170) 2024-02-15T18:05:25.353 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cache_index_and_filter_blocks: 1 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: pin_top_level_index_and_filter: 1 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: index_type: 0 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: data_block_index_type: 0 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: index_shortening: 1 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: hash_index_allow_collision: 1 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: checksum: 1 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: no_block_cache: 0 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: block_cache: 0x557a26050f10 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: block_cache_name: BinnedLRUCache 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: block_cache_options: 2024-02-15T18:05:25.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: capacity : 536870912 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: num_shard_bits : 4 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: strict_capacity_limit : 0 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: high_pri_pool_ratio: 0.000 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: block_cache_compressed: (nil) 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: persistent_cache: (nil) 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: block_size: 4096 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: block_size_deviation: 10 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: block_restart_interval: 16 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: index_block_restart_interval: 1 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: metadata_block_size: 4096 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: partition_filters: 0 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: use_delta_encoding: 1 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:05:25.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: whole_key_filtering: 1 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: verify_compression: 0 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: read_amp_bytes_per_bit: 0 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: format_version: 2 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: enable_index_compression: 1 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: block_align: 0 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.num_levels: 7 2024-02-15T18:05:25.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:05:25.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:05:25.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:05:25.359 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:05:25.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.079+0000 7f8839e90700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.080+0000 7f8839e90700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi026/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-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.080+0000 7f8839e90700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.080+0000 7f8839e90700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020325080716, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.080+0000 7f8839e90700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.080+0000 7f8839e90700 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-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.081+0000 7f8839e90700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020325081625, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82924, "table_properties": {"data_size": 81182, "index_size": 347, "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": 9462, "raw_average_key_size": 47, "raw_value_size": 75724, "raw_average_value_size": 378, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708020325, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T18:05:25.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.081+0000 7f8839e90700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.081+0000 7f8839e90700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020325082054, "job": 1, "event": "recovery_finished"} 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.082+0000 7f8839e90700 4 rocksdb: DB pointer 0x557a26115800 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.082+0000 7f8820c98700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.082+0000 7f8820c98700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ** DB Stats ** 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.362 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ** Compaction Stats [default] ** 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.1 0.00 0.00 1 0.001 0 0 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.1 0.00 0.00 1 0.001 0 0 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.1 0.00 0.00 1 0.001 0 0 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ** Compaction Stats [default] ** 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.1 0.00 0.00 1 0.001 0 0 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:05:25.363 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Cumulative compaction: 0.00 GB write, 26.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Interval compaction: 0.00 GB write, 26.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ** Compaction Stats [default] ** 2024-02-15T18:05:25.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.1 0.00 0.00 1 0.001 0 0 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.1 0.00 0.00 1 0.001 0 0 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ** Compaction Stats [default] ** 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.1 0.00 0.00 1 0.001 0 0 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:05:25.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: Cumulative compaction: 0.00 GB write, 26.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.082+0000 7f8839e90700 0 starting mon.smithi026 rank 0 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi026 fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.083+0000 7f8839e90700 1 mon.smithi026@-1(???) e1 preinit fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.084+0000 7f8839e90700 0 mon.smithi026@-1(???).mds e1 new map 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.084+0000 7f8839e90700 0 mon.smithi026@-1(???).mds e1 print_map 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: e1 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T18:05:25.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 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-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: legacy client fscid: -1 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: No filesystems configured 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.084+0000 7f8839e90700 0 mon.smithi026@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.084+0000 7f8839e90700 0 mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.084+0000 7f8839e90700 0 mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.084+0000 7f8839e90700 0 mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:23.142609+0000 mon.smithi026 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.26:0/1227363237' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.084+0000 7f8839e90700 1 mon.smithi026@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta expand map: {default=false} 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta from 'false' to 'false' 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta expanded map: {default=false} 2024-02-15T18:05:25.367 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta expand map: {default=info} 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta from 'info' to 'info' 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta expanded map: {default=info} 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta expand map: {default=daemon} 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta expand map: {default=debug} 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:05:25.085+0000 7f8839e90700 20 expand_channel_meta expanded map: {default=debug} 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 bash[34502]: 7fb7b730fe3479a440911f9d40de3d91e8310f58c89681bd7d614c71cee3493d 2024-02-15T18:05:25.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:25 smithi026 systemd[1]: Started Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:05:26.198 INFO:teuthology.orchestra.run.smithi026.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-15T18:05:26.198 INFO:teuthology.orchestra.run.smithi026.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:05:26.198 INFO:teuthology.orchestra.run.smithi026.stderr:Creating mgr... 2024-02-15T18:05:26.199 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying port 9283 ... 2024-02-15T18:05:26.200 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl daemon-reload 2024-02-15T18:05:26.300 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mgr.smithi026.gdpjol 2024-02-15T18:05:26.334 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl reset-failed ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mgr.smithi026.gdpjol 2024-02-15T18:05:26.339 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Failed to reset failed state of unit ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mgr.smithi026.gdpjol.service: Unit ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mgr.smithi026.gdpjol.service not loaded. 2024-02-15T18:05:26.340 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl enable ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mgr.smithi026.gdpjol 2024-02-15T18:05:26.345 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715.target.wants/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mgr.smithi026.gdpjol.service → /etc/systemd/system/ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@.service. 2024-02-15T18:05:26.434 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl start ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mgr.smithi026.gdpjol 2024-02-15T18:05:26.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:25.101244+0000 mon.smithi026 (mon.0) 1 : cluster [INF] mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2024-02-15T18:05:26.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:25.101292+0000 mon.smithi026 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} 2024-02-15T18:05:26.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:25.101329+0000 mon.smithi026 (mon.0) 3 : cluster [DBG] fsmap 2024-02-15T18:05:26.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:25.101353+0000 mon.smithi026 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-15T18:05:26.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:25.101685+0000 mon.smithi026 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-15T18:05:26.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:25.714217+0000 mon.smithi026 (mon.0) 6 : audit [INF] from='client.? 172.21.15.26:0/3693674264' entity='client.admin' 2024-02-15T18:05:27.036 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T18:05:27.047 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: disabled 2024-02-15T18:05:27.047 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T18:05:27.055 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2024-02-15T18:05:27.056 INFO:teuthology.orchestra.run.smithi026.stderr:firewalld.service is not enabled 2024-02-15T18:05:27.056 INFO:teuthology.orchestra.run.smithi026.stderr:Not possible to enable service . firewalld.service is not available 2024-02-15T18:05:27.056 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T18:05:27.063 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: disabled 2024-02-15T18:05:27.064 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T18:05:27.071 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2024-02-15T18:05:27.072 INFO:teuthology.orchestra.run.smithi026.stderr:firewalld.service is not enabled 2024-02-15T18:05:27.072 INFO:teuthology.orchestra.run.smithi026.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-15T18:05:27.072 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mgr to start... 2024-02-15T18:05:27.072 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mgr... 2024-02-15T18:05:27.072 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T18:05:27.726 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:27.726 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2024-02-15T18:05:27.726 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsid": "b4759b10-cc2c-11ee-95ba-87774f69a715", 2024-02-15T18:05:27.726 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "health": { 2024-02-15T18:05:27.726 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T18:05:27.726 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 0 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "smithi026" 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:27.727 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T18:05:27.728 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T18:05:27.728 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:27.728 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T18:05:27.728 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:27.728 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T18:05:27.728 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T18:05:27.728 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T18:05:27.728 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T18:05:27.731 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": false, 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "iostat", 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "nfs", 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "restful" 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:05:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T18:05:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modified": "2024-02-15T18:05:20.124995+0000", 2024-02-15T18:05:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:05:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T18:05:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2024-02-15T18:05:28.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:27.724035+0000 mon.smithi026 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.26:0/3555374495' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T18:05:28.364 INFO:teuthology.orchestra.run.smithi026.stderr:mgr not available, waiting (1/15)... 2024-02-15T18:05:30.367 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T18:05:31.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:31.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2024-02-15T18:05:31.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsid": "b4759b10-cc2c-11ee-95ba-87774f69a715", 2024-02-15T18:05:31.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "health": { 2024-02-15T18:05:31.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 0 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "smithi026" 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T18:05:31.298 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:31.299 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T18:05:31.300 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": false, 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "iostat", 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "nfs", 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "restful" 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:31.301 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modified": "2024-02-15T18:05:20.124995+0000", 2024-02-15T18:05:31.302 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:05:31.302 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:31.302 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T18:05:31.302 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2024-02-15T18:05:31.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:30.996846+0000 mon.smithi026 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.26:0/462033971' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T18:05:32.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:32.274548+0000 mon.smithi026 (mon.0) 9 : cluster [INF] Activating manager daemon smithi026.gdpjol 2024-02-15T18:05:32.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:32.277330+0000 mon.smithi026 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi026.gdpjol(active, starting, since 0.00288228s) 2024-02-15T18:05:32.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.278120+0000 mon.smithi026 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:05:32.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.278327+0000 mon.smithi026 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:05:32.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.278521+0000 mon.smithi026 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:05:32.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.278679+0000 mon.smithi026 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:05:32.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.279094+0000 mon.smithi026 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi026.gdpjol", "id": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:05:32.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:32.293783+0000 mon.smithi026 (mon.0) 16 : cluster [INF] Manager daemon smithi026.gdpjol is now available 2024-02-15T18:05:32.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.301425+0000 mon.smithi026 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:32.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.306800+0000 mon.smithi026 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:05:32.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.308014+0000 mon.smithi026 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:05:32.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.313480+0000 mon.smithi026 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:32.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:32.315057+0000 mon.smithi026 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.26:0/2108349357' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:33.810 INFO:teuthology.orchestra.run.smithi026.stderr:mgr not available, waiting (2/15)... 2024-02-15T18:05:34.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:33.280269+0000 mon.smithi026 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi026.gdpjol(active, since 1.00582s) 2024-02-15T18:05:35.812 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-15T18:05:36.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:35.280458+0000 mon.smithi026 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi026.gdpjol(active, since 3s) 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsid": "b4759b10-cc2c-11ee-95ba-87774f69a715", 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "health": { 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "checks": {}, 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mutes": [] 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-15T18:05:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum": [ 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 0 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "smithi026" 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "monmap": { 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osdmap": { 2024-02-15T18:05:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgmap": { 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-15T18:05:36.593 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsmap": { 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": true, 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modules": [ 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "iostat", 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "nfs", 2024-02-15T18:05:36.594 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "restful" 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "servicemap": { 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modified": "2024-02-15T18:05:20.124995+0000", 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-15T18:05:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2024-02-15T18:05:37.148 INFO:teuthology.orchestra.run.smithi026.stderr:mgr is available 2024-02-15T18:05:37.148 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z -v /tmp/tmp5hb1hufm:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-15T18:05:37.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:36.585692+0000 mon.smithi026 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.26:0/1824915517' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-15T18:05:37.847 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:37.847 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [global] 2024-02-15T18:05:37.847 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: fsid = b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:37.847 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-15T18:05:37.847 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-15T18:05:37.847 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-15T18:05:37.847 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-15T18:05:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-15T18:05:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [mgr] 2024-02-15T18:05:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-15T18:05:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2024-02-15T18:05:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [osd] 2024-02-15T18:05:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-15T18:05:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-15T18:05:38.463 INFO:teuthology.orchestra.run.smithi026.stderr:Enabling cephadm module... 2024-02-15T18:05:38.463 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-15T18:05:38.465 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:37.845884+0000 mon.smithi026 (mon.0) 25 : audit [INF] from='client.? 172.21.15.26:0/1987189471' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-15T18:05:41.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:41.314764+0000 mon.smithi026 (mon.0) 26 : audit [INF] from='client.? 172.21.15.26:0/3829771486' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-15T18:05:42.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:41.367485+0000 mon.smithi026 (mon.0) 27 : audit [INF] from='client.? 172.21.15.26:0/3829771486' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-15T18:05:42.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:41.367532+0000 mon.smithi026 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi026.gdpjol(active, since 9s) 2024-02-15T18:05:46.376 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-15T18:05:47.938 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:46.670294+0000 mon.smithi026 (mon.0) 29 : cluster [INF] Active manager daemon smithi026.gdpjol restarted 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:46.670703+0000 mon.smithi026 (mon.0) 30 : cluster [INF] Activating manager daemon smithi026.gdpjol 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:46.672205+0000 mon.smithi026 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:46.723013+0000 mon.smithi026 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi026.gdpjol(active, starting, since 0.0524306s) 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.723936+0000 mon.smithi026 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.724582+0000 mon.smithi026 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi026.gdpjol", "id": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.725384+0000 mon.smithi026 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.725561+0000 mon.smithi026 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.725734+0000 mon.smithi026 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:46.738911+0000 mon.smithi026 (mon.0) 38 : cluster [INF] Manager daemon smithi026.gdpjol is now available 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.755998+0000 mon.smithi026 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:47.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.758548+0000 mon.smithi026 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:47.940 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.761147+0000 mon.smithi026 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:47.940 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.855140+0000 mon.smithi026 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:47.940 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.855839+0000 mon.smithi026 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:05:47.940 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.857539+0000 mon.smithi026 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:05:47.940 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.858917+0000 mon.smithi026 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:05:47.940 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.869270+0000 mon.smithi026 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:05:47.940 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:46.870531+0000 mon.smithi026 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:05:49.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:47.726120+0000 mon.smithi026 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi026.gdpjol(active, since 1.05554s) 2024-02-15T18:05:49.262 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2024-02-15T18:05:49.262 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 8, 2024-02-15T18:05:49.262 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": true, 2024-02-15T18:05:49.262 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "active_name": "smithi026.gdpjol", 2024-02-15T18:05:49.262 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-15T18:05:49.262 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2024-02-15T18:05:49.910 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for the mgr to restart... 2024-02-15T18:05:49.911 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mgr epoch 8... 2024-02-15T18:05:49.911 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-15T18:05:49.913 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:05:48.750598+0000 mon.smithi026 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi026.gdpjol(active, since 2s) 2024-02-15T18:05:49.913 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:49.261940+0000 mon.smithi026 (mon.0) 50 : audit [DBG] from='client.? 172.21.15.26:0/2399966751' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-15T18:05:50.496 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2024-02-15T18:05:50.496 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-15T18:05:50.496 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "initialized": true 2024-02-15T18:05:50.496 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2024-02-15T18:05:51.008 INFO:teuthology.orchestra.run.smithi026.stderr:mgr epoch 8 is available 2024-02-15T18:05:51.008 INFO:teuthology.orchestra.run.smithi026.stderr:Setting orchestrator backend to cephadm... 2024-02-15T18:05:51.008 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-15T18:05:51.714 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:50.490304+0000 mgr.smithi026.gdpjol (mgr.14116) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-15T18:05:51.714 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:50.496163+0000 mgr.smithi026.gdpjol (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-15T18:05:52.305 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-15T18:05:52.989 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: value unchanged 2024-02-15T18:05:53.013 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:51.689662+0000 mgr.smithi026.gdpjol (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-15T18:05:53.013 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:51.693539+0000 mon.smithi026 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:53.013 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:51.697191+0000 mon.smithi026 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:05:53.562 INFO:teuthology.orchestra.run.smithi026.stderr:Generating ssh key... 2024-02-15T18:05:53.562 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-15T18:05:54.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:52.989661+0000 mgr.smithi026.gdpjol (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:05:55.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:05:54.297567+0000 mgr.smithi026.gdpjol (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-15T18:05:55.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:54.410125+0000 mon.smithi026 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:55.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:54.411746+0000 mon.smithi026 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:55.076 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-15T18:05:55.791 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpZrwJTl7y2vLrwwd6NCdxVQgEkbpugq1CdlUImxNRiNrFzRPOFUzSm3jVIvED9pZCOVLyUHch21FMTFLx///+Uq9kKLKV5pOKEZB2nDKLyq/VF42vUItMLcZzcB9rhpS5kfe7D3zPOuNxliEEx1NA2yH/g94dyTxI/hwMuydvo+bwHiwkDpWujwTfeVG+yWZoxmbFDyWTO82tj8HSjCtpD3RqX1cNCAS3sq/Ol/l/x6fkj9QTwW6piLYbTx7yGURkG1xggt5Dboai4YYz9QhqYkUbW4ZzBSnkiOrs2UUeuPvMu5OozUwRdBl/EthlAbJUqoGWu/GBxKq9zljcwPby0yPHX4D/tgpLhL+SoVeWFcnDdBS/sr1vB6a4BxDZsVWUBTYdUBDZi1HhuDCM5rcI7OQZTUYtbWzd3S461k4RyZO41V6rrOiy/MX355vHCTlmFIofnZtqBTKhu6m70UrhpqtUTVxqa2DjCZFcy+m/HOWDDVWB5qO6Yk5wVZZPxtc= ceph-b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:05:56.349 INFO:teuthology.orchestra.run.smithi026.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-15T18:05:56.349 INFO:teuthology.orchestra.run.smithi026.stderr:Adding key to root@localhost authorized_keys... 2024-02-15T18:05:56.350 INFO:teuthology.orchestra.run.smithi026.stderr:Adding host smithi026... 2024-02-15T18:05:56.350 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi026 172.21.15.26 2024-02-15T18:05:56.621 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:55.791639+0000 mgr.smithi026.gdpjol (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:05:57.655 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Added host 'smithi026' with addr '172.21.15.26' 2024-02-15T18:05:57.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:57.058536+0000 mgr.smithi026.gdpjol (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "addr": "172.21.15.26", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:05:58.231 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying mon service with default placement... 2024-02-15T18:05:58.231 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-15T18:05:58.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:57.654459+0000 mon.smithi026 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:05:58.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:05:57.654747+0000 mgr.smithi026.gdpjol (mgr.14116) 9 : cephadm [INF] Added host smithi026 2024-02-15T18:05:58.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:57.654965+0000 mon.smithi026 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:05:58.949 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-15T18:05:59.513 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying mgr service with default placement... 2024-02-15T18:05:59.513 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-15T18:06:00.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:58.946315+0000 mgr.smithi026.gdpjol (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:06:00.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:05:58.947069+0000 mgr.smithi026.gdpjol (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-15T18:06:00.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:05:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:05:58.949235+0000 mon.smithi026 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:00.255 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-15T18:06:00.885 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying crash service with default placement... 2024-02-15T18:06:00.885 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-15T18:06:01.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:00.252672+0000 mgr.smithi026.gdpjol (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:06:01.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:00.253200+0000 mgr.smithi026.gdpjol (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-15T18:06:01.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:00.255269+0000 mon.smithi026 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:01.601 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-15T18:06:02.118 INFO:teuthology.orchestra.run.smithi026.stderr:Enabling mgr prometheus module... 2024-02-15T18:06:02.118 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-15T18:06:03.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:01.598439+0000 mgr.smithi026.gdpjol (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:06:03.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:01.599061+0000 mgr.smithi026.gdpjol (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-15T18:06:03.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:01.601259+0000 mon.smithi026 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.26:0/1304798738' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:03.913 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:02.839050+0000 mon.smithi026 (mon.0) 60 : audit [INF] from='client.? 172.21.15.26:0/1709228678' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-15T18:06:04.232 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying prometheus service with default placement... 2024-02-15T18:06:04.232 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-15T18:06:05.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:03.605817+0000 mon.smithi026 (mon.0) 61 : audit [INF] from='client.? 172.21.15.26:0/1709228678' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-15T18:06:05.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:03.605894+0000 mon.smithi026 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi026.gdpjol(active, since 16s) 2024-02-15T18:06:09.991 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-15T18:06:10.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:08.932403+0000 mon.smithi026 (mon.0) 63 : cluster [INF] Active manager daemon smithi026.gdpjol restarted 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:08.932783+0000 mon.smithi026 (mon.0) 64 : cluster [INF] Activating manager daemon smithi026.gdpjol 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:08.934257+0000 mon.smithi026 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:08.984981+0000 mon.smithi026 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi026.gdpjol(active, starting, since 0.052281s) 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:08.986041+0000 mon.smithi026 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:08.986827+0000 mon.smithi026 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi026.gdpjol", "id": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:08.987747+0000 mon.smithi026 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:08.987999+0000 mon.smithi026 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:08.988241+0000 mon.smithi026 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:09.002081+0000 mon.smithi026 (mon.0) 72 : cluster [INF] Manager daemon smithi026.gdpjol is now available 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:09.105308+0000 mon.smithi026 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:09.106663+0000 mon.smithi026 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:09.123391+0000 mon.smithi026 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:06:10.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:09.131560+0000 mon.smithi026 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:06:10.515 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying grafana service with default placement... 2024-02-15T18:06:10.515 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-15T18:06:11.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:09.987656+0000 mon.smithi026 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi026.gdpjol(active, since 1.05496s) 2024-02-15T18:06:11.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:09.988884+0000 mgr.smithi026.gdpjol (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-15T18:06:11.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:09.990931+0000 mon.smithi026 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:11.270 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-15T18:06:11.787 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying node-exporter service with default placement... 2024-02-15T18:06:11.788 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-15T18:06:12.461 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-15T18:06:12.489 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:11.101013+0000 mon.smithi026 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi026.gdpjol(active, since 2s) 2024-02-15T18:06:12.489 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:11.268101+0000 mgr.smithi026.gdpjol (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:06:12.489 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:11.268641+0000 mgr.smithi026.gdpjol (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-15T18:06:12.489 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:11.270857+0000 mon.smithi026 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:13.069 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying alertmanager service with default placement... 2024-02-15T18:06:13.069 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-15T18:06:13.754 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-15T18:06:13.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:12.458749+0000 mgr.smithi026.gdpjol (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-15T18:06:13.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:12.459413+0000 mgr.smithi026.gdpjol (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-15T18:06:13.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:12.461565+0000 mon.smithi026 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:14.299 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-15T18:06:14.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:13.752096+0000 mgr.smithi026.gdpjol (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:06:14.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:13.752633+0000 mgr.smithi026.gdpjol (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-15T18:06:14.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:13.754830+0000 mon.smithi026 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.26:0/2174128031' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:16.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:15.016633+0000 mon.smithi026 (mon.0) 83 : audit [INF] from='client.? 172.21.15.26:0/3922546474' entity='client.admin' 2024-02-15T18:06:16.507 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-15T18:06:17.746 INFO:teuthology.orchestra.run.smithi026.stderr:Enabling the dashboard module... 2024-02-15T18:06:17.747 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-15T18:06:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:17.204430+0000 mon.smithi026 (mon.0) 84 : audit [INF] from='client.? 172.21.15.26:0/565419825' entity='client.admin' 2024-02-15T18:06:19.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:18.405506+0000 mon.smithi026 (mon.0) 85 : audit [INF] from='client.? 172.21.15.26:0/2548140785' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-15T18:06:20.128 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-15T18:06:20.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:19.207471+0000 mon.smithi026 (mon.0) 86 : audit [INF] from='client.? 172.21.15.26:0/2548140785' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-15T18:06:20.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:19.207518+0000 mon.smithi026 (mon.0) 87 : cluster [DBG] mgrmap e13: smithi026.gdpjol(active, since 10s) 2024-02-15T18:06:20.871 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2024-02-15T18:06:20.871 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-15T18:06:20.872 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": true, 2024-02-15T18:06:20.872 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "active_name": "smithi026.gdpjol", 2024-02-15T18:06:20.872 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-15T18:06:20.872 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2024-02-15T18:06:21.468 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for the mgr to restart... 2024-02-15T18:06:21.468 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mgr epoch 13... 2024-02-15T18:06:21.469 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-15T18:06:21.469 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:20.871126+0000 mon.smithi026 (mon.0) 88 : audit [DBG] from='client.? 172.21.15.26:0/4060088295' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-15T18:06:25.623 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2024-02-15T18:06:25.624 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-15T18:06:25.624 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "initialized": true 2024-02-15T18:06:25.624 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2024-02-15T18:06:25.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:24.561367+0000 mon.smithi026 (mon.0) 89 : cluster [INF] Active manager daemon smithi026.gdpjol restarted 2024-02-15T18:06:25.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:24.561832+0000 mon.smithi026 (mon.0) 90 : cluster [INF] Activating manager daemon smithi026.gdpjol 2024-02-15T18:06:25.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:24.563367+0000 mon.smithi026 (mon.0) 91 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-15T18:06:25.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:24.614369+0000 mon.smithi026 (mon.0) 92 : cluster [DBG] mgrmap e14: smithi026.gdpjol(active, starting, since 0.0526272s) 2024-02-15T18:06:25.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.615399+0000 mon.smithi026 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:06:25.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.616014+0000 mon.smithi026 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi026.gdpjol", "id": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:06:25.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.616782+0000 mon.smithi026 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:06:25.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.616972+0000 mon.smithi026 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:06:25.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.617124+0000 mon.smithi026 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:06:25.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:24.631224+0000 mon.smithi026 (mon.0) 98 : cluster [INF] Manager daemon smithi026.gdpjol is now available 2024-02-15T18:06:25.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.735475+0000 mon.smithi026 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:06:25.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.737399+0000 mon.smithi026 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:06:25.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.755780+0000 mon.smithi026 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:06:25.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:24.763209+0000 mon.smithi026 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:06:26.258 INFO:teuthology.orchestra.run.smithi026.stderr:mgr epoch 13 is available 2024-02-15T18:06:26.259 INFO:teuthology.orchestra.run.smithi026.stderr:Generating a dashboard self-signed certificate... 2024-02-15T18:06:26.259 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-15T18:06:27.015 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-15T18:06:27.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:25.616189+0000 mgr.smithi026.gdpjol (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-15T18:06:27.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:25.616781+0000 mon.smithi026 (mon.0) 103 : cluster [DBG] mgrmap e15: smithi026.gdpjol(active, since 1.05503s) 2024-02-15T18:06:27.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:25.622900+0000 mgr.smithi026.gdpjol (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-15T18:06:27.697 INFO:teuthology.orchestra.run.smithi026.stderr:Creating initial admin user... 2024-02-15T18:06:27.698 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpri2jyead:/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-15T18:06:27.699 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:26.619205+0000 mon.smithi026 (mon.0) 104 : cluster [DBG] mgrmap e16: smithi026.gdpjol(active, since 2s) 2024-02-15T18:06:27.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:26.977944+0000 mgr.smithi026.gdpjol (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:06:27.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:27.013849+0000 mon.smithi026 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:27.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:27.015524+0000 mon.smithi026 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:28.679 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Mzn12nGSkxou6faaIVk0..JALPx7tkfuUGB.pKC6cnPt6sfpP9qwm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708020388, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-15T18:06:29.337 INFO:teuthology.orchestra.run.smithi026.stderr:Fetching dashboard port number... 2024-02-15T18:06:29.337 INFO:teuthology.orchestra.run.smithi026.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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpri3s3zp1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxbgs0kd1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-15T18:06:30.031 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 8443 2024-02-15T18:06:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:28.434397+0000 mgr.smithi026.gdpjol (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-15T18:06:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:28.679071+0000 mon.smithi026 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:30.677 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-15T18:06:30.687 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: disabled 2024-02-15T18:06:30.687 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: systemctl is-active firewalld.service 2024-02-15T18:06:30.695 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2024-02-15T18:06:30.696 INFO:teuthology.orchestra.run.smithi026.stderr:firewalld.service is not enabled 2024-02-15T18:06:30.696 INFO:teuthology.orchestra.run.smithi026.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-15T18:06:30.699 INFO:teuthology.orchestra.run.smithi026.stderr:Ceph Dashboard is now available at: 2024-02-15T18:06:30.699 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:06:30.699 INFO:teuthology.orchestra.run.smithi026.stderr: URL: https://smithi026.front.sepia.ceph.com:8443/ 2024-02-15T18:06:30.699 INFO:teuthology.orchestra.run.smithi026.stderr: User: admin 2024-02-15T18:06:30.699 INFO:teuthology.orchestra.run.smithi026.stderr: Password: pv9d7yq04a 2024-02-15T18:06:30.699 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr:You can access the Ceph CLI with: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr: ceph telemetry on 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr:For more information see: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:06:30.700 INFO:teuthology.orchestra.run.smithi026.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-15T18:06:30.701 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:06:30.701 INFO:teuthology.orchestra.run.smithi026.stderr:Bootstrap complete. 2024-02-15T18:06:30.701 INFO:teuthology.orchestra.run.smithi026.stderr:Releasing lock 140442183303296 on /run/cephadm/b4759b10-cc2c-11ee-95ba-87774f69a715.lock 2024-02-15T18:06:30.701 INFO:teuthology.orchestra.run.smithi026.stderr:Lock 140442183303296 released on /run/cephadm/b4759b10-cc2c-11ee-95ba-87774f69a715.lock 2024-02-15T18:06:30.736 INFO:tasks.cephadm:Fetching config... 2024-02-15T18:06:30.736 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:06:30.736 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-15T18:06:30.756 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-15T18:06:30.756 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:06:30.756 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-15T18:06:30.815 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-15T18:06:30.815 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:06:30.815 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/keyring of=/dev/stdout 2024-02-15T18:06:30.884 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-15T18:06:30.885 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:06:30.885 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-15T18:06:30.943 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-15T18:06:30.944 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpZrwJTl7y2vLrwwd6NCdxVQgEkbpugq1CdlUImxNRiNrFzRPOFUzSm3jVIvED9pZCOVLyUHch21FMTFLx///+Uq9kKLKV5pOKEZB2nDKLyq/VF42vUItMLcZzcB9rhpS5kfe7D3zPOuNxliEEx1NA2yH/g94dyTxI/hwMuydvo+bwHiwkDpWujwTfeVG+yWZoxmbFDyWTO82tj8HSjCtpD3RqX1cNCAS3sq/Ol/l/x6fkj9QTwW6piLYbTx7yGURkG1xggt5Dboai4YYz9QhqYkUbW4ZzBSnkiOrs2UUeuPvMu5OozUwRdBl/EthlAbJUqoGWu/GBxKq9zljcwPby0yPHX4D/tgpLhL+SoVeWFcnDdBS/sr1vB6a4BxDZsVWUBTYdUBDZi1HhuDCM5rcI7OQZTUYtbWzd3S461k4RyZO41V6rrOiy/MX355vHCTlmFIofnZtqBTKhu6m70UrhpqtUTVxqa2DjCZFcy+m/HOWDDVWB5qO6Yk5wVZZPxtc= ceph-b4759b10-cc2c-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-15T18:06:31.008 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:30.031718+0000 mon.smithi026 (mon.0) 108 : audit [DBG] from='client.? 172.21.15.26:0/2329598029' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-15T18:06:31.021 INFO:teuthology.orchestra.run.smithi026.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpZrwJTl7y2vLrwwd6NCdxVQgEkbpugq1CdlUImxNRiNrFzRPOFUzSm3jVIvED9pZCOVLyUHch21FMTFLx///+Uq9kKLKV5pOKEZB2nDKLyq/VF42vUItMLcZzcB9rhpS5kfe7D3zPOuNxliEEx1NA2yH/g94dyTxI/hwMuydvo+bwHiwkDpWujwTfeVG+yWZoxmbFDyWTO82tj8HSjCtpD3RqX1cNCAS3sq/Ol/l/x6fkj9QTwW6piLYbTx7yGURkG1xggt5Dboai4YYz9QhqYkUbW4ZzBSnkiOrs2UUeuPvMu5OozUwRdBl/EthlAbJUqoGWu/GBxKq9zljcwPby0yPHX4D/tgpLhL+SoVeWFcnDdBS/sr1vB6a4BxDZsVWUBTYdUBDZi1HhuDCM5rcI7OQZTUYtbWzd3S461k4RyZO41V6rrOiy/MX355vHCTlmFIofnZtqBTKhu6m70UrhpqtUTVxqa2DjCZFcy+m/HOWDDVWB5qO6Yk5wVZZPxtc= ceph-b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:06:31.032 DEBUG:teuthology.orchestra.run.smithi158:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpZrwJTl7y2vLrwwd6NCdxVQgEkbpugq1CdlUImxNRiNrFzRPOFUzSm3jVIvED9pZCOVLyUHch21FMTFLx///+Uq9kKLKV5pOKEZB2nDKLyq/VF42vUItMLcZzcB9rhpS5kfe7D3zPOuNxliEEx1NA2yH/g94dyTxI/hwMuydvo+bwHiwkDpWujwTfeVG+yWZoxmbFDyWTO82tj8HSjCtpD3RqX1cNCAS3sq/Ol/l/x6fkj9QTwW6piLYbTx7yGURkG1xggt5Dboai4YYz9QhqYkUbW4ZzBSnkiOrs2UUeuPvMu5OozUwRdBl/EthlAbJUqoGWu/GBxKq9zljcwPby0yPHX4D/tgpLhL+SoVeWFcnDdBS/sr1vB6a4BxDZsVWUBTYdUBDZi1HhuDCM5rcI7OQZTUYtbWzd3S461k4RyZO41V6rrOiy/MX355vHCTlmFIofnZtqBTKhu6m70UrhpqtUTVxqa2DjCZFcy+m/HOWDDVWB5qO6Yk5wVZZPxtc= ceph-b4759b10-cc2c-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-15T18:06:31.080 INFO:teuthology.orchestra.run.smithi158.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpZrwJTl7y2vLrwwd6NCdxVQgEkbpugq1CdlUImxNRiNrFzRPOFUzSm3jVIvED9pZCOVLyUHch21FMTFLx///+Uq9kKLKV5pOKEZB2nDKLyq/VF42vUItMLcZzcB9rhpS5kfe7D3zPOuNxliEEx1NA2yH/g94dyTxI/hwMuydvo+bwHiwkDpWujwTfeVG+yWZoxmbFDyWTO82tj8HSjCtpD3RqX1cNCAS3sq/Ol/l/x6fkj9QTwW6piLYbTx7yGURkG1xggt5Dboai4YYz9QhqYkUbW4ZzBSnkiOrs2UUeuPvMu5OozUwRdBl/EthlAbJUqoGWu/GBxKq9zljcwPby0yPHX4D/tgpLhL+SoVeWFcnDdBS/sr1vB6a4BxDZsVWUBTYdUBDZi1HhuDCM5rcI7OQZTUYtbWzd3S461k4RyZO41V6rrOiy/MX355vHCTlmFIofnZtqBTKhu6m70UrhpqtUTVxqa2DjCZFcy+m/HOWDDVWB5qO6Yk5wVZZPxtc= ceph-b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:06:31.092 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-15T18:06:32.530 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:31.100430+0000 mon.smithi026 (mon.0) 109 : cluster [DBG] mgrmap e17: smithi026.gdpjol(active, since 6s) 2024-02-15T18:06:34.437 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-15T18:06:34.437 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-15T18:06:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:33.449092+0000 mon.smithi026 (mon.0) 110 : audit [INF] from='client.? 172.21.15.26:0/3565606648' entity='client.admin' 2024-02-15T18:06:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:33.939192+0000 mon.smithi026 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:35.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:34.504562+0000 mon.smithi026 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:37.269 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi158 2024-02-15T18:06:37.270 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-15T18:06:37.270 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/etc/ceph/ceph.conf 2024-02-15T18:06:37.292 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-15T18:06:37.292 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:06:37.353 INFO:tasks.cephadm:Adding host smithi158 to orchestrator... 2024-02-15T18:06:37.353 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch host add smithi158 2024-02-15T18:06:37.928 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:36.626197+0000 mgr.smithi026.gdpjol (mgr.14164) 5 : 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-15T18:06:37.929 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:36.628503+0000 mon.smithi026 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:37.929 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:37.318274+0000 mon.smithi026 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:42.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:40.630694+0000 mon.smithi026 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:42.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:40.902220+0000 mon.smithi026 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:42.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:40.902750+0000 mon.smithi026 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:06:42.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:40.905050+0000 mon.smithi026 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:42.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:40.911485+0000 mgr.smithi026.gdpjol (mgr.14164) 6 : cephadm [INF] Deploying daemon alertmanager.smithi026 on smithi026 2024-02-15T18:06:46.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:44.617979+0000 mgr.smithi026.gdpjol (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:06:48.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:46.618421+0000 mgr.smithi026.gdpjol (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:06:50.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:48.618700+0000 mgr.smithi026.gdpjol (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:06:52.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:50.618917+0000 mgr.smithi026.gdpjol (mgr.14164) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:06:54.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:52.619165+0000 mgr.smithi026.gdpjol (mgr.14164) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:06:56.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:54.619435+0000 mgr.smithi026.gdpjol (mgr.14164) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:06:56.384 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:55.680487+0000 mon.smithi026 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:56.384 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:55.681916+0000 mon.smithi026 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:06:56.384 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:55.683372+0000 mon.smithi026 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-15T18:06:56.384 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:55.683948+0000 mon.smithi026 (mon.0) 122 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:06:57.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:55.684476+0000 mgr.smithi026.gdpjol (mgr.14164) 13 : cephadm [INF] Deploying daemon crash.smithi026 on smithi026 2024-02-15T18:06:58.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:56.619783+0000 mgr.smithi026.gdpjol (mgr.14164) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:06:58.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:57.960562+0000 mon.smithi026 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:58.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:58.047429+0000 mon.smithi026 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:58.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:58.049144+0000 mon.smithi026 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:58.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:58.049502+0000 mon.smithi026 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:06:58.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:58.051898+0000 mon.smithi026 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:06:59.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:58.049819+0000 mgr.smithi026.gdpjol (mgr.14164) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:06:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:06:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:06:58.054515+0000 mgr.smithi026.gdpjol (mgr.14164) 16 : cephadm [INF] Deploying daemon grafana.smithi026 on smithi026 2024-02-15T18:07:00.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:06:58.620125+0000 mgr.smithi026.gdpjol (mgr.14164) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:00.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:06:59.752110+0000 mon.smithi026 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:07:01.651 INFO:teuthology.orchestra.run.smithi158.stdout:Added host 'smithi158' with addr '172.21.15.158' 2024-02-15T18:07:02.317 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch host ls --format=json 2024-02-15T18:07:02.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:00.620469+0000 mgr.smithi026.gdpjol (mgr.14164) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:01.060229+0000 mgr.smithi026.gdpjol (mgr.14164) 19 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi158", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:07:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:01.650195+0000 mon.smithi026 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:07:03.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:07:01.650656+0000 mgr.smithi026.gdpjol (mgr.14164) 20 : cephadm [INF] Added host smithi158 2024-02-15T18:07:04.329 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:04.329 INFO:teuthology.orchestra.run.smithi158.stdout:[{"addr": "172.21.15.26", "hostname": "smithi026", "labels": [], "status": ""}, {"addr": "172.21.15.158", "hostname": "smithi158", "labels": [], "status": ""}] 2024-02-15T18:07:04.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:02.620948+0000 mgr.smithi026.gdpjol (mgr.14164) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:04.876 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-15T18:07:04.877 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd crush tunables default 2024-02-15T18:07:06.397 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:04.328803+0000 mgr.smithi026.gdpjol (mgr.14164) 22 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:07:06.397 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:04.621237+0000 mgr.smithi026.gdpjol (mgr.14164) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:07.124 INFO:teuthology.orchestra.run.smithi026.stderr:adjusted tunables profile to default 2024-02-15T18:07:07.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:07.113130+0000 mon.smithi026 (mon.0) 130 : audit [INF] from='client.? 172.21.15.26:0/444938932' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-15T18:07:07.914 INFO:tasks.cephadm:Adding mon.smithi026 on smithi026 2024-02-15T18:07:07.914 INFO:tasks.cephadm:Adding mon.smithi158 on smithi158 2024-02-15T18:07:07.914 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch apply mon '2;smithi026:172.21.15.26=smithi026;smithi158:172.21.15.158=smithi158' 2024-02-15T18:07:08.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:06.621490+0000 mgr.smithi026.gdpjol (mgr.14164) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:08.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:07.123005+0000 mon.smithi026 (mon.0) 131 : audit [INF] from='client.? 172.21.15.26:0/444938932' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-15T18:07:08.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:07.123077+0000 mon.smithi026 (mon.0) 132 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T18:07:09.890 INFO:teuthology.orchestra.run.smithi158.stdout:Scheduled mon update... 2024-02-15T18:07:10.512 DEBUG:teuthology.orchestra.run.smithi158:mon.smithi158> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi158.service 2024-02-15T18:07:10.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:10.515 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:10.543 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:-- Logs begin at Thu 2024-02-15 17:55:14 UTC. -- 2024-02-15T18:07:10.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:08.621767+0000 mgr.smithi026.gdpjol (mgr.14164) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:10.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:09.890790+0000 mon.smithi026 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:07:11.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:09.887485+0000 mgr.smithi026.gdpjol (mgr.14164) 26 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi026:172.21.15.26=smithi026;smithi158:172.21.15.158=smithi158", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:07:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:07:09.888631+0000 mgr.smithi026.gdpjol (mgr.14164) 27 : cephadm [INF] Saving service mon spec with placement smithi026:172.21.15.26=smithi026;smithi158:172.21.15.158=smithi158;count:2 2024-02-15T18:07:12.480 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:12.480 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:12.481 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:12.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:10.621957+0000 mgr.smithi026.gdpjol (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:13.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:12.480429+0000 mon.smithi026 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.158:0/3355175280' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:14.090 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:14.090 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:14.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:12.622186+0000 mgr.smithi026.gdpjol (mgr.14164) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:16.103 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:16.103 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:16.104 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:16.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:14.622532+0000 mgr.smithi026.gdpjol (mgr.14164) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:16.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:16.103350+0000 mon.smithi026 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.158:0/3304386128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:17.661 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:17.662 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:18.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:16.622800+0000 mgr.smithi026.gdpjol (mgr.14164) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:20.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:18.623042+0000 mgr.smithi026.gdpjol (mgr.14164) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:20.747 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:20.747 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:20.747 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:21.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:20.700900+0000 mon.smithi026 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.158:0/1673082226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:22.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:20.623286+0000 mgr.smithi026.gdpjol (mgr.14164) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:23.299 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:23.299 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:24.530 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:22.623560+0000 mgr.smithi026.gdpjol (mgr.14164) 34 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:25.234 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:25.234 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:25.237 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:25.255 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:24.757409+0000 mon.smithi026 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:07:25.256 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:24.765863+0000 mon.smithi026 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:07:26.387 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:24.623933+0000 mgr.smithi026.gdpjol (mgr.14164) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:26.387 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:25.234609+0000 mon.smithi026 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.158:0/3313987945' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:26.890 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:26.891 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:26.624225+0000 mgr.smithi026.gdpjol (mgr.14164) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:27.297287+0000 mon.smithi026 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:07:29.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:07:27.299875+0000 mgr.smithi026.gdpjol (mgr.14164) 37 : cephadm [INF] Deploying daemon node-exporter.smithi026 on smithi026 2024-02-15T18:07:30.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:28.624752+0000 mgr.smithi026.gdpjol (mgr.14164) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:30.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:29.755833+0000 mon.smithi026 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:07:32.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:30.625116+0000 mgr.smithi026.gdpjol (mgr.14164) 39 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:34.423 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:32.625438+0000 mgr.smithi026.gdpjol (mgr.14164) 40 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:34.625706+0000 mgr.smithi026.gdpjol (mgr.14164) 41 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:38.554 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:38.554 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:38.555 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:38.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:36.626038+0000 mgr.smithi026.gdpjol (mgr.14164) 42 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:38.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:37.075397+0000 mon.smithi026 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:07:38.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:07:37.081775+0000 mgr.smithi026.gdpjol (mgr.14164) 43 : cephadm [INF] Deploying daemon prometheus.smithi026 on smithi026 2024-02-15T18:07:39.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:38.554446+0000 mon.smithi026 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.158:0/1892171565' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:40.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:40.219 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:40.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:38.626470+0000 mgr.smithi026.gdpjol (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:40.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:39.759582+0000 mon.smithi026 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:07:42.261 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:42.261 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:42.263 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:42.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:40.626837+0000 mgr.smithi026.gdpjol (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:43.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:42.261774+0000 mon.smithi026 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.158:0/2445170305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:43.900 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:43.900 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:44.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:42.627306+0000 mgr.smithi026.gdpjol (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:45.960 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:45.960 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:45.961 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:46.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:44.627625+0000 mgr.smithi026.gdpjol (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:46.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:45.959985+0000 mon.smithi026 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.158:0/3891236176' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:47.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:47.621 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:48.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:46.628088+0000 mgr.smithi026.gdpjol (mgr.14164) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:49.695 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:49.695 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:49.696 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:50.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:48.628438+0000 mgr.smithi026.gdpjol (mgr.14164) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:50.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:49.695292+0000 mon.smithi026 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.158:0/86094766' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:51.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:51.300 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:52.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:50.628827+0000 mgr.smithi026.gdpjol (mgr.14164) 50 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:53.436 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:53.436 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:53.437 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:52.629154+0000 mgr.smithi026.gdpjol (mgr.14164) 51 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:53.436006+0000 mon.smithi026 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.158:0/1974327860' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:55.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:55.070 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:56.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:54.629525+0000 mgr.smithi026.gdpjol (mgr.14164) 52 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:07:56.993 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:07:56.993 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:07:56.994 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:07:57.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:07:56.993286+0000 mon.smithi026 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.158:0/1988163145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:07:58.558 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:07:58.558 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:07:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:07:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:56.630029+0000 mgr.smithi026.gdpjol (mgr.14164) 53 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:00.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:07:58.630502+0000 mgr.smithi026.gdpjol (mgr.14164) 54 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:00.649 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:08:00.650 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:08:00.651 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:08:01.516 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:00.649816+0000 mon.smithi026 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.158:0/3063278819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:08:02.268 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:08:02.269 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:08:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:00.630862+0000 mgr.smithi026.gdpjol (mgr.14164) 55 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:04.523 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:08:04.523 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:08:04.525 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:08:04.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:02.631146+0000 mgr.smithi026.gdpjol (mgr.14164) 56 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:04.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:03.441127+0000 mon.smithi026 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:04.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:03.442035+0000 mon.smithi026 (mon.0) 152 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:08:04.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:03.442972+0000 mon.smithi026 (mon.0) 153 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:04.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:03.443545+0000 mon.smithi026 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:08:04.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:04.099182+0000 mon.smithi026 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:05.617 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:04.321740+0000 mon.smithi026 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:05.617 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:04.523768+0000 mon.smithi026 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.158:0/4118226806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:08:05.617 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:04.631666+0000 mgr.smithi026.gdpjol (mgr.14164) 57 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:05.618 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:04.763423+0000 mon.smithi026 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:06.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:08:06.635 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:08:08.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:06.632014+0000 mgr.smithi026.gdpjol (mgr.14164) 58 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:08.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:07.529855+0000 mon.smithi026 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:08.905 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:08:08.905 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:08:08.907 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:08:09.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:07.773927+0000 mgr.smithi026.gdpjol (mgr.14164) 59 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-02-15T18:08:09.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:07.801564+0000 mgr.smithi026.gdpjol (mgr.14164) 60 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:08:09.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:07.829943+0000 mon.smithi026 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:10.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:08.632334+0000 mgr.smithi026.gdpjol (mgr.14164) 61 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:10.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:08.905847+0000 mon.smithi026 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.158:0/1533892937' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:08:10.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:09.519725+0000 mon.smithi026 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:10.912 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:08:10.912 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:08:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:10.632671+0000 mgr.smithi026.gdpjol (mgr.14164) 62 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:10.665865+0000 mon.smithi026 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:10.666763+0000 mon.smithi026 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd/host:smithi158", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:08:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:10.669924+0000 mon.smithi026 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:10.671973+0000 mon.smithi026 (mon.0) 166 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:08:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:10.673835+0000 mon.smithi026 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-15T18:08:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:10.674622+0000 mon.smithi026 (mon.0) 168 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:12.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:10.675311+0000 mgr.smithi026.gdpjol (mgr.14164) 63 : cephadm [INF] Deploying daemon crash.smithi158 on smithi158 2024-02-15T18:08:14.061 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:08:14.061 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:08:14.061 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:08:14.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:12.633042+0000 mgr.smithi026.gdpjol (mgr.14164) 64 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:13.961357+0000 mon.smithi026 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:13.963809+0000 mon.smithi026 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.xjmdwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:08:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:13.965725+0000 mon.smithi026 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.xjmdwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-15T18:08:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:13.966594+0000 mon.smithi026 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:08:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:13.967641+0000 mon.smithi026 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:13.968315+0000 mgr.smithi026.gdpjol (mgr.14164) 65 : cephadm [INF] Deploying daemon mgr.smithi158.xjmdwr on smithi158 2024-02-15T18:08:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:14.058781+0000 mon.smithi026 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.158:0/3223500491' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:08:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:14.767285+0000 mon.smithi026 (mon.0) 175 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:15.774 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:08:15.774 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:08:16.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:14.633319+0000 mgr.smithi026.gdpjol (mgr.14164) 66 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:18.124 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:08:18.124 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:05:17.361114Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-15T18:08:18.126 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2024-02-15T18:08:18.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:16.633689+0000 mgr.smithi026.gdpjol (mgr.14164) 67 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:18.027106+0000 mon.smithi026 (mon.0) 176 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:18.029250+0000 mon.smithi026 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:08:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:18.030203+0000 mon.smithi026 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:19.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:18.030914+0000 mgr.smithi026.gdpjol (mgr.14164) 68 : cephadm [INF] Deploying daemon mon.smithi158 on smithi158 2024-02-15T18:08:19.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:18.124172+0000 mon.smithi026 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.158:0/2391271548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:08:19.764 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-15T18:08:19.764 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-15T18:08:20.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:18.634045+0000 mgr.smithi026.gdpjol (mgr.14164) 69 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:19.770300+0000 mon.smithi026 (mon.0) 180 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:21.969 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:21 smithi158 systemd[1]: Starting Ceph mon.smithi158 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:08:22.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:20.634403+0000 mgr.smithi026.gdpjol (mgr.14164) 70 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:23.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.875+0000 7f9d232eb700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:08:23.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.875+0000 7f9d232eb700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.875+0000 7f9d232eb700 0 pidfile_write: ignore empty --pid-file 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 0 load: jerasure load: lrc load: isa 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Compile date Jul 8 2021 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: DB SUMMARY 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: CURRENT file: CURRENT 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-15T18:08:23.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi158/store.db dir, Total Num: 0, files: 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi158/store.db: 000003.log size: 511 ; 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.create_if_missing: 0 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.env: 0x560db58621c0 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.info_log: 0x560db76c5a40 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:08:23.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.db_log_dir: 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi158/store.db 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:08:23.153 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.write_buffer_manager: 0x560db833c030 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:08:23.154 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.row_cache: None 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.wal_filter: None 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:08:23.155 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:08:23.156 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Compression algorithms supported: 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:08:23.157 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: kZSTD supported: 0 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.880+0000 7f9d232eb700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi158/store.db/MANIFEST-000001 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.merge_operator: 2024-02-15T18:08:23.158 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560db75de170) 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cache_index_and_filter_blocks: 1 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: pin_top_level_index_and_filter: 1 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: index_type: 0 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: data_block_index_type: 0 2024-02-15T18:08:23.159 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: index_shortening: 1 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: hash_index_allow_collision: 1 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: checksum: 1 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: no_block_cache: 0 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: block_cache: 0x560db7614f10 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: block_cache_name: BinnedLRUCache 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: block_cache_options: 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: capacity : 536870912 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: num_shard_bits : 4 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: strict_capacity_limit : 0 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: high_pri_pool_ratio: 0.000 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: block_cache_compressed: (nil) 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: persistent_cache: (nil) 2024-02-15T18:08:23.160 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: block_size: 4096 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: block_size_deviation: 10 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: block_restart_interval: 16 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: index_block_restart_interval: 1 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: metadata_block_size: 4096 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: partition_filters: 0 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: use_delta_encoding: 1 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: whole_key_filtering: 1 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: verify_compression: 0 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: read_amp_bytes_per_bit: 0 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: format_version: 2 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: enable_index_compression: 1 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: block_align: 0 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.161 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.num_levels: 7 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:08:23.162 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:08:23.163 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:08:23.164 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:08:23.165 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:08:23.166 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi158/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-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020502882900, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.881+0000 7f9d232eb700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-15T18:08:23.167 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.882+0000 7f9d232eb700 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-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.882+0000 7f9d232eb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020502883401, "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": 1708020502, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.882+0000 7f9d232eb700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.882+0000 7f9d232eb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020502883815, "job": 1, "event": "recovery_finished"} 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.883+0000 7f9d232eb700 4 rocksdb: DB pointer 0x560db76d9800 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.883+0000 7f9d0a0f3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.883+0000 7f9d0a0f3700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ** DB Stats ** 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:08:23.168 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ** Compaction Stats [default] ** 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ** Compaction Stats [default] ** 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:08:23.169 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ** Compaction Stats [default] ** 2024-02-15T18:08:23.170 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ** Compaction Stats [default] ** 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:08:23.171 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:08:23.172 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:08:23.172 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.172 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.172 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.883+0000 7f9d232eb700 0 mon.smithi158 does not exist in monmap, will attempt to join an existing cluster 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.884+0000 7f9d232eb700 0 using public_addr v2:172.21.15.158:0/0 -> [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.884+0000 7f9d232eb700 0 starting mon.smithi158 rank -1 at public addrs [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] at bind addrs [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi158 fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.885+0000 7f9d232eb700 1 mon.smithi158@-1(???) e0 preinit fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.917+0000 7f9d0c8f8700 0 mon.smithi158@-1(synchronizing).mds e1 new map 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.917+0000 7f9d0c8f8700 0 mon.smithi158@-1(synchronizing).mds e1 print_map 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: e1 2024-02-15T18:08:23.173 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 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-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: legacy client fscid: -1 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: No filesystems configured 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 1 mon.smithi158@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 1 mon.smithi158@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 1 mon.smithi158@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 1 mon.smithi158@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-15T18:08:23.174 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 1 mon.smithi158@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 1 mon.smithi158@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 1 mon.smithi158@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 0 mon.smithi158@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 0 mon.smithi158@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 0 mon.smithi158@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 0 mon.smithi158@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:20.634403+0000 mgr.smithi026.gdpjol (mgr.14164) 70 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:08:22.918+0000 7f9d0c8f8700 1 mon.smithi158@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 bash[38100]: d78d021dec2e1f6bfb2f1ba7673f46241dd5a7a9119969b944dcb4d5a9b0017a 2024-02-15T18:08:23.175 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:22 smithi158 systemd[1]: Started Ceph mon.smithi158 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:08:28.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:22.634763+0000 mgr.smithi026.gdpjol (mgr.14164) 71 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:28.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:22.925776+0000 mon.smithi026 (mon.0) 182 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:08:28.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:22.926004+0000 mon.smithi026 (mon.0) 183 : cluster [INF] mon.smithi026 calling monitor election 2024-02-15T18:08:28.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:22.939472+0000 mon.smithi026 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:22.989797+0000 mon.smithi026 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.158:0/1005638874' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/crt"}]: dispatch 2024-02-15T18:08:28.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:23.922937+0000 mon.smithi026 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:24.635052+0000 mgr.smithi026.gdpjol (mgr.14164) 72 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:28.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:24.758581+0000 mon.smithi026 (mon.0) 187 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:08:28.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:24.766931+0000 mon.smithi026 (mon.0) 188 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:08:28.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:24.922939+0000 mon.smithi026 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:24.924273+0000 mon.smithi158 (mon.1) 1 : cluster [INF] mon.smithi158 calling monitor election 2024-02-15T18:08:28.315 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:25.923149+0000 mon.smithi026 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.315 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:26.635344+0000 mgr.smithi026.gdpjol (mgr.14164) 73 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:28.315 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:26.923288+0000 mon.smithi026 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.315 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:27.923341+0000 mon.smithi026 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.315 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:27.952529+0000 mon.smithi026 (mon.0) 193 : cluster [INF] mon.smithi026 is new leader, mons smithi026,smithi158 in quorum (ranks 0,1) 2024-02-15T18:08:28.316 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:27.955484+0000 mon.smithi026 (mon.0) 194 : cluster [DBG] monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} 2024-02-15T18:08:28.319 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:27.955529+0000 mon.smithi026 (mon.0) 195 : cluster [DBG] fsmap 2024-02-15T18:08:28.319 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:27.955568+0000 mon.smithi026 (mon.0) 196 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T18:08:28.320 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:27.955784+0000 mon.smithi026 (mon.0) 197 : cluster [DBG] mgrmap e17: smithi026.gdpjol(active, since 2m) 2024-02-15T18:08:28.320 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:27.956364+0000 mon.smithi026 (mon.0) 198 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:08:28.320 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:27.957904+0000 mon.smithi026 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.158:0/1005638874' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:08:28.320 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:27.959317+0000 mon.smithi026 (mon.0) 200 : cluster [INF] overall HEALTH_OK 2024-02-15T18:08:28.320 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:27.959681+0000 mon.smithi026 (mon.0) 201 : audit [DBG] from='mgr.? 172.21.15.158:0/1005638874' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/key"}]: dispatch 2024-02-15T18:08:28.321 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:27.961309+0000 mon.smithi026 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:28.321 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:27.961728+0000 mon.smithi026 (mon.0) 203 : audit [DBG] from='mgr.? 172.21.15.158:0/1005638874' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:08:28.333 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:22.634763+0000 mgr.smithi026.gdpjol (mgr.14164) 71 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:28.333 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:22.925776+0000 mon.smithi026 (mon.0) 182 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:08:28.333 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:22.926004+0000 mon.smithi026 (mon.0) 183 : cluster [INF] mon.smithi026 calling monitor election 2024-02-15T18:08:28.333 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:22.939472+0000 mon.smithi026 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:22.989797+0000 mon.smithi026 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.158:0/1005638874' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/crt"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:23.922937+0000 mon.smithi026 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:24.635052+0000 mgr.smithi026.gdpjol (mgr.14164) 72 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:24.758581+0000 mon.smithi026 (mon.0) 187 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:24.766931+0000 mon.smithi026 (mon.0) 188 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:24.922939+0000 mon.smithi026 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:24.924273+0000 mon.smithi158 (mon.1) 1 : cluster [INF] mon.smithi158 calling monitor election 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:25.923149+0000 mon.smithi026 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:26.635344+0000 mgr.smithi026.gdpjol (mgr.14164) 73 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:26.923288+0000 mon.smithi026 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:27.923341+0000 mon.smithi026 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:27.952529+0000 mon.smithi026 (mon.0) 193 : cluster [INF] mon.smithi026 is new leader, mons smithi026,smithi158 in quorum (ranks 0,1) 2024-02-15T18:08:28.334 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:27.955484+0000 mon.smithi026 (mon.0) 194 : cluster [DBG] monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:27.955529+0000 mon.smithi026 (mon.0) 195 : cluster [DBG] fsmap 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:27.955568+0000 mon.smithi026 (mon.0) 196 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:27.955784+0000 mon.smithi026 (mon.0) 197 : cluster [DBG] mgrmap e17: smithi026.gdpjol(active, since 2m) 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:27.956364+0000 mon.smithi026 (mon.0) 198 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:27.957904+0000 mon.smithi026 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.158:0/1005638874' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:27.959317+0000 mon.smithi026 (mon.0) 200 : cluster [INF] overall HEALTH_OK 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:27.959681+0000 mon.smithi026 (mon.0) 201 : audit [DBG] from='mgr.? 172.21.15.158:0/1005638874' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/key"}]: dispatch 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:27.961309+0000 mon.smithi026 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:28.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:27.961728+0000 mon.smithi026 (mon.0) 203 : audit [DBG] from='mgr.? 172.21.15.158:0/1005638874' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:08:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:27.963225+0000 mgr.smithi026.gdpjol (mgr.14164) 74 : cephadm [INF] Deploying daemon node-exporter.smithi158 on smithi158 2024-02-15T18:08:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:28.017017+0000 mon.smithi026 (mon.0) 204 : cluster [DBG] mgrmap e18: smithi026.gdpjol(active, since 2m), standbys: smithi158.xjmdwr 2024-02-15T18:08:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:28.017177+0000 mon.smithi026 (mon.0) 205 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi158.xjmdwr", "id": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:08:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:28.923836+0000 mon.smithi026 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:29.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:27.963225+0000 mgr.smithi026.gdpjol (mgr.14164) 74 : cephadm [INF] Deploying daemon node-exporter.smithi158 on smithi158 2024-02-15T18:08:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:28.017017+0000 mon.smithi026 (mon.0) 204 : cluster [DBG] mgrmap e18: smithi026.gdpjol(active, since 2m), standbys: smithi158.xjmdwr 2024-02-15T18:08:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:28.017177+0000 mon.smithi026 (mon.0) 205 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi158.xjmdwr", "id": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:08:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:28.923836+0000 mon.smithi026 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:08:29.428 INFO:teuthology.orchestra.run.smithi158.stdout: 2024-02-15T18:08:29.428 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":2,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","modified":"2024-02-15T18:08:22.923138Z","created":"2024-02-15T18:05:17.361114Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi158","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-15T18:08:29.429 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 2 2024-02-15T18:08:30.049 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:28.635724+0000 mgr.smithi026.gdpjol (mgr.14164) 75 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:30.049 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:29.426996+0000 mon.smithi026 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.158:0/3311427420' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:08:30.049 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:29.774887+0000 mon.smithi026 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:30.070 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-15T18:08:30.071 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph config generate-minimal-conf 2024-02-15T18:08:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:28.635724+0000 mgr.smithi026.gdpjol (mgr.14164) 75 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:29.426996+0000 mon.smithi026 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.158:0/3311427420' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-15T18:08:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:29.774887+0000 mon.smithi026 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:30.635925+0000 mgr.smithi026.gdpjol (mgr.14164) 76 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:32.340 INFO:teuthology.orchestra.run.smithi026.stdout:# minimal ceph.conf for b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:08:32.340 INFO:teuthology.orchestra.run.smithi026.stdout:[global] 2024-02-15T18:08:32.340 INFO:teuthology.orchestra.run.smithi026.stdout: fsid = b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:08:32.340 INFO:teuthology.orchestra.run.smithi026.stdout: mon_host = [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] 2024-02-15T18:08:32.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:30.635925+0000 mgr.smithi026.gdpjol (mgr.14164) 76 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:32.990 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-15T18:08:32.991 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:08:32.991 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.conf 2024-02-15T18:08:33.024 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:08:33.024 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:08:33.094 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-15T18:08:33.094 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/ceph/ceph.conf 2024-02-15T18:08:33.132 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-15T18:08:33.132 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:08:33.203 INFO:tasks.cephadm:Deploying OSDs... 2024-02-15T18:08:33.203 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:08:33.203 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2024-02-15T18:08:33.223 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-15T18:08:33.223 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2024-02-15T18:08:33.284 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-15T18:08:33.284 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:08:33.284 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 162442 Links: 1 2024-02-15T18:08:33.284 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:08:33.285 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:08:33.285 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-02-15 18:08:02.781841207 +0000 2024-02-15T18:08:33.285 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-02-15 18:01:14.836661573 +0000 2024-02-15T18:08:33.285 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-02-15 18:01:14.836661573 +0000 2024-02-15T18:08:33.285 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2024-02-15T18:08:33.285 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-15T18:08:33.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:32.340362+0000 mon.smithi026 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.26:0/484243906' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:33.338 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-02-15T18:08:33.338 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-02-15T18:08:33.338 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 9.3679e-05 s, 5.5 MB/s 2024-02-15T18:08:33.339 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-15T18:08:33.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:32.340362+0000 mon.smithi026 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.26:0/484243906' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:33.400 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 166327 Links: 1 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-02-15 18:08:02.782841191 +0000 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-02-15 18:01:15.172656469 +0000 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-02-15 18:01:15.172656469 +0000 2024-02-15T18:08:33.462 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2024-02-15T18:08:33.463 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-15T18:08:33.529 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-02-15T18:08:33.529 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-02-15T18:08:33.529 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 9.5499e-05 s, 5.4 MB/s 2024-02-15T18:08:33.530 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-15T18:08:33.589 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2024-02-15T18:08:33.648 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-15T18:08:33.648 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:08:33.648 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 167625 Links: 1 2024-02-15T18:08:33.648 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:08:33.648 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:08:33.648 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-02-15 18:08:02.782841191 +0000 2024-02-15T18:08:33.648 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-02-15 18:01:15.515651258 +0000 2024-02-15T18:08:33.648 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-02-15 18:01:15.515651258 +0000 2024-02-15T18:08:33.649 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2024-02-15T18:08:33.649 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-15T18:08:33.714 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-02-15T18:08:33.714 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-02-15T18:08:33.715 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 7.909e-05 s, 6.5 MB/s 2024-02-15T18:08:33.716 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-15T18:08:33.775 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 167703 Links: 1 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-02-15 18:08:02.782841191 +0000 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-02-15 18:01:15.852646138 +0000 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-02-15 18:01:15.852646138 +0000 2024-02-15T18:08:33.834 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2024-02-15T18:08:33.834 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-15T18:08:33.901 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-02-15T18:08:33.901 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-02-15T18:08:33.901 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000100738 s, 5.1 MB/s 2024-02-15T18:08:33.902 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-15T18:08:33.961 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2024-02-15T18:08:33.962 DEBUG:teuthology.orchestra.run.smithi158:> dd if=/scratch_devs of=/dev/stdout 2024-02-15T18:08:33.984 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-15T18:08:33.984 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_1 2024-02-15T18:08:34.044 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-15T18:08:34.044 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:08:34.044 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 165642 Links: 1 2024-02-15T18:08:34.045 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:08:34.045 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:08:34.045 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2024-02-15 18:08:28.383431783 +0000 2024-02-15T18:08:34.045 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2024-02-15 18:01:35.110233059 +0000 2024-02-15T18:08:34.045 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2024-02-15 18:01:35.110233059 +0000 2024-02-15T18:08:34.045 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2024-02-15T18:08:34.045 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-15T18:08:34.114 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2024-02-15T18:08:34.114 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2024-02-15T18:08:34.114 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000122247 s, 4.2 MB/s 2024-02-15T18:08:34.115 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-15T18:08:34.176 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_2 2024-02-15T18:08:34.236 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-15T18:08:34.236 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:08:34.236 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 169215 Links: 1 2024-02-15T18:08:34.237 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:08:34.237 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:08:34.237 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2024-02-15 18:08:28.383431783 +0000 2024-02-15T18:08:34.237 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2024-02-15 18:01:35.449229416 +0000 2024-02-15T18:08:34.237 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2024-02-15 18:01:35.449229416 +0000 2024-02-15T18:08:34.237 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2024-02-15T18:08:34.237 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-15T18:08:34.306 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2024-02-15T18:08:34.306 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2024-02-15T18:08:34.306 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000120688 s, 4.2 MB/s 2024-02-15T18:08:34.307 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-15T18:08:34.369 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_3 2024-02-15T18:08:34.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:32.636256+0000 mgr.smithi026.gdpjol (mgr.14164) 77 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:34.417 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-15T18:08:34.417 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:08:34.417 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 165787 Links: 1 2024-02-15T18:08:34.417 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:08:34.417 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:08:34.417 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2024-02-15 18:08:28.384431772 +0000 2024-02-15T18:08:34.417 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2024-02-15 18:01:35.790225753 +0000 2024-02-15T18:08:34.417 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2024-02-15 18:01:35.790225753 +0000 2024-02-15T18:08:34.418 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2024-02-15T18:08:34.418 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-15T18:08:34.486 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2024-02-15T18:08:34.486 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2024-02-15T18:08:34.486 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000119827 s, 4.3 MB/s 2024-02-15T18:08:34.487 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-15T18:08:34.548 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_4 2024-02-15T18:08:34.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:32.636256+0000 mgr.smithi026.gdpjol (mgr.14164) 77 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:34.609 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-15T18:08:34.609 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-15T18:08:34.609 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 168328 Links: 1 2024-02-15T18:08:34.609 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-15T18:08:34.609 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2024-02-15T18:08:34.609 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2024-02-15 18:08:28.384431772 +0000 2024-02-15T18:08:34.610 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2024-02-15 18:01:36.116222250 +0000 2024-02-15T18:08:34.610 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2024-02-15 18:01:36.116222250 +0000 2024-02-15T18:08:34.610 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2024-02-15T18:08:34.610 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-15T18:08:34.678 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2024-02-15T18:08:34.678 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2024-02-15T18:08:34.678 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000112178 s, 4.6 MB/s 2024-02-15T18:08:34.679 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-15T18:08:34.740 INFO:tasks.cephadm:Deploying osd.0 on smithi026 with /dev/vg_nvme/lv_4... 2024-02-15T18:08:34.740 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-15T18:08:36.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:34.636667+0000 mgr.smithi026.gdpjol (mgr.14164) 78 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:36.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:34.636667+0000 mgr.smithi026.gdpjol (mgr.14164) 78 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:36.766 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-15T18:08:36.766 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-15T18:08:36.766 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10+0 records in 2024-02-15T18:08:36.766 INFO:teuthology.orchestra.run.smithi026.stderr:10+0 records out 2024-02-15T18:08:36.766 INFO:teuthology.orchestra.run.smithi026.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00831282 s, 1.3 GB/s 2024-02-15T18:08:36.766 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping successful for: 2024-02-15T18:08:37.409 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi026:vg_nvme/lv_4 2024-02-15T18:08:38.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:36.636959+0000 mgr.smithi026.gdpjol (mgr.14164) 79 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:38.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:37.374685+0000 mon.smithi026 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:38.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:37.376048+0000 mon.smithi026 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:08:38.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:37.377130+0000 mon.smithi026 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:38.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:37.377899+0000 mon.smithi026 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:08:38.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:36.636959+0000 mgr.smithi026.gdpjol (mgr.14164) 79 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:37.374685+0000 mon.smithi026 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:37.376048+0000 mon.smithi026 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:08:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:37.377130+0000 mon.smithi026 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:37.377899+0000 mon.smithi026 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:08:40.510 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:38.637286+0000 mgr.smithi026.gdpjol (mgr.14164) 80 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:40.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:39.246853+0000 mon.smithi026 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:40.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:39.247439+0000 mgr.smithi026.gdpjol (mgr.14164) 81 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.conf 2024-02-15T18:08:40.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:39.260822+0000 mgr.smithi026.gdpjol (mgr.14164) 82 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:08:40.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:39.289865+0000 mon.smithi026 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:40.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:39.779186+0000 mon.smithi026 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:40.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:40.039827+0000 mon.smithi026 (mon.0) 217 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:08:40.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:40.041270+0000 mon.smithi026 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:08:40.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:40.041831+0000 mon.smithi026 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:40.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:38.637286+0000 mgr.smithi026.gdpjol (mgr.14164) 80 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:40.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:39.246853+0000 mon.smithi026 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:40.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:39.247439+0000 mgr.smithi026.gdpjol (mgr.14164) 81 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.conf 2024-02-15T18:08:40.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:39.260822+0000 mgr.smithi026.gdpjol (mgr.14164) 82 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:08:40.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:39.289865+0000 mon.smithi026 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:40.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:39.779186+0000 mon.smithi026 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:40.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:40.039827+0000 mon.smithi026 (mon.0) 217 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:08:40.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:40.041270+0000 mon.smithi026 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:08:40.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:40.041831+0000 mon.smithi026 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:41.518 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:40.038921+0000 mgr.smithi026.gdpjol (mgr.14164) 83 : audit [DBG] from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:08:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:40.038921+0000 mgr.smithi026.gdpjol (mgr.14164) 83 : audit [DBG] from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:08:42.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:40.637687+0000 mgr.smithi026.gdpjol (mgr.14164) 84 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:42.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:40.637687+0000 mgr.smithi026.gdpjol (mgr.14164) 84 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:43.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:42.786814+0000 mon.smithi026 (mon.0) 220 : audit [INF] from='client.? 172.21.15.26:0/3249394227' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e69a736-ccf2-4665-8d01-d3ec3bc9b643"}]: dispatch 2024-02-15T18:08:43.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:42.790165+0000 mon.smithi026 (mon.0) 221 : audit [INF] from='client.? 172.21.15.26:0/3249394227' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e69a736-ccf2-4665-8d01-d3ec3bc9b643"}]': finished 2024-02-15T18:08:43.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:42.790206+0000 mon.smithi026 (mon.0) 222 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-15T18:08:43.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:42.790309+0000 mon.smithi026 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:08:43.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:42.786814+0000 mon.smithi026 (mon.0) 220 : audit [INF] from='client.? 172.21.15.26:0/3249394227' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e69a736-ccf2-4665-8d01-d3ec3bc9b643"}]: dispatch 2024-02-15T18:08:43.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:42.790165+0000 mon.smithi026 (mon.0) 221 : audit [INF] from='client.? 172.21.15.26:0/3249394227' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e69a736-ccf2-4665-8d01-d3ec3bc9b643"}]': finished 2024-02-15T18:08:43.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:42.790206+0000 mon.smithi026 (mon.0) 222 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-15T18:08:43.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:42.790309+0000 mon.smithi026 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:08:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:42.637996+0000 mgr.smithi026.gdpjol (mgr.14164) 85 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:43.260719+0000 mon.smithi026 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.26:0/488025212' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:08:44.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:42.637996+0000 mgr.smithi026.gdpjol (mgr.14164) 85 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:44.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:43.260719+0000 mon.smithi026 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.26:0/488025212' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:08:45.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:44.602644+0000 mon.smithi026 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:45.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:44.603107+0000 mgr.smithi026.gdpjol (mgr.14164) 86 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-02-15T18:08:45.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:44.622016+0000 mon.smithi026 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:45.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:44.625342+0000 mon.smithi026 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:45.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:44.627742+0000 mgr.smithi026.gdpjol (mgr.14164) 87 : cephadm [INF] Reconfiguring mon.smithi026 (unknown last config time)... 2024-02-15T18:08:45.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:44.627962+0000 mon.smithi026 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:08:45.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:44.628472+0000 mon.smithi026 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:08:45.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:44.628986+0000 mon.smithi026 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:45.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:44.629429+0000 mgr.smithi026.gdpjol (mgr.14164) 88 : cephadm [INF] Reconfiguring daemon mon.smithi026 on smithi026 2024-02-15T18:08:45.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:44.638229+0000 mgr.smithi026.gdpjol (mgr.14164) 89 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:45.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:44.602644+0000 mon.smithi026 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:44.603107+0000 mgr.smithi026.gdpjol (mgr.14164) 86 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:44.622016+0000 mon.smithi026 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:44.625342+0000 mon.smithi026 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:44.627742+0000 mgr.smithi026.gdpjol (mgr.14164) 87 : cephadm [INF] Reconfiguring mon.smithi026 (unknown last config time)... 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:44.627962+0000 mon.smithi026 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:44.628472+0000 mon.smithi026 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:44.628986+0000 mon.smithi026 (mon.0) 230 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:44.629429+0000 mgr.smithi026.gdpjol (mgr.14164) 88 : cephadm [INF] Reconfiguring daemon mon.smithi026 on smithi026 2024-02-15T18:08:45.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:44.638229+0000 mgr.smithi026.gdpjol (mgr.14164) 89 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:47.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:46.638639+0000 mgr.smithi026.gdpjol (mgr.14164) 90 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:47.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:47.538363+0000 mon.smithi026 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:47.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:47.539121+0000 mon.smithi026 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.gdpjol", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:08:47.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:47.539805+0000 mon.smithi026 (mon.0) 233 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:08:47.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:47.540367+0000 mon.smithi026 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:48.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:46.638639+0000 mgr.smithi026.gdpjol (mgr.14164) 90 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:48.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:47.538363+0000 mon.smithi026 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:48.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:47.539121+0000 mon.smithi026 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.gdpjol", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:08:48.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:47.539805+0000 mon.smithi026 (mon.0) 233 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:08:48.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:47.540367+0000 mon.smithi026 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:49.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:47.538899+0000 mgr.smithi026.gdpjol (mgr.14164) 91 : cephadm [INF] Reconfiguring mgr.smithi026.gdpjol (unknown last config time)... 2024-02-15T18:08:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:47.540864+0000 mgr.smithi026.gdpjol (mgr.14164) 92 : cephadm [INF] Reconfiguring daemon mgr.smithi026.gdpjol on smithi026 2024-02-15T18:08:49.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:47.538899+0000 mgr.smithi026.gdpjol (mgr.14164) 91 : cephadm [INF] Reconfiguring mgr.smithi026.gdpjol (unknown last config time)... 2024-02-15T18:08:49.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:47.540864+0000 mgr.smithi026.gdpjol (mgr.14164) 92 : cephadm [INF] Reconfiguring daemon mgr.smithi026.gdpjol on smithi026 2024-02-15T18:08:49.759 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:48.638887+0000 mgr.smithi026.gdpjol (mgr.14164) 93 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:49.759 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:49.492107+0000 mon.smithi026 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T18:08:49.759 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:49.492843+0000 mon.smithi026 (mon.0) 236 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:50.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:48.638887+0000 mgr.smithi026.gdpjol (mgr.14164) 93 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:50.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:49.492107+0000 mon.smithi026 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T18:08:50.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:49.492843+0000 mon.smithi026 (mon.0) 236 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:08:51.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:49.493381+0000 mgr.smithi026.gdpjol (mgr.14164) 94 : cephadm [INF] Deploying daemon osd.0 on smithi026 2024-02-15T18:08:51.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:50.695679+0000 mon.smithi026 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:49.493381+0000 mgr.smithi026.gdpjol (mgr.14164) 94 : cephadm [INF] Deploying daemon osd.0 on smithi026 2024-02-15T18:08:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:50.695679+0000 mon.smithi026 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:52.389 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:50.639216+0000 mgr.smithi026.gdpjol (mgr.14164) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:52.390 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:50.696225+0000 mgr.smithi026.gdpjol (mgr.14164) 96 : cephadm [INF] Reconfiguring alertmanager.smithi026 (dependencies changed)... 2024-02-15T18:08:52.390 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:08:50.698387+0000 mgr.smithi026.gdpjol (mgr.14164) 97 : cephadm [INF] Reconfiguring daemon alertmanager.smithi026 on smithi026 2024-02-15T18:08:52.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:50.639216+0000 mgr.smithi026.gdpjol (mgr.14164) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:52.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:50.696225+0000 mgr.smithi026.gdpjol (mgr.14164) 96 : cephadm [INF] Reconfiguring alertmanager.smithi026 (dependencies changed)... 2024-02-15T18:08:52.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:08:50.698387+0000 mgr.smithi026.gdpjol (mgr.14164) 97 : cephadm [INF] Reconfiguring daemon alertmanager.smithi026 on smithi026 2024-02-15T18:08:54.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:52.639621+0000 mgr.smithi026.gdpjol (mgr.14164) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:54.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:52.639621+0000 mgr.smithi026.gdpjol (mgr.14164) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:54.582 INFO:teuthology.orchestra.run.smithi026.stdout:Created osd(s) 0 on host 'smithi026' 2024-02-15T18:08:55.625 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:54.577140+0000 mon.smithi026 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:55.625 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:54.580708+0000 mon.smithi026 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:55.626 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:54.639917+0000 mgr.smithi026.gdpjol (mgr.14164) 99 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:55.648 DEBUG:teuthology.orchestra.run.smithi026:osd.0> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.0.service 2024-02-15T18:08:55.650 INFO:tasks.cephadm:Deploying osd.1 on smithi026 with /dev/vg_nvme/lv_3... 2024-02-15T18:08:55.651 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-15T18:08:55.682 INFO:journalctl@ceph.osd.0.smithi026.stdout:-- Logs begin at Thu 2024-02-15 17:54:49 UTC. -- 2024-02-15T18:08:55.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:54.577140+0000 mon.smithi026 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:55.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:54.580708+0000 mon.smithi026 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:08:55.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:54.639917+0000 mgr.smithi026.gdpjol (mgr.14164) 99 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:57.812 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:08:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0[44482]: debug 2024-02-15T18:08:57.664+0000 7f68d70bf080 -1 osd.0 0 log_to_monitors {default=true} 2024-02-15T18:08:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:56.640305+0000 mgr.smithi026.gdpjol (mgr.14164) 100 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:57.669069+0000 mon.smithi026 (mon.0) 240 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T18:08:58.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:56.640305+0000 mgr.smithi026.gdpjol (mgr.14164) 100 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:58.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:57.669069+0000 mon.smithi026 (mon.0) 240 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T18:08:58.811 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:08:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0[44482]: debug 2024-02-15T18:08:58.700+0000 7f68cd622700 -1 osd.0 0 waiting for initial osdmap 2024-02-15T18:08:58.812 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:08:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0[44482]: debug 2024-02-15T18:08:58.703+0000 7f68c6d98700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-15T18:08:58.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:57.695384+0000 mon.smithi026 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T18:08:58.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:57.695463+0000 mon.smithi026 (mon.0) 242 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-15T18:08:58.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:57.695762+0000 mon.smithi026 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:08:58.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:57.696269+0000 mon.smithi026 (mon.0) 244 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:08:59.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:57.695384+0000 mon.smithi026 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T18:08:59.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:57.695463+0000 mon.smithi026 (mon.0) 242 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-15T18:08:59.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:57.695762+0000 mon.smithi026 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:08:59.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:57.696269+0000 mon.smithi026 (mon.0) 244 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:08:59.779 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:58.640710+0000 mgr.smithi026.gdpjol (mgr.14164) 101 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:08:59.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:58.697218+0000 mon.smithi026 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-02-15T18:08:59.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:58.697322+0000 mon.smithi026 (mon.0) 246 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-15T18:08:59.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:58.697495+0000 mon.smithi026 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:08:59.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:58.701978+0000 mon.smithi026 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:08:59.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:08:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:59.701596+0000 mon.smithi026 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:09:00.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:58.640710+0000 mgr.smithi026.gdpjol (mgr.14164) 101 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:09:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:58.697218+0000 mon.smithi026 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-02-15T18:09:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:58.697322+0000 mon.smithi026 (mon.0) 246 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-15T18:09:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:58.697495+0000 mon.smithi026 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:09:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:58.701978+0000 mon.smithi026 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:09:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:08:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:59.701596+0000 mon.smithi026 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:09:00.323 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-15T18:09:00.323 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-15T18:09:00.323 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10+0 records in 2024-02-15T18:09:00.323 INFO:teuthology.orchestra.run.smithi026.stderr:10+0 records out 2024-02-15T18:09:00.323 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00830674 s, 1.3 GB/s 2024-02-15T18:09:00.323 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping successful for: 2024-02-15T18:09:00.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:58.695574+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:09:00.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:58.695715+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:09:00.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:59.705786+0000 mon.smithi026 (mon.0) 250 : cluster [INF] osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810] boot 2024-02-15T18:09:00.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:08:59.705835+0000 mon.smithi026 (mon.0) 251 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-15T18:09:00.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:08:59.706438+0000 mon.smithi026 (mon.0) 252 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:09:00.965 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi026:vg_nvme/lv_3 2024-02-15T18:09:01.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:58.695574+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:09:01.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:58.695715+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:09:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:59.705786+0000 mon.smithi026 (mon.0) 250 : cluster [INF] osd.0 [v2:172.21.15.26:6802/645092810,v1:172.21.15.26:6803/645092810] boot 2024-02-15T18:09:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:08:59.705835+0000 mon.smithi026 (mon.0) 251 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-15T18:09:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:08:59.706438+0000 mon.smithi026 (mon.0) 252 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:09:02.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:00.640959+0000 mgr.smithi026.gdpjol (mgr.14164) 102 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:09:02.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:01.129384+0000 mon.smithi026 (mon.0) 253 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-15T18:09:02.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:01.854749+0000 mon.smithi026 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:02.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:01.855463+0000 mon.smithi026 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:09:02.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:01.856140+0000 mon.smithi026 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:02.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:00.640959+0000 mgr.smithi026.gdpjol (mgr.14164) 102 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-15T18:09:02.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:01.129384+0000 mon.smithi026 (mon.0) 253 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-15T18:09:02.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:01.854749+0000 mon.smithi026 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:02.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:01.855463+0000 mon.smithi026 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:09:02.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:01.856140+0000 mon.smithi026 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:03.377 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:01.855238+0000 mgr.smithi026.gdpjol (mgr.14164) 103 : cephadm [INF] Reconfiguring crash.smithi026 (monmap changed)... 2024-02-15T18:09:03.377 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:01.856752+0000 mgr.smithi026.gdpjol (mgr.14164) 104 : cephadm [INF] Reconfiguring daemon crash.smithi026 on smithi026 2024-02-15T18:09:03.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:01.855238+0000 mgr.smithi026.gdpjol (mgr.14164) 103 : cephadm [INF] Reconfiguring crash.smithi026 (monmap changed)... 2024-02-15T18:09:03.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:01.856752+0000 mgr.smithi026.gdpjol (mgr.14164) 104 : cephadm [INF] Reconfiguring daemon crash.smithi026 on smithi026 2024-02-15T18:09:04.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:02.641365+0000 mgr.smithi026.gdpjol (mgr.14164) 105 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:04.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:02.641365+0000 mgr.smithi026.gdpjol (mgr.14164) 105 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:04.211982+0000 mon.smithi026 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:04.212570+0000 mgr.smithi026.gdpjol (mgr.14164) 106 : cephadm [INF] Reconfiguring grafana.smithi026 (dependencies changed)... 2024-02-15T18:09:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:04.216897+0000 mgr.smithi026.gdpjol (mgr.14164) 107 : cephadm [INF] Reconfiguring daemon grafana.smithi026 on smithi026 2024-02-15T18:09:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:04.667245+0000 mon.smithi026 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:09:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:04.668392+0000 mon.smithi026 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:09:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:04.668903+0000 mon.smithi026 (mon.0) 260 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:05.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:04.211982+0000 mon.smithi026 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:04.212570+0000 mgr.smithi026.gdpjol (mgr.14164) 106 : cephadm [INF] Reconfiguring grafana.smithi026 (dependencies changed)... 2024-02-15T18:09:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:04.216897+0000 mgr.smithi026.gdpjol (mgr.14164) 107 : cephadm [INF] Reconfiguring daemon grafana.smithi026 on smithi026 2024-02-15T18:09:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:04.667245+0000 mon.smithi026 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:09:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:04.668392+0000 mon.smithi026 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:09:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:04.668903+0000 mon.smithi026 (mon.0) 260 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:06.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:04.641625+0000 mgr.smithi026.gdpjol (mgr.14164) 108 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:04.666592+0000 mgr.smithi026.gdpjol (mgr.14164) 109 : audit [DBG] from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:09:06.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:04.641625+0000 mgr.smithi026.gdpjol (mgr.14164) 108 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:06.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:04.666592+0000 mgr.smithi026.gdpjol (mgr.14164) 109 : audit [DBG] from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:09:08.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:06.641905+0000 mgr.smithi026.gdpjol (mgr.14164) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:08.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:06.641905+0000 mgr.smithi026.gdpjol (mgr.14164) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:10.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:08.642189+0000 mgr.smithi026.gdpjol (mgr.14164) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:10.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:09.306906+0000 mon.smithi026 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:10.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:08.642189+0000 mgr.smithi026.gdpjol (mgr.14164) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:10.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:09.306906+0000 mon.smithi026 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:11.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:09.307499+0000 mgr.smithi026.gdpjol (mgr.14164) 112 : cephadm [INF] Reconfiguring prometheus.smithi026 (dependencies changed)... 2024-02-15T18:09:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:09.309694+0000 mgr.smithi026.gdpjol (mgr.14164) 113 : cephadm [INF] Reconfiguring daemon prometheus.smithi026 on smithi026 2024-02-15T18:09:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:10.393477+0000 mon.smithi026 (mon.0) 262 : audit [INF] from='client.? 172.21.15.26:0/798056942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "756a8300-b1db-49e4-9dda-474edea38da3"}]: dispatch 2024-02-15T18:09:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:10.397234+0000 mon.smithi026 (mon.0) 263 : audit [INF] from='client.? 172.21.15.26:0/798056942' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "756a8300-b1db-49e4-9dda-474edea38da3"}]': finished 2024-02-15T18:09:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:10.397276+0000 mon.smithi026 (mon.0) 264 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-15T18:09:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:10.397390+0000 mon.smithi026 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:10.813271+0000 mon.smithi026 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.26:0/748297019' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:09:11.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:09.307499+0000 mgr.smithi026.gdpjol (mgr.14164) 112 : cephadm [INF] Reconfiguring prometheus.smithi026 (dependencies changed)... 2024-02-15T18:09:11.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:09.309694+0000 mgr.smithi026.gdpjol (mgr.14164) 113 : cephadm [INF] Reconfiguring daemon prometheus.smithi026 on smithi026 2024-02-15T18:09:11.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:10.393477+0000 mon.smithi026 (mon.0) 262 : audit [INF] from='client.? 172.21.15.26:0/798056942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "756a8300-b1db-49e4-9dda-474edea38da3"}]: dispatch 2024-02-15T18:09:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:10.397234+0000 mon.smithi026 (mon.0) 263 : audit [INF] from='client.? 172.21.15.26:0/798056942' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "756a8300-b1db-49e4-9dda-474edea38da3"}]': finished 2024-02-15T18:09:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:10.397276+0000 mon.smithi026 (mon.0) 264 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-15T18:09:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:10.397390+0000 mon.smithi026 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:10.813271+0000 mon.smithi026 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.26:0/748297019' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:09:12.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:10.642678+0000 mgr.smithi026.gdpjol (mgr.14164) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:12.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:10.642678+0000 mgr.smithi026.gdpjol (mgr.14164) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:14.505 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:12.643005+0000 mgr.smithi026.gdpjol (mgr.14164) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:14.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:12.643005+0000 mgr.smithi026.gdpjol (mgr.14164) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:16.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:14.643298+0000 mgr.smithi026.gdpjol (mgr.14164) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:16.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:14.643298+0000 mgr.smithi026.gdpjol (mgr.14164) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:16.643654+0000 mgr.smithi026.gdpjol (mgr.14164) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:18.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:16.643654+0000 mgr.smithi026.gdpjol (mgr.14164) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:20.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:18.644026+0000 mgr.smithi026.gdpjol (mgr.14164) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:20.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:19.228257+0000 mon.smithi026 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:20.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:19.228738+0000 mgr.smithi026.gdpjol (mgr.14164) 119 : cephadm [INF] Reconfiguring crash.smithi158 (monmap changed)... 2024-02-15T18:09:20.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:19.228971+0000 mon.smithi026 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:09:20.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:19.229564+0000 mon.smithi026 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:20.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:19.229987+0000 mgr.smithi026.gdpjol (mgr.14164) 120 : cephadm [INF] Reconfiguring daemon crash.smithi158 on smithi158 2024-02-15T18:09:20.495 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:18.644026+0000 mgr.smithi026.gdpjol (mgr.14164) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:20.495 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:19.228257+0000 mon.smithi026 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:20.495 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:19.228738+0000 mgr.smithi026.gdpjol (mgr.14164) 119 : cephadm [INF] Reconfiguring crash.smithi158 (monmap changed)... 2024-02-15T18:09:20.495 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:19.228971+0000 mon.smithi026 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:09:20.496 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:19.229564+0000 mon.smithi026 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:20.496 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:19.229987+0000 mgr.smithi026.gdpjol (mgr.14164) 120 : cephadm [INF] Reconfiguring daemon crash.smithi158 on smithi158 2024-02-15T18:09:21.802 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:20.536771+0000 mon.smithi026 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:21.802 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:20.537351+0000 mgr.smithi026.gdpjol (mgr.14164) 121 : cephadm [INF] Reconfiguring mgr.smithi158.xjmdwr (monmap changed)... 2024-02-15T18:09:21.802 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:20.537671+0000 mon.smithi026 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.xjmdwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:09:21.802 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:20.538533+0000 mon.smithi026 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:09:21.802 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:20.539273+0000 mon.smithi026 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:21.802 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:20.539895+0000 mgr.smithi026.gdpjol (mgr.14164) 122 : cephadm [INF] Reconfiguring daemon mgr.smithi158.xjmdwr on smithi158 2024-02-15T18:09:21.803 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:20.558495+0000 mon.smithi026 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T18:09:21.803 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:20.559195+0000 mon.smithi026 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:21.803 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:20.559739+0000 mgr.smithi026.gdpjol (mgr.14164) 123 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-02-15T18:09:21.803 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:20.644298+0000 mgr.smithi026.gdpjol (mgr.14164) 124 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:21.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:20.536771+0000 mon.smithi026 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:21.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:20.537351+0000 mgr.smithi026.gdpjol (mgr.14164) 121 : cephadm [INF] Reconfiguring mgr.smithi158.xjmdwr (monmap changed)... 2024-02-15T18:09:21.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:20.537671+0000 mon.smithi026 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.xjmdwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:09:21.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:20.538533+0000 mon.smithi026 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:09:21.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:20.539273+0000 mon.smithi026 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:21.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:20.539895+0000 mgr.smithi026.gdpjol (mgr.14164) 122 : cephadm [INF] Reconfiguring daemon mgr.smithi158.xjmdwr on smithi158 2024-02-15T18:09:21.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:20.558495+0000 mon.smithi026 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T18:09:21.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:20.559195+0000 mon.smithi026 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:21.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:20.559739+0000 mgr.smithi026.gdpjol (mgr.14164) 123 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-02-15T18:09:21.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:20.644298+0000 mgr.smithi026.gdpjol (mgr.14164) 124 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:21.842097+0000 mon.smithi026 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:21.842648+0000 mgr.smithi026.gdpjol (mgr.14164) 125 : cephadm [INF] Reconfiguring mon.smithi158 (monmap changed)... 2024-02-15T18:09:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:21.842893+0000 mon.smithi026 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:09:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:21.843611+0000 mon.smithi026 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:09:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:21.844272+0000 mon.smithi026 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:21.844845+0000 mgr.smithi026.gdpjol (mgr.14164) 126 : cephadm [INF] Reconfiguring daemon mon.smithi158 on smithi158 2024-02-15T18:09:23.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:21.842097+0000 mon.smithi026 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:23.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:21.842648+0000 mgr.smithi026.gdpjol (mgr.14164) 125 : cephadm [INF] Reconfiguring mon.smithi158 (monmap changed)... 2024-02-15T18:09:23.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:21.842893+0000 mon.smithi026 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:09:23.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:21.843611+0000 mon.smithi026 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:09:23.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:21.844272+0000 mon.smithi026 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:23.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:21.844845+0000 mgr.smithi026.gdpjol (mgr.14164) 126 : cephadm [INF] Reconfiguring daemon mon.smithi158 on smithi158 2024-02-15T18:09:24.286 INFO:teuthology.orchestra.run.smithi026.stdout:Created osd(s) 1 on host 'smithi026' 2024-02-15T18:09:24.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:22.644725+0000 mgr.smithi026.gdpjol (mgr.14164) 127 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:23.215076+0000 mon.smithi026 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:23.217333+0000 mon.smithi026 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:09:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:23.217667+0000 mgr.smithi026.gdpjol (mgr.14164) 128 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:09:24.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:22.644725+0000 mgr.smithi026.gdpjol (mgr.14164) 127 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:24.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:23.215076+0000 mon.smithi026 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:23.217333+0000 mon.smithi026 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:09:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:23.217667+0000 mgr.smithi026.gdpjol (mgr.14164) 128 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:09:24.996 DEBUG:teuthology.orchestra.run.smithi026:osd.1> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.1.service 2024-02-15T18:09:24.999 INFO:tasks.cephadm:Deploying osd.2 on smithi026 with /dev/vg_nvme/lv_2... 2024-02-15T18:09:24.999 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-15T18:09:25.032 INFO:journalctl@ceph.osd.1.smithi026.stdout:-- Logs begin at Thu 2024-02-15 17:54:49 UTC. -- 2024-02-15T18:09:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.280863+0000 mon.smithi026 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.284485+0000 mon.smithi026 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.296428+0000 mon.smithi026 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.26:9093"}]: dispatch 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.296740+0000 mgr.smithi026.gdpjol (mgr.14164) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.26:9093"}]: dispatch 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.300584+0000 mon.smithi026 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.304153+0000 mon.smithi026 (mon.0) 286 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.304579+0000 mgr.smithi026.gdpjol (mgr.14164) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.309203+0000 mon.smithi026 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.26:3000"}]: dispatch 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.309639+0000 mgr.smithi026.gdpjol (mgr.14164) 131 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.26:3000"}]: dispatch 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.313339+0000 mon.smithi026 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.316750+0000 mon.smithi026 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:09:25.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.317091+0000 mgr.smithi026.gdpjol (mgr.14164) 132 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:09:25.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.320915+0000 mon.smithi026 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.26:9095"}]: dispatch 2024-02-15T18:09:25.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.321185+0000 mgr.smithi026.gdpjol (mgr.14164) 133 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.26:9095"}]: dispatch 2024-02-15T18:09:25.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.324292+0000 mon.smithi026 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.326094+0000 mon.smithi026 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:09:25.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.327066+0000 mon.smithi026 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:25.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:24.328110+0000 mon.smithi026 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:09:25.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:24.645283+0000 mgr.smithi026.gdpjol (mgr.14164) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.280863+0000 mon.smithi026 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.284485+0000 mon.smithi026 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.296428+0000 mon.smithi026 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.26:9093"}]: dispatch 2024-02-15T18:09:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.296740+0000 mgr.smithi026.gdpjol (mgr.14164) 129 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.26:9093"}]: dispatch 2024-02-15T18:09:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.300584+0000 mon.smithi026 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.304153+0000 mon.smithi026 (mon.0) 286 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.304579+0000 mgr.smithi026.gdpjol (mgr.14164) 130 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.309203+0000 mon.smithi026 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.26:3000"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.309639+0000 mgr.smithi026.gdpjol (mgr.14164) 131 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.26:3000"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.313339+0000 mon.smithi026 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.316750+0000 mon.smithi026 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.317091+0000 mgr.smithi026.gdpjol (mgr.14164) 132 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.320915+0000 mon.smithi026 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.26:9095"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.321185+0000 mgr.smithi026.gdpjol (mgr.14164) 133 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.26:9095"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.324292+0000 mon.smithi026 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.326094+0000 mon.smithi026 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.327066+0000 mon.smithi026 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:24.328110+0000 mon.smithi026 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:09:25.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:24.645283+0000 mgr.smithi026.gdpjol (mgr.14164) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:27.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:26.087262+0000 mon.smithi026 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:27.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:26.087262+0000 mon.smithi026 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:27.647 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-15T18:09:27.647 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-15T18:09:27.647 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10+0 records in 2024-02-15T18:09:27.647 INFO:teuthology.orchestra.run.smithi026.stderr:10+0 records out 2024-02-15T18:09:27.647 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0106148 s, 988 MB/s 2024-02-15T18:09:27.648 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping successful for: 2024-02-15T18:09:27.682 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:09:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.1[47809]: debug 2024-02-15T18:09:27.402+0000 7f9d97a7c080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-15T18:09:28.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:26.645692+0000 mgr.smithi026.gdpjol (mgr.14164) 135 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:28.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:27.406863+0000 mon.smithi026 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T18:09:28.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:27.963988+0000 mon.smithi026 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:09:28.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:27.964761+0000 mon.smithi026 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:09:28.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:26.645692+0000 mgr.smithi026.gdpjol (mgr.14164) 135 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:28.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:27.406863+0000 mon.smithi026 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T18:09:28.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:27.963988+0000 mon.smithi026 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:09:28.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:27.964761+0000 mon.smithi026 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:09:28.718 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi026:vg_nvme/lv_2 2024-02-15T18:09:29.312 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:09:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.1[47809]: debug 2024-02-15T18:09:29.097+0000 7f9d8dfdf700 -1 osd.1 0 waiting for initial osdmap 2024-02-15T18:09:29.312 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:09:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.1[47809]: debug 2024-02-15T18:09:29.102+0000 7f9d86f54700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-15T18:09:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:28.093027+0000 mon.smithi026 (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T18:09:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:28.093088+0000 mon.smithi026 (mon.0) 300 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-15T18:09:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:28.093454+0000 mon.smithi026 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:28.093743+0000 mon.smithi026 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:09:29.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:28.093027+0000 mon.smithi026 (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T18:09:29.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:28.093088+0000 mon.smithi026 (mon.0) 300 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-15T18:09:29.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:28.093454+0000 mon.smithi026 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:28.093743+0000 mon.smithi026 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:09:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:28.646061+0000 mgr.smithi026.gdpjol (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:29.094571+0000 mon.smithi026 (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-02-15T18:09:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:29.094623+0000 mon.smithi026 (mon.0) 304 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-15T18:09:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:29.094716+0000 mon.smithi026 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:29.100375+0000 mon.smithi026 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:30.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:28.646061+0000 mgr.smithi026.gdpjol (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:29.094571+0000 mon.smithi026 (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-02-15T18:09:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:29.094623+0000 mon.smithi026 (mon.0) 304 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-15T18:09:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:29.094716+0000 mon.smithi026 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:29.100375+0000 mon.smithi026 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:31.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:28.409672+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:09:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:28.409809+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:09:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:30.098583+0000 mon.smithi026 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:30.104920+0000 mon.smithi026 (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644] boot 2024-02-15T18:09:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:30.104949+0000 mon.smithi026 (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-15T18:09:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:30.105072+0000 mon.smithi026 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:31.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:28.409672+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:09:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:28.409809+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:09:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:30.098583+0000 mon.smithi026 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:30.104920+0000 mon.smithi026 (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.26:6810/2131802644,v1:172.21.15.26:6811/2131802644] boot 2024-02-15T18:09:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:30.104949+0000 mon.smithi026 (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-15T18:09:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:30.105072+0000 mon.smithi026 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:09:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:30.646657+0000 mgr.smithi026.gdpjol (mgr.14164) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:31.136256+0000 mon.smithi026 (mon.0) 311 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-15T18:09:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:31.196215+0000 mgr.smithi026.gdpjol (mgr.14164) 138 : audit [DBG] from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:09:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:31.196967+0000 mon.smithi026 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:09:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:31.198283+0000 mon.smithi026 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:09:32.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:31.198862+0000 mon.smithi026 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:32.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:30.646657+0000 mgr.smithi026.gdpjol (mgr.14164) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-15T18:09:32.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:31.136256+0000 mon.smithi026 (mon.0) 311 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-15T18:09:32.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:31.196215+0000 mgr.smithi026.gdpjol (mgr.14164) 138 : audit [DBG] from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:09:32.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:31.196967+0000 mon.smithi026 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:09:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:31.198283+0000 mon.smithi026 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:09:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:31.198862+0000 mon.smithi026 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:34.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:32.646968+0000 mgr.smithi026.gdpjol (mgr.14164) 139 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:34.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:33.733889+0000 mon.smithi026 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:34.402 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:32.646968+0000 mgr.smithi026.gdpjol (mgr.14164) 139 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:34.402 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:33.733889+0000 mon.smithi026 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:35.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:34.373747+0000 mon.smithi026 (mon.0) 316 : audit [INF] from='client.? 172.21.15.26:0/490681346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cae3657c-1c89-4aa5-a672-cd1418213c75"}]: dispatch 2024-02-15T18:09:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:34.377252+0000 mon.smithi026 (mon.0) 317 : audit [INF] from='client.? 172.21.15.26:0/490681346' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cae3657c-1c89-4aa5-a672-cd1418213c75"}]': finished 2024-02-15T18:09:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:34.377291+0000 mon.smithi026 (mon.0) 318 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-15T18:09:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:34.377382+0000 mon.smithi026 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:34.803863+0000 mon.smithi026 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.26:0/3945340504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:09:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:34.373747+0000 mon.smithi026 (mon.0) 316 : audit [INF] from='client.? 172.21.15.26:0/490681346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cae3657c-1c89-4aa5-a672-cd1418213c75"}]: dispatch 2024-02-15T18:09:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:34.377252+0000 mon.smithi026 (mon.0) 317 : audit [INF] from='client.? 172.21.15.26:0/490681346' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cae3657c-1c89-4aa5-a672-cd1418213c75"}]': finished 2024-02-15T18:09:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:34.377291+0000 mon.smithi026 (mon.0) 318 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-15T18:09:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:34.377382+0000 mon.smithi026 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:34.803863+0000 mon.smithi026 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.26:0/3945340504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:09:36.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:34.647223+0000 mgr.smithi026.gdpjol (mgr.14164) 140 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:36.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:34.647223+0000 mgr.smithi026.gdpjol (mgr.14164) 140 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:36.647685+0000 mgr.smithi026.gdpjol (mgr.14164) 141 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:38.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:36.647685+0000 mgr.smithi026.gdpjol (mgr.14164) 141 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:40.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:38.647989+0000 mgr.smithi026.gdpjol (mgr.14164) 142 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:40.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:38.647989+0000 mgr.smithi026.gdpjol (mgr.14164) 142 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:40.382612+0000 mgr.smithi026.gdpjol (mgr.14164) 143 : cephadm [INF] Detected new or changed devices on smithi026 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:40.387360+0000 mon.smithi026 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:40.648271+0000 mgr.smithi026.gdpjol (mgr.14164) 144 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:40.706299+0000 mon.smithi026 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:40.706960+0000 mon.smithi026 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:40.707413+0000 mgr.smithi026.gdpjol (mgr.14164) 145 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 6451M 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:40.711106+0000 mon.smithi026 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:40.714350+0000 mon.smithi026 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:41.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:40.717179+0000 mon.smithi026 (mon.0) 326 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:09:41.505 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:40.718093+0000 mon.smithi026 (mon.0) 327 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:41.505 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:40.718677+0000 mon.smithi026 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:09:41.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:40.382612+0000 mgr.smithi026.gdpjol (mgr.14164) 143 : cephadm [INF] Detected new or changed devices on smithi026 2024-02-15T18:09:41.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:40.387360+0000 mon.smithi026 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:41.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:40.648271+0000 mgr.smithi026.gdpjol (mgr.14164) 144 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:40.706299+0000 mon.smithi026 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:09:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:40.706960+0000 mon.smithi026 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:09:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:40.707413+0000 mgr.smithi026.gdpjol (mgr.14164) 145 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 6451M 2024-02-15T18:09:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:40.711106+0000 mon.smithi026 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:40.714350+0000 mon.smithi026 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:40.717179+0000 mon.smithi026 (mon.0) 326 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:09:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:40.718093+0000 mon.smithi026 (mon.0) 327 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:41.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:40.718677+0000 mon.smithi026 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:09:42.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:41.529328+0000 mon.smithi026 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T18:09:42.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:41.530071+0000 mon.smithi026 (mon.0) 330 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:42.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:09:41.530662+0000 mgr.smithi026.gdpjol (mgr.14164) 146 : cephadm [INF] Deploying daemon osd.2 on smithi026 2024-02-15T18:09:42.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:41.529328+0000 mon.smithi026 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T18:09:42.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:41.530071+0000 mon.smithi026 (mon.0) 330 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:42.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:09:41.530662+0000 mgr.smithi026.gdpjol (mgr.14164) 146 : cephadm [INF] Deploying daemon osd.2 on smithi026 2024-02-15T18:09:43.622 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:42.552509+0000 mon.smithi026 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:43.622 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:42.648673+0000 mgr.smithi026.gdpjol (mgr.14164) 147 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:43.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:42.552509+0000 mon.smithi026 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:43.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:42.648673+0000 mgr.smithi026.gdpjol (mgr.14164) 147 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:46.209 INFO:teuthology.orchestra.run.smithi026.stdout:Created osd(s) 2 on host 'smithi026' 2024-02-15T18:09:46.238 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:44.648987+0000 mgr.smithi026.gdpjol (mgr.14164) 148 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:46.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:44.648987+0000 mgr.smithi026.gdpjol (mgr.14164) 148 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:47.224 DEBUG:teuthology.orchestra.run.smithi026:osd.2> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.2.service 2024-02-15T18:09:47.226 INFO:tasks.cephadm:Deploying osd.3 on smithi026 with /dev/vg_nvme/lv_1... 2024-02-15T18:09:47.227 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-15T18:09:47.257 INFO:journalctl@ceph.osd.2.smithi026.stdout:-- Logs begin at Thu 2024-02-15 17:54:49 UTC. -- 2024-02-15T18:09:47.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:46.204659+0000 mon.smithi026 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:47.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:46.208489+0000 mon.smithi026 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:47.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:46.204659+0000 mon.smithi026 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:47.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:46.208489+0000 mon.smithi026 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:48.463 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:46.649270+0000 mgr.smithi026.gdpjol (mgr.14164) 149 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:48.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:46.649270+0000 mgr.smithi026.gdpjol (mgr.14164) 149 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:49.562 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:09:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2[51249]: debug 2024-02-15T18:09:49.355+0000 7fe01600d080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-15T18:09:49.729 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-15T18:09:49.729 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-15T18:09:49.729 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10+0 records in 2024-02-15T18:09:49.729 INFO:teuthology.orchestra.run.smithi026.stderr:10+0 records out 2024-02-15T18:09:49.730 INFO:teuthology.orchestra.run.smithi026.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00898158 s, 1.2 GB/s 2024-02-15T18:09:49.730 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping successful for: 2024-02-15T18:09:50.485 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:48.649594+0000 mgr.smithi026.gdpjol (mgr.14164) 150 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:50.485 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:49.359480+0000 mon.smithi026 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T18:09:50.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:48.649594+0000 mgr.smithi026.gdpjol (mgr.14164) 150 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:50.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:49.359480+0000 mon.smithi026 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T18:09:50.767 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi026:vg_nvme/lv_1 2024-02-15T18:09:51.297 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:50.214349+0000 mon.smithi026 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T18:09:51.297 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:50.214403+0000 mon.smithi026 (mon.0) 336 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-15T18:09:51.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:50.214744+0000 mon.smithi026 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:51.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:50.215113+0000 mon.smithi026 (mon.0) 338 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:09:51.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:50.378402+0000 mon.smithi026 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:51.298 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:09:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2[51249]: debug 2024-02-15T18:09:51.219+0000 7fe00c570700 -1 osd.2 0 waiting for initial osdmap 2024-02-15T18:09:51.298 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:09:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2[51249]: debug 2024-02-15T18:09:51.224+0000 7fe006ce8700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-15T18:09:51.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:50.214349+0000 mon.smithi026 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T18:09:51.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:50.214403+0000 mon.smithi026 (mon.0) 336 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-15T18:09:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:50.214744+0000 mon.smithi026 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:50.215113+0000 mon.smithi026 (mon.0) 338 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:09:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:50.378402+0000 mon.smithi026 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:52.937 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:50.649863+0000 mgr.smithi026.gdpjol (mgr.14164) 151 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:52.937 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:51.216110+0000 mon.smithi026 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-02-15T18:09:52.937 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:51.216155+0000 mon.smithi026 (mon.0) 341 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-15T18:09:52.938 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:51.216256+0000 mon.smithi026 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:52.938 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:51.220796+0000 mon.smithi026 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:53.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:50.649863+0000 mgr.smithi026.gdpjol (mgr.14164) 151 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:53.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:51.216110+0000 mon.smithi026 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-02-15T18:09:53.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:51.216155+0000 mon.smithi026 (mon.0) 341 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-15T18:09:53.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:51.216256+0000 mon.smithi026 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:53.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:51.220796+0000 mon.smithi026 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:50.391495+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:50.391658+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:52.222148+0000 mon.smithi026 (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162] boot 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:52.222188+0000 mon.smithi026 (mon.0) 345 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:52.222719+0000 mon.smithi026 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:52.223044+0000 mon.smithi026 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:52.650137+0000 mgr.smithi026.gdpjol (mgr.14164) 152 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:53.224309+0000 mon.smithi026 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-15T18:09:54.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:53.224377+0000 mon.smithi026 (mon.0) 349 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-15T18:09:54.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:53.225016+0000 mon.smithi026 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:50.391495+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:50.391658+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:52.222148+0000 mon.smithi026 (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.26:6818/1791580162,v1:172.21.15.26:6819/1791580162] boot 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:52.222188+0000 mon.smithi026 (mon.0) 345 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:52.222719+0000 mon.smithi026 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:52.223044+0000 mon.smithi026 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:52.650137+0000 mgr.smithi026.gdpjol (mgr.14164) 152 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:53.224309+0000 mon.smithi026 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-15T18:09:54.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:53.224377+0000 mon.smithi026 (mon.0) 349 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-15T18:09:54.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:53.225016+0000 mon.smithi026 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:09:55.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:53.997444+0000 mgr.smithi026.gdpjol (mgr.14164) 153 : audit [DBG] from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:09:55.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:54.225998+0000 mon.smithi026 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:09:55.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:54.226065+0000 mon.smithi026 (mon.0) 352 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-15T18:09:55.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:54.232002+0000 mon.smithi026 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:09:55.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:54.233202+0000 mon.smithi026 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:09:55.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:54.233720+0000 mon.smithi026 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:55.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:53.997444+0000 mgr.smithi026.gdpjol (mgr.14164) 153 : audit [DBG] from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:09:55.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:54.225998+0000 mon.smithi026 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:09:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:54.226065+0000 mon.smithi026 (mon.0) 352 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-15T18:09:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:54.232002+0000 mon.smithi026 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:09:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:54.233202+0000 mon.smithi026 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:09:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:54.233720+0000 mon.smithi026 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:56.494 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:54.650446+0000 mgr.smithi026.gdpjol (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:09:56.494 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:55.230796+0000 mon.smithi026 (mon.0) 356 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-15T18:09:56.494 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:55.281178+0000 mon.smithi026 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:56.495 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:55.284447+0000 mon.smithi026 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:56.495 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:55.287183+0000 mon.smithi026 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:09:56.495 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:55.288032+0000 mon.smithi026 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:56.495 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:55.288507+0000 mon.smithi026 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:09:56.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:54.650446+0000 mgr.smithi026.gdpjol (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:09:56.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:55.230796+0000 mon.smithi026 (mon.0) 356 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-15T18:09:56.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:55.281178+0000 mon.smithi026 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:56.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:55.284447+0000 mon.smithi026 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:56.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:55.287183+0000 mon.smithi026 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:09:56.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:55.288032+0000 mon.smithi026 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:09:56.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:55.288507+0000 mon.smithi026 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:09:57.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:55.282259+0000 mgr.smithi026.gdpjol (mgr.14164) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:09:57.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:56.279459+0000 mon.smithi026 (mon.0) 362 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T18:09:57.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:57.100984+0000 mon.smithi026 (mon.0) 363 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:57.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:55.282259+0000 mgr.smithi026.gdpjol (mgr.14164) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:09:57.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:56.279459+0000 mon.smithi026 (mon.0) 362 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T18:09:57.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:57.100984+0000 mon.smithi026 (mon.0) 363 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:09:58.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:57.261624+0000 mon.smithi026 (mon.0) 364 : audit [INF] from='client.? 172.21.15.26:0/3767035691' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8f7484c-ffa0-4e92-8490-bcf5ce3e6d04"}]: dispatch 2024-02-15T18:09:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:57.265049+0000 mon.smithi026 (mon.0) 365 : audit [INF] from='client.? 172.21.15.26:0/3767035691' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8f7484c-ffa0-4e92-8490-bcf5ce3e6d04"}]': finished 2024-02-15T18:09:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:57.265096+0000 mon.smithi026 (mon.0) 366 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-15T18:09:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:57.265235+0000 mon.smithi026 (mon.0) 367 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:09:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:09:57.715740+0000 mon.smithi026 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.26:0/2467679813' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:09:58.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:57.261624+0000 mon.smithi026 (mon.0) 364 : audit [INF] from='client.? 172.21.15.26:0/3767035691' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8f7484c-ffa0-4e92-8490-bcf5ce3e6d04"}]: dispatch 2024-02-15T18:09:58.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:57.265049+0000 mon.smithi026 (mon.0) 365 : audit [INF] from='client.? 172.21.15.26:0/3767035691' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8f7484c-ffa0-4e92-8490-bcf5ce3e6d04"}]': finished 2024-02-15T18:09:58.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:57.265096+0000 mon.smithi026 (mon.0) 366 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-15T18:09:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:57.265235+0000 mon.smithi026 (mon.0) 367 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:09:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:09:57.715740+0000 mon.smithi026 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.26:0/2467679813' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:09:59.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:09:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:57.282587+0000 mgr.smithi026.gdpjol (mgr.14164) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:09:59.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:09:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:57.282587+0000 mgr.smithi026.gdpjol (mgr.14164) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:00.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:00.000110+0000 mon.smithi026 (mon.0) 369 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-02-15T18:10:00.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:00.000131+0000 mon.smithi026 (mon.0) 370 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-02-15T18:10:00.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:00.000140+0000 mon.smithi026 (mon.0) 371 : cluster [WRN] stray daemon osd.2 on host smithi026 not managed by cephadm 2024-02-15T18:10:00.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:00.000110+0000 mon.smithi026 (mon.0) 369 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-02-15T18:10:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:00.000131+0000 mon.smithi026 (mon.0) 370 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-02-15T18:10:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:00.000140+0000 mon.smithi026 (mon.0) 371 : cluster [WRN] stray daemon osd.2 on host smithi026 not managed by cephadm 2024-02-15T18:10:01.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:09:59.282992+0000 mgr.smithi026.gdpjol (mgr.14164) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:01.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:09:59.282992+0000 mgr.smithi026.gdpjol (mgr.14164) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:01.283269+0000 mgr.smithi026.gdpjol (mgr.14164) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:01.317961+0000 mon.smithi026 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:02.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:01.283269+0000 mgr.smithi026.gdpjol (mgr.14164) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:02.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:01.317961+0000 mon.smithi026 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:04.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:03.283530+0000 mgr.smithi026.gdpjol (mgr.14164) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:04.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:03.283530+0000 mgr.smithi026.gdpjol (mgr.14164) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:04.783676+0000 mon.smithi026 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T18:10:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:04.784366+0000 mon.smithi026 (mon.0) 374 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:04.784941+0000 mgr.smithi026.gdpjol (mgr.14164) 160 : cephadm [INF] Deploying daemon osd.3 on smithi026 2024-02-15T18:10:05.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:04.783676+0000 mon.smithi026 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T18:10:05.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:04.784366+0000 mon.smithi026 (mon.0) 374 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:05.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:04.784941+0000 mgr.smithi026.gdpjol (mgr.14164) 160 : cephadm [INF] Deploying daemon osd.3 on smithi026 2024-02-15T18:10:07.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:05.283797+0000 mgr.smithi026.gdpjol (mgr.14164) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:07.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:06.997755+0000 mon.smithi026 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:07.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:07.000576+0000 mon.smithi026 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:07.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:05.283797+0000 mgr.smithi026.gdpjol (mgr.14164) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:07.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:06.997755+0000 mon.smithi026 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:07.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:07.000576+0000 mon.smithi026 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:08.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:06.992897+0000 mgr.smithi026.gdpjol (mgr.14164) 162 : cephadm [INF] Detected new or changed devices on smithi026 2024-02-15T18:10:08.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:06.998624+0000 mgr.smithi026.gdpjol (mgr.14164) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:08.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:07.996042+0000 mon.smithi026 (mon.0) 377 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-15T18:10:08.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:07.996067+0000 mon.smithi026 (mon.0) 378 : cluster [INF] Cluster is now healthy 2024-02-15T18:10:08.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:06.992897+0000 mgr.smithi026.gdpjol (mgr.14164) 162 : cephadm [INF] Detected new or changed devices on smithi026 2024-02-15T18:10:08.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:06.998624+0000 mgr.smithi026.gdpjol (mgr.14164) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:08.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:07.996042+0000 mon.smithi026 (mon.0) 377 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-15T18:10:08.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:07.996067+0000 mon.smithi026 (mon.0) 378 : cluster [INF] Cluster is now healthy 2024-02-15T18:10:10.216 INFO:teuthology.orchestra.run.smithi026.stdout:Created osd(s) 3 on host 'smithi026' 2024-02-15T18:10:10.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:08.998878+0000 mgr.smithi026.gdpjol (mgr.14164) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:10.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:08.998878+0000 mgr.smithi026.gdpjol (mgr.14164) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:10.915 DEBUG:teuthology.orchestra.run.smithi026:osd.3> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.3.service 2024-02-15T18:10:10.918 INFO:tasks.cephadm:Deploying osd.4 on smithi158 with /dev/vg_nvme/lv_4... 2024-02-15T18:10:10.919 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-15T18:10:10.951 INFO:journalctl@ceph.osd.3.smithi026.stdout:-- Logs begin at Thu 2024-02-15 17:54:49 UTC. -- 2024-02-15T18:10:11.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:10.205743+0000 mon.smithi026 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:11.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:10.207564+0000 mon.smithi026 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:11.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:10.209894+0000 mon.smithi026 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:11.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:10.210156+0000 mon.smithi026 (mon.0) 382 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:11.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:10.214577+0000 mon.smithi026 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:10.205743+0000 mon.smithi026 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:10.207564+0000 mon.smithi026 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:10.209894+0000 mon.smithi026 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:10.210156+0000 mon.smithi026 (mon.0) 382 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:10.214577+0000 mon.smithi026 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:12.341 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:10.999209+0000 mgr.smithi026.gdpjol (mgr.14164) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:12.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:10.999209+0000 mgr.smithi026.gdpjol (mgr.14164) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:13.075 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-15T18:10:13.076 INFO:teuthology.orchestra.run.smithi158.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-15T18:10:13.076 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10+0 records in 2024-02-15T18:10:13.076 INFO:teuthology.orchestra.run.smithi158.stderr:10+0 records out 2024-02-15T18:10:13.076 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00813569 s, 1.3 GB/s 2024-02-15T18:10:13.076 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping successful for: 2024-02-15T18:10:13.661 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:10:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3[54868]: debug 2024-02-15T18:10:13.328+0000 7f69c35c1080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-15T18:10:13.768 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi158:vg_nvme/lv_4 2024-02-15T18:10:14.525 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:12.999463+0000 mgr.smithi026.gdpjol (mgr.14164) 166 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:14.525 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:13.333312+0000 mon.smithi026 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T18:10:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:12.999463+0000 mgr.smithi026.gdpjol (mgr.14164) 166 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:13.333312+0000 mon.smithi026 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T18:10:15.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:14.220891+0000 mon.smithi026 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T18:10:15.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:14.220957+0000 mon.smithi026 (mon.0) 386 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-15T18:10:15.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:14.221247+0000 mon.smithi026 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:15.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:14.221473+0000 mon.smithi026 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:10:15.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:15.016488+0000 mon.smithi026 (mon.0) 389 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:15.477 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:10:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3[54868]: debug 2024-02-15T18:10:15.225+0000 7f69b9b24700 -1 osd.3 0 waiting for initial osdmap 2024-02-15T18:10:15.477 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:10:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3[54868]: debug 2024-02-15T18:10:15.231+0000 7f69b3a9b700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-15T18:10:15.477 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:14.220891+0000 mon.smithi026 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T18:10:15.477 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:14.220957+0000 mon.smithi026 (mon.0) 386 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-15T18:10:15.477 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:14.221247+0000 mon.smithi026 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:15.477 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:14.221473+0000 mon.smithi026 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:10:15.477 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:15.016488+0000 mon.smithi026 (mon.0) 389 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:16.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:14.999736+0000 mgr.smithi026.gdpjol (mgr.14164) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:16.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:15.222252+0000 mon.smithi026 (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-02-15T18:10:16.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:15.222306+0000 mon.smithi026 (mon.0) 391 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-15T18:10:16.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:15.222436+0000 mon.smithi026 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:16.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:15.228649+0000 mon.smithi026 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:16.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:15.818988+0000 mon.smithi026 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:10:16.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:15.820270+0000 mon.smithi026 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:10:16.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:15.820787+0000 mon.smithi026 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:16.481 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:14.999736+0000 mgr.smithi026.gdpjol (mgr.14164) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:16.481 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:15.222252+0000 mon.smithi026 (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-02-15T18:10:16.481 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:15.222306+0000 mon.smithi026 (mon.0) 391 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-15T18:10:16.481 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:15.222436+0000 mon.smithi026 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:16.481 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:15.228649+0000 mon.smithi026 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:16.481 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:15.818988+0000 mon.smithi026 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:10:16.481 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:15.820270+0000 mon.smithi026 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:10:16.481 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:15.820787+0000 mon.smithi026 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:17.351 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:14.323871+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:10:17.351 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:14.324026+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:10:17.352 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:15.818225+0000 mgr.smithi026.gdpjol (mgr.14164) 168 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:10:17.352 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:16.226226+0000 mon.smithi026 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:17.352 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:16.232976+0000 mon.smithi026 (mon.0) 398 : cluster [INF] osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360] boot 2024-02-15T18:10:17.352 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:16.232999+0000 mon.smithi026 (mon.0) 399 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-15T18:10:17.352 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:16.233259+0000 mon.smithi026 (mon.0) 400 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:14.323871+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:10:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:14.324026+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:10:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:15.818225+0000 mgr.smithi026.gdpjol (mgr.14164) 168 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:10:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:16.226226+0000 mon.smithi026 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:16.232976+0000 mon.smithi026 (mon.0) 398 : cluster [INF] osd.3 [v2:172.21.15.26:6826/1641803360,v1:172.21.15.26:6827/1641803360] boot 2024-02-15T18:10:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:16.232999+0000 mon.smithi026 (mon.0) 399 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-15T18:10:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:16.233259+0000 mon.smithi026 (mon.0) 400 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:10:18.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:17.000040+0000 mgr.smithi026.gdpjol (mgr.14164) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:17.235517+0000 mon.smithi026 (mon.0) 401 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-15T18:10:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.098184+0000 mon.smithi158 (mon.1) 2 : audit [INF] from='client.? 172.21.15.158:0/1422623010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f78314-ccf8-4000-a94f-866e49e55e1d"}]: dispatch 2024-02-15T18:10:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.098542+0000 mon.smithi026 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f78314-ccf8-4000-a94f-866e49e55e1d"}]: dispatch 2024-02-15T18:10:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.102095+0000 mon.smithi026 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41f78314-ccf8-4000-a94f-866e49e55e1d"}]': finished 2024-02-15T18:10:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:18.102144+0000 mon.smithi026 (mon.0) 404 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-15T18:10:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.102250+0000 mon.smithi026 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:17.000040+0000 mgr.smithi026.gdpjol (mgr.14164) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-15T18:10:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:17.235517+0000 mon.smithi026 (mon.0) 401 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-15T18:10:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.098184+0000 mon.smithi158 (mon.1) 2 : audit [INF] from='client.? 172.21.15.158:0/1422623010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f78314-ccf8-4000-a94f-866e49e55e1d"}]: dispatch 2024-02-15T18:10:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.098542+0000 mon.smithi026 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41f78314-ccf8-4000-a94f-866e49e55e1d"}]: dispatch 2024-02-15T18:10:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.102095+0000 mon.smithi026 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41f78314-ccf8-4000-a94f-866e49e55e1d"}]': finished 2024-02-15T18:10:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:18.102144+0000 mon.smithi026 (mon.0) 404 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-15T18:10:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.102250+0000 mon.smithi026 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:19.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.475114+0000 mon.smithi026 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:19.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.475981+0000 mon.smithi026 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:19.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.476519+0000 mon.smithi026 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:19.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.477024+0000 mon.smithi026 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:19.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.477500+0000 mon.smithi026 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:19.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:18.477897+0000 mgr.smithi026.gdpjol (mgr.14164) 170 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 3225M 2024-02-15T18:10:19.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.480478+0000 mon.smithi026 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:19.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.483211+0000 mon.smithi026 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:19.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.486049+0000 mon.smithi026 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:19.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.486939+0000 mon.smithi026 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:19.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.487476+0000 mon.smithi026 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:19.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:18.514066+0000 mon.smithi158 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.158:0/2666169082' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:10:19.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:19.000329+0000 mgr.smithi026.gdpjol (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.475114+0000 mon.smithi026 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.475981+0000 mon.smithi026 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.476519+0000 mon.smithi026 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.477024+0000 mon.smithi026 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.477500+0000 mon.smithi026 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:18.477897+0000 mgr.smithi026.gdpjol (mgr.14164) 170 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 3225M 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.480478+0000 mon.smithi026 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.483211+0000 mon.smithi026 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.486049+0000 mon.smithi026 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:19.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.486939+0000 mon.smithi026 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:19.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.487476+0000 mon.smithi026 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:19.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:18.514066+0000 mon.smithi158 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.158:0/2666169082' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:10:19.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:19.000329+0000 mgr.smithi026.gdpjol (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:22.393 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:21.000772+0000 mgr.smithi026.gdpjol (mgr.14164) 172 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:21.000772+0000 mgr.smithi026.gdpjol (mgr.14164) 172 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:23.981 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:22.843491+0000 mon.smithi026 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:23.981 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:22.846472+0000 mon.smithi026 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:23.981 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:23.001004+0000 mgr.smithi026.gdpjol (mgr.14164) 173 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:24.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:22.843491+0000 mon.smithi026 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:24.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:22.846472+0000 mon.smithi026 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:24.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:23.001004+0000 mgr.smithi026.gdpjol (mgr.14164) 173 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:25.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:24.000675+0000 mon.smithi026 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T18:10:25.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:24.001480+0000 mon.smithi026 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:25.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:24.002172+0000 mgr.smithi026.gdpjol (mgr.14164) 174 : cephadm [INF] Deploying daemon osd.4 on smithi158 2024-02-15T18:10:25.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:24.000675+0000 mon.smithi026 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T18:10:25.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:24.001480+0000 mon.smithi026 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:25.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:24.002172+0000 mgr.smithi026.gdpjol (mgr.14164) 174 : cephadm [INF] Deploying daemon osd.4 on smithi158 2024-02-15T18:10:26.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:25.001454+0000 mgr.smithi026.gdpjol (mgr.14164) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:25.001454+0000 mgr.smithi026.gdpjol (mgr.14164) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:27.653 INFO:teuthology.orchestra.run.smithi158.stdout:Created osd(s) 4 on host 'smithi158' 2024-02-15T18:10:28.308 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:27.001872+0000 mgr.smithi026.gdpjol (mgr.14164) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:28.309 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:27.643136+0000 mon.smithi026 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:28.309 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:27.644977+0000 mon.smithi026 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:28.309 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:27.647436+0000 mon.smithi026 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:28.309 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:27.649108+0000 mon.smithi026 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:28.309 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:27.651684+0000 mon.smithi026 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:28.309 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:27.965183+0000 mon.smithi026 (mon.0) 425 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:10:28.309 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:27.965430+0000 mon.smithi026 (mon.0) 426 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:10:28.331 DEBUG:teuthology.orchestra.run.smithi158:osd.4> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.4.service 2024-02-15T18:10:28.334 INFO:tasks.cephadm:Deploying osd.5 on smithi158 with /dev/vg_nvme/lv_3... 2024-02-15T18:10:28.334 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-15T18:10:28.363 INFO:journalctl@ceph.osd.4.smithi158.stdout:-- Logs begin at Thu 2024-02-15 17:55:14 UTC. -- 2024-02-15T18:10:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:27.001872+0000 mgr.smithi026.gdpjol (mgr.14164) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:27.643136+0000 mon.smithi026 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:27.644977+0000 mon.smithi026 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:27.647436+0000 mon.smithi026 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:27.649108+0000 mon.smithi026 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:27.651684+0000 mon.smithi026 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:27.965183+0000 mon.smithi026 (mon.0) 425 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:10:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:27.965430+0000 mon.smithi026 (mon.0) 426 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:10:30.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:29.002326+0000 mgr.smithi026.gdpjol (mgr.14164) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:30.424 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:29.002326+0000 mgr.smithi026.gdpjol (mgr.14164) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:30.918 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-15T18:10:30.918 INFO:teuthology.orchestra.run.smithi158.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-15T18:10:30.918 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10+0 records in 2024-02-15T18:10:30.918 INFO:teuthology.orchestra.run.smithi158.stderr:10+0 records out 2024-02-15T18:10:30.918 INFO:teuthology.orchestra.run.smithi158.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.010104 s, 1.0 GB/s 2024-02-15T18:10:30.918 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping successful for: 2024-02-15T18:10:31.148 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:10:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.4[41954]: debug 2024-02-15T18:10:30.752+0000 7fbb7805c080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-15T18:10:31.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:30.756262+0000 mon.smithi158 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.158:6800/2021487055,v1:172.21.15.158:6801/2021487055]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:10:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:30.756539+0000 mon.smithi026 (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:10:31.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:30.756262+0000 mon.smithi158 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.158:6800/2021487055,v1:172.21.15.158:6801/2021487055]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:10:31.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:30.756539+0000 mon.smithi026 (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:10:31.669 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi158:vg_nvme/lv_3 2024-02-15T18:10:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:31.002743+0000 mgr.smithi026.gdpjol (mgr.14164) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:31.156495+0000 mon.smithi026 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T18:10:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:31.156565+0000 mon.smithi026 (mon.0) 429 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-15T18:10:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:31.156803+0000 mon.smithi026 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:31.157266+0000 mon.smithi158 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.158:6800/2021487055,v1:172.21.15.158:6801/2021487055]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:10:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:31.157357+0000 mon.smithi026 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:10:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:31.742251+0000 mon.smithi026 (mon.0) 432 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:32.085107+0000 mon.smithi026 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:32.609 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.4[41954]: debug 2024-02-15T18:10:32.162+0000 7fbb6e5bf700 -1 osd.4 0 waiting for initial osdmap 2024-02-15T18:10:32.609 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.4[41954]: debug 2024-02-15T18:10:32.166+0000 7fbb68d37700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T18:10:32.609 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:31.002743+0000 mgr.smithi026.gdpjol (mgr.14164) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:32.609 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:31.156495+0000 mon.smithi026 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T18:10:32.609 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:31.156565+0000 mon.smithi026 (mon.0) 429 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-15T18:10:32.610 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:31.156803+0000 mon.smithi026 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:32.610 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:31.157266+0000 mon.smithi158 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.158:6800/2021487055,v1:172.21.15.158:6801/2021487055]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:10:32.610 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:31.157357+0000 mon.smithi026 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:10:32.610 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:31.742251+0000 mon.smithi026 (mon.0) 432 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:32.610 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:32.085107+0000 mon.smithi026 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:33.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:32.157952+0000 mon.smithi026 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2024-02-15T18:10:33.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:32.158055+0000 mon.smithi026 (mon.0) 435 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-15T18:10:33.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:32.158443+0000 mon.smithi026 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:33.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:32.162651+0000 mon.smithi026 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:33.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:32.157952+0000 mon.smithi026 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2024-02-15T18:10:33.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:32.158055+0000 mon.smithi026 (mon.0) 435 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-15T18:10:33.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:32.158443+0000 mon.smithi026 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:33.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:32.162651+0000 mon.smithi026 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:34.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:31.772013+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:10:34.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:31.772111+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:10:34.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:33.003188+0000 mgr.smithi026.gdpjol (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:34.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:33.160151+0000 mon.smithi026 (mon.0) 438 : cluster [INF] osd.4 [v2:172.21.15.158:6800/2021487055,v1:172.21.15.158:6801/2021487055] boot 2024-02-15T18:10:34.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:33.160209+0000 mon.smithi026 (mon.0) 439 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-15T18:10:34.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:33.160391+0000 mon.smithi026 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:34.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:34.166006+0000 mon.smithi026 (mon.0) 441 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-15T18:10:34.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:31.772013+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:10:34.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:31.772111+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:10:34.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:33.003188+0000 mgr.smithi026.gdpjol (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-15T18:10:34.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:33.160151+0000 mon.smithi026 (mon.0) 438 : cluster [INF] osd.4 [v2:172.21.15.158:6800/2021487055,v1:172.21.15.158:6801/2021487055] boot 2024-02-15T18:10:34.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:33.160209+0000 mon.smithi026 (mon.0) 439 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-15T18:10:34.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:33.160391+0000 mon.smithi026 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:10:34.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:34.166006+0000 mon.smithi026 (mon.0) 441 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-15T18:10:35.437 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:34.846782+0000 mon.smithi026 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:10:35.437 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:34.848461+0000 mon.smithi026 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:10:35.437 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:34.849169+0000 mon.smithi026 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:35.437 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:35.166397+0000 mon.smithi026 (mon.0) 445 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-15T18:10:35.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:34.846782+0000 mon.smithi026 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:10:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:34.848461+0000 mon.smithi026 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:10:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:34.849169+0000 mon.smithi026 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:35.166397+0000 mon.smithi026 (mon.0) 445 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-15T18:10:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:34.845828+0000 mgr.smithi026.gdpjol (mgr.14164) 180 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:10:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:35.003661+0000 mgr.smithi026.gdpjol (mgr.14164) 181 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:36.595 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:34.845828+0000 mgr.smithi026.gdpjol (mgr.14164) 180 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:10:36.596 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:35.003661+0000 mgr.smithi026.gdpjol (mgr.14164) 181 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:38.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:37.004011+0000 mgr.smithi026.gdpjol (mgr.14164) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:37.146549+0000 mgr.smithi026.gdpjol (mgr.14164) 183 : cephadm [INF] Detected new or changed devices on smithi158 2024-02-15T18:10:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:37.151196+0000 mon.smithi026 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.022757+0000 mon.smithi026 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.027742+0000 mon.smithi026 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.031410+0000 mon.smithi026 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.035401+0000 mon.smithi026 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.036432+0000 mon.smithi026 (mon.0) 451 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.037243+0000 mon.smithi026 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:37.004011+0000 mgr.smithi026.gdpjol (mgr.14164) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:37.146549+0000 mgr.smithi026.gdpjol (mgr.14164) 183 : cephadm [INF] Detected new or changed devices on smithi158 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:37.151196+0000 mon.smithi026 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.022757+0000 mon.smithi026 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.027742+0000 mon.smithi026 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.031410+0000 mon.smithi026 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.035401+0000 mon.smithi026 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.036432+0000 mon.smithi026 (mon.0) 451 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.037243+0000 mon.smithi026 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:39.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:38.023479+0000 mgr.smithi026.gdpjol (mgr.14164) 184 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 15970M 2024-02-15T18:10:39.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.403681+0000 mon.smithi158 (mon.1) 6 : audit [INF] from='client.? 172.21.15.158:0/3932863021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a0b9316-f03a-45de-8e5d-422f2d201e4c"}]: dispatch 2024-02-15T18:10:39.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.404203+0000 mon.smithi026 (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a0b9316-f03a-45de-8e5d-422f2d201e4c"}]: dispatch 2024-02-15T18:10:39.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.408033+0000 mon.smithi026 (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a0b9316-f03a-45de-8e5d-422f2d201e4c"}]': finished 2024-02-15T18:10:39.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:38.408077+0000 mon.smithi026 (mon.0) 455 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-15T18:10:39.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.408176+0000 mon.smithi026 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:39.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:38.812374+0000 mon.smithi158 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.158:0/2964557082' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:10:39.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:38.023479+0000 mgr.smithi026.gdpjol (mgr.14164) 184 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 15970M 2024-02-15T18:10:39.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.403681+0000 mon.smithi158 (mon.1) 6 : audit [INF] from='client.? 172.21.15.158:0/3932863021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a0b9316-f03a-45de-8e5d-422f2d201e4c"}]: dispatch 2024-02-15T18:10:39.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.404203+0000 mon.smithi026 (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a0b9316-f03a-45de-8e5d-422f2d201e4c"}]: dispatch 2024-02-15T18:10:39.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.408033+0000 mon.smithi026 (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a0b9316-f03a-45de-8e5d-422f2d201e4c"}]': finished 2024-02-15T18:10:39.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:38.408077+0000 mon.smithi026 (mon.0) 455 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-15T18:10:39.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.408176+0000 mon.smithi026 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:39.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:38.812374+0000 mon.smithi158 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.158:0/2964557082' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:10:40.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:39.004292+0000 mgr.smithi026.gdpjol (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:40.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:39.004292+0000 mgr.smithi026.gdpjol (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:42.340 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:41.004765+0000 mgr.smithi026.gdpjol (mgr.14164) 186 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:42.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:41.004765+0000 mgr.smithi026.gdpjol (mgr.14164) 186 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:43.308 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:42.161087+0000 mon.smithi026 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:43.308 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:42.418760+0000 mon.smithi026 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:43.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:42.161087+0000 mon.smithi026 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:43.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:42.418760+0000 mon.smithi026 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:44.369 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:43.005096+0000 mgr.smithi026.gdpjol (mgr.14164) 187 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:43.005096+0000 mgr.smithi026.gdpjol (mgr.14164) 187 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:45.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:44.388314+0000 mon.smithi026 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T18:10:45.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:44.389125+0000 mon.smithi026 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:45.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:44.388314+0000 mon.smithi026 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T18:10:45.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:44.389125+0000 mon.smithi026 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:46.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:44.389804+0000 mgr.smithi026.gdpjol (mgr.14164) 188 : cephadm [INF] Deploying daemon osd.5 on smithi158 2024-02-15T18:10:46.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:45.005553+0000 mgr.smithi026.gdpjol (mgr.14164) 189 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:46.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:44.389804+0000 mgr.smithi026.gdpjol (mgr.14164) 188 : cephadm [INF] Deploying daemon osd.5 on smithi158 2024-02-15T18:10:46.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:45.005553+0000 mgr.smithi026.gdpjol (mgr.14164) 189 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:48.134 INFO:teuthology.orchestra.run.smithi158.stdout:Created osd(s) 5 on host 'smithi158' 2024-02-15T18:10:48.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:47.005935+0000 mgr.smithi026.gdpjol (mgr.14164) 190 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:48.123550+0000 mon.smithi026 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:48.125342+0000 mon.smithi026 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:48.127789+0000 mon.smithi026 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:48.129713+0000 mon.smithi026 (mon.0) 464 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:48.132552+0000 mon.smithi026 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:48.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:47.005935+0000 mgr.smithi026.gdpjol (mgr.14164) 190 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:48.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:48.123550+0000 mon.smithi026 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:48.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:48.125342+0000 mon.smithi026 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:48.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:48.127789+0000 mon.smithi026 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:48.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:48.129713+0000 mon.smithi026 (mon.0) 464 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:48.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:48.132552+0000 mon.smithi026 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:48.862 DEBUG:teuthology.orchestra.run.smithi158:osd.5> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.5.service 2024-02-15T18:10:48.864 INFO:tasks.cephadm:Deploying osd.6 on smithi158 with /dev/vg_nvme/lv_2... 2024-02-15T18:10:48.864 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-15T18:10:48.898 INFO:journalctl@ceph.osd.5.smithi158.stdout:-- Logs begin at Thu 2024-02-15 17:55:14 UTC. -- 2024-02-15T18:10:50.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:49.006196+0000 mgr.smithi026.gdpjol (mgr.14164) 191 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:50.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:49.006196+0000 mgr.smithi026.gdpjol (mgr.14164) 191 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:51.451 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-15T18:10:51.451 INFO:teuthology.orchestra.run.smithi158.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-15T18:10:51.451 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10+0 records in 2024-02-15T18:10:51.451 INFO:teuthology.orchestra.run.smithi158.stderr:10+0 records out 2024-02-15T18:10:51.451 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00903674 s, 1.2 GB/s 2024-02-15T18:10:51.451 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping successful for: 2024-02-15T18:10:51.570 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:10:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5[44831]: debug 2024-02-15T18:10:51.277+0000 7f86dc5fe080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-15T18:10:52.198 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi158:vg_nvme/lv_2 2024-02-15T18:10:52.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:51.006468+0000 mgr.smithi026.gdpjol (mgr.14164) 192 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:52.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:51.281817+0000 mon.smithi158 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.158:6808/3815546592,v1:172.21.15.158:6809/3815546592]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:10:52.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:51.282300+0000 mon.smithi026 (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:10:52.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:51.006468+0000 mgr.smithi026.gdpjol (mgr.14164) 192 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:52.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:51.281817+0000 mon.smithi158 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.158:6808/3815546592,v1:172.21.15.158:6809/3815546592]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:10:52.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:51.282300+0000 mon.smithi026 (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:10:53.513 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5[44831]: debug 2024-02-15T18:10:53.186+0000 7f86d2b61700 -1 osd.5 0 waiting for initial osdmap 2024-02-15T18:10:53.514 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5[44831]: debug 2024-02-15T18:10:53.193+0000 7f86cb2d5700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T18:10:53.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:52.181614+0000 mon.smithi026 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T18:10:53.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:52.181669+0000 mon.smithi026 (mon.0) 468 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-15T18:10:53.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:52.181807+0000 mon.smithi026 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:53.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:52.182779+0000 mon.smithi158 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.158:6808/3815546592,v1:172.21.15.158:6809/3815546592]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:10:53.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:52.182976+0000 mon.smithi026 (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:10:53.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:52.400274+0000 mon.smithi026 (mon.0) 471 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:53.514 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:52.991658+0000 mon.smithi026 (mon.0) 472 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:53.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:52.181614+0000 mon.smithi026 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T18:10:53.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:52.181669+0000 mon.smithi026 (mon.0) 468 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-15T18:10:53.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:52.181807+0000 mon.smithi026 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:53.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:52.182779+0000 mon.smithi158 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.158:6808/3815546592,v1:172.21.15.158:6809/3815546592]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:10:53.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:52.182976+0000 mon.smithi026 (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:10:53.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:52.400274+0000 mon.smithi026 (mon.0) 471 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:53.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:52.991658+0000 mon.smithi026 (mon.0) 472 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:54.385 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:53.006910+0000 mgr.smithi026.gdpjol (mgr.14164) 193 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:54.385 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:53.184135+0000 mon.smithi026 (mon.0) 473 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2024-02-15T18:10:54.385 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:53.184283+0000 mon.smithi026 (mon.0) 474 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-15T18:10:54.386 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:53.184696+0000 mon.smithi026 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:54.386 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:53.189861+0000 mon.smithi026 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:53.006910+0000 mgr.smithi026.gdpjol (mgr.14164) 193 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-15T18:10:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:53.184135+0000 mon.smithi026 (mon.0) 473 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2024-02-15T18:10:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:53.184283+0000 mon.smithi026 (mon.0) 474 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-15T18:10:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:53.184696+0000 mon.smithi026 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:53.189861+0000 mon.smithi026 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:55.320 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:52.290902+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:10:55.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:52.291002+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:10:55.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:54.186051+0000 mon.smithi026 (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.158:6808/3815546592,v1:172.21.15.158:6809/3815546592] boot 2024-02-15T18:10:55.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:54.186107+0000 mon.smithi026 (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-15T18:10:55.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:54.186321+0000 mon.smithi026 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:55.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:54.784836+0000 mon.smithi026 (mon.0) 480 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:10:55.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:54.786431+0000 mon.smithi026 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:10:55.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:54.787201+0000 mon.smithi026 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:55.321 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:55.152440+0000 mon.smithi026 (mon.0) 483 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:52.290902+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:52.291002+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:54.186051+0000 mon.smithi026 (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.158:6808/3815546592,v1:172.21.15.158:6809/3815546592] boot 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:54.186107+0000 mon.smithi026 (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:54.186321+0000 mon.smithi026 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:54.784836+0000 mon.smithi026 (mon.0) 480 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:54.786431+0000 mon.smithi026 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:54.787201+0000 mon.smithi026 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:55.152440+0000 mon.smithi026 (mon.0) 483 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-15T18:10:56.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:54.783944+0000 mgr.smithi026.gdpjol (mgr.14164) 194 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:10:56.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:55.007392+0000 mgr.smithi026.gdpjol (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:10:56.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:56.157405+0000 mon.smithi026 (mon.0) 484 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-15T18:10:56.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:54.783944+0000 mgr.smithi026.gdpjol (mgr.14164) 194 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:10:56.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:55.007392+0000 mgr.smithi026.gdpjol (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:10:56.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:56.157405+0000 mon.smithi026 (mon.0) 484 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:57.007870+0000 mgr.smithi026.gdpjol (mgr.14164) 196 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.006425+0000 mon.smithi026 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.007405+0000 mon.smithi026 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.008229+0000 mon.smithi026 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.012445+0000 mon.smithi026 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.016081+0000 mon.smithi026 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.020059+0000 mon.smithi026 (mon.0) 490 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.021110+0000 mon.smithi026 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:58.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.021783+0000 mon.smithi026 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:57.007870+0000 mgr.smithi026.gdpjol (mgr.14164) 196 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.006425+0000 mon.smithi026 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.007405+0000 mon.smithi026 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.008229+0000 mon.smithi026 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.012445+0000 mon.smithi026 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.016081+0000 mon.smithi026 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.020059+0000 mon.smithi026 (mon.0) 490 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.021110+0000 mon.smithi026 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:10:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.021783+0000 mon.smithi026 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:10:59.458 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:58.001189+0000 mgr.smithi026.gdpjol (mgr.14164) 197 : cephadm [INF] Detected new or changed devices on smithi158 2024-02-15T18:10:59.459 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:10:58.008787+0000 mgr.smithi026.gdpjol (mgr.14164) 198 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 7985M 2024-02-15T18:10:59.459 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.691111+0000 mon.smithi158 (mon.1) 10 : audit [INF] from='client.? 172.21.15.158:0/1060528446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "968d432c-e18a-49c7-af6f-a104a75bf7c1"}]: dispatch 2024-02-15T18:10:59.459 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.691525+0000 mon.smithi026 (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "968d432c-e18a-49c7-af6f-a104a75bf7c1"}]: dispatch 2024-02-15T18:10:59.459 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.695102+0000 mon.smithi026 (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "968d432c-e18a-49c7-af6f-a104a75bf7c1"}]': finished 2024-02-15T18:10:59.459 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:58.695184+0000 mon.smithi026 (mon.0) 495 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-15T18:10:59.459 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:58.695287+0000 mon.smithi026 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:10:59.459 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:10:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:10:59.103075+0000 mon.smithi158 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.158:0/1217012902' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:10:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:58.001189+0000 mgr.smithi026.gdpjol (mgr.14164) 197 : cephadm [INF] Detected new or changed devices on smithi158 2024-02-15T18:10:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:10:58.008787+0000 mgr.smithi026.gdpjol (mgr.14164) 198 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 7985M 2024-02-15T18:10:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.691111+0000 mon.smithi158 (mon.1) 10 : audit [INF] from='client.? 172.21.15.158:0/1060528446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "968d432c-e18a-49c7-af6f-a104a75bf7c1"}]: dispatch 2024-02-15T18:10:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.691525+0000 mon.smithi026 (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "968d432c-e18a-49c7-af6f-a104a75bf7c1"}]: dispatch 2024-02-15T18:10:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.695102+0000 mon.smithi026 (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "968d432c-e18a-49c7-af6f-a104a75bf7c1"}]': finished 2024-02-15T18:10:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:58.695184+0000 mon.smithi026 (mon.0) 495 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-15T18:10:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:58.695287+0000 mon.smithi026 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:10:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:10:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:10:59.103075+0000 mon.smithi158 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.158:0/1217012902' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:11:00.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:10:59.008125+0000 mgr.smithi026.gdpjol (mgr.14164) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:00.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:10:59.008125+0000 mgr.smithi026.gdpjol (mgr.14164) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:02.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:01.008621+0000 mgr.smithi026.gdpjol (mgr.14164) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:01.008621+0000 mgr.smithi026.gdpjol (mgr.14164) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:03.443 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:02.386708+0000 mon.smithi026 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:03.443 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:02.389411+0000 mon.smithi026 (mon.0) 498 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:03.443 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:03.009084+0000 mgr.smithi026.gdpjol (mgr.14164) 201 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:02.386708+0000 mon.smithi026 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:02.389411+0000 mon.smithi026 (mon.0) 498 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:03.009084+0000 mgr.smithi026.gdpjol (mgr.14164) 201 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:05.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:04.914539+0000 mon.smithi026 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T18:11:05.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:04.915435+0000 mon.smithi026 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:05.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:04.914539+0000 mon.smithi026 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T18:11:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:04.915435+0000 mon.smithi026 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:06.340 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:11:04.916141+0000 mgr.smithi026.gdpjol (mgr.14164) 202 : cephadm [INF] Deploying daemon osd.6 on smithi158 2024-02-15T18:11:06.340 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:05.009614+0000 mgr.smithi026.gdpjol (mgr.14164) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:11:04.916141+0000 mgr.smithi026.gdpjol (mgr.14164) 202 : cephadm [INF] Deploying daemon osd.6 on smithi158 2024-02-15T18:11:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:05.009614+0000 mgr.smithi026.gdpjol (mgr.14164) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:08.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:07.010138+0000 mgr.smithi026.gdpjol (mgr.14164) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:08.616 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:07.010138+0000 mgr.smithi026.gdpjol (mgr.14164) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:08.883 INFO:teuthology.orchestra.run.smithi158.stdout:Created osd(s) 6 on host 'smithi158' 2024-02-15T18:11:09.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:08.870622+0000 mon.smithi026 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:11:09.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:08.872454+0000 mon.smithi026 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:09.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:08.875033+0000 mon.smithi026 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:09.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:08.877088+0000 mon.smithi026 (mon.0) 504 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:11:09.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:08.879744+0000 mon.smithi026 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:09.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:08.870622+0000 mon.smithi026 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:11:09.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:08.872454+0000 mon.smithi026 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:09.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:08.875033+0000 mon.smithi026 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:09.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:08.877088+0000 mon.smithi026 (mon.0) 504 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:11:09.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:08.879744+0000 mon.smithi026 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:09.590 DEBUG:teuthology.orchestra.run.smithi158:osd.6> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.6.service 2024-02-15T18:11:09.592 INFO:tasks.cephadm:Deploying osd.7 on smithi158 with /dev/vg_nvme/lv_1... 2024-02-15T18:11:09.592 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-15T18:11:09.623 INFO:journalctl@ceph.osd.6.smithi158.stdout:-- Logs begin at Thu 2024-02-15 17:55:14 UTC. -- 2024-02-15T18:11:10.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:09.010439+0000 mgr.smithi026.gdpjol (mgr.14164) 205 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:10.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:09.010439+0000 mgr.smithi026.gdpjol (mgr.14164) 205 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:11.010805+0000 mgr.smithi026.gdpjol (mgr.14164) 206 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:12.003983+0000 mon.smithi158 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.158:6816/1843699104,v1:172.21.15.158:6817/1843699104]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:11:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:12.004386+0000 mon.smithi026 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:11:12.351 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-15T18:11:12.351 INFO:teuthology.orchestra.run.smithi158.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-15T18:11:12.351 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10+0 records in 2024-02-15T18:11:12.351 INFO:teuthology.orchestra.run.smithi158.stderr:10+0 records out 2024-02-15T18:11:12.351 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0101301 s, 1.0 GB/s 2024-02-15T18:11:12.351 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping successful for: 2024-02-15T18:11:12.387 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:11:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6[47707]: debug 2024-02-15T18:11:12.000+0000 7f82763f1080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-15T18:11:12.388 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:11.010805+0000 mgr.smithi026.gdpjol (mgr.14164) 206 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:12.388 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:12.003983+0000 mon.smithi158 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.158:6816/1843699104,v1:172.21.15.158:6817/1843699104]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:11:12.388 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:12.004386+0000 mon.smithi026 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:11:13.028 DEBUG:teuthology.orchestra.run.smithi158:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi158:vg_nvme/lv_1 2024-02-15T18:11:13.398 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:11:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6[47707]: debug 2024-02-15T18:11:13.177+0000 7f826c954700 -1 osd.6 0 waiting for initial osdmap 2024-02-15T18:11:13.399 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:11:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6[47707]: debug 2024-02-15T18:11:13.183+0000 7f82650c8700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T18:11:13.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:12.166952+0000 mon.smithi026 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T18:11:13.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:12.167041+0000 mon.smithi026 (mon.0) 508 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-15T18:11:13.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:12.167183+0000 mon.smithi026 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:11:13.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:12.167731+0000 mon.smithi158 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.158:6816/1843699104,v1:172.21.15.158:6817/1843699104]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:11:13.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:12.167959+0000 mon.smithi026 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:11:13.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:12.166952+0000 mon.smithi026 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T18:11:13.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:12.167041+0000 mon.smithi026 (mon.0) 508 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-15T18:11:13.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:12.167183+0000 mon.smithi026 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:11:13.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:12.167731+0000 mon.smithi158 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.158:6816/1843699104,v1:172.21.15.158:6817/1843699104]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:11:13.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:12.167959+0000 mon.smithi026 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:11:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:13.011233+0000 mgr.smithi026.gdpjol (mgr.14164) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:13.175271+0000 mon.smithi026 (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2024-02-15T18:11:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:13.175411+0000 mon.smithi026 (mon.0) 512 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-15T18:11:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:13.175823+0000 mon.smithi026 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:11:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:13.178392+0000 mon.smithi026 (mon.0) 514 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:11:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:13.350524+0000 mon.smithi026 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:13.854398+0000 mon.smithi026 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:13.011233+0000 mgr.smithi026.gdpjol (mgr.14164) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-15T18:11:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:13.175271+0000 mon.smithi026 (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2024-02-15T18:11:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:13.175411+0000 mon.smithi026 (mon.0) 512 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-15T18:11:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:13.175823+0000 mon.smithi026 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:11:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:13.178392+0000 mon.smithi026 (mon.0) 514 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:11:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:13.350524+0000 mon.smithi026 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:13.854398+0000 mon.smithi026 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:15.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:13.008041+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:11:15.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:13.008142+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:11:15.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:14.175620+0000 mon.smithi026 (mon.0) 517 : cluster [INF] osd.6 [v2:172.21.15.158:6816/1843699104,v1:172.21.15.158:6817/1843699104] boot 2024-02-15T18:11:15.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:14.175685+0000 mon.smithi026 (mon.0) 518 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-15T18:11:15.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:14.176307+0000 mon.smithi026 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:11:15.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:15.155761+0000 mon.smithi026 (mon.0) 520 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-15T18:11:15.616 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:13.008041+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:11:15.616 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:13.008142+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:11:15.616 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:14.175620+0000 mon.smithi026 (mon.0) 517 : cluster [INF] osd.6 [v2:172.21.15.158:6816/1843699104,v1:172.21.15.158:6817/1843699104] boot 2024-02-15T18:11:15.616 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:14.175685+0000 mon.smithi026 (mon.0) 518 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-15T18:11:15.616 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:14.176307+0000 mon.smithi026 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:11:15.616 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:15.155761+0000 mon.smithi026 (mon.0) 520 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-15T18:11:16.313 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:15.011700+0000 mgr.smithi026.gdpjol (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:16.313 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:15.319198+0000 mon.smithi026 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:11:16.313 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:15.320952+0000 mon.smithi026 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:11:16.313 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:15.321834+0000 mon.smithi026 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:16.313 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:16.160636+0000 mon.smithi026 (mon.0) 524 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-15T18:11:16.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:15.011700+0000 mgr.smithi026.gdpjol (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:16.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:15.319198+0000 mon.smithi026 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-15T18:11:16.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:15.320952+0000 mon.smithi026 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-15T18:11:16.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:15.321834+0000 mon.smithi026 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:16.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:16.160636+0000 mon.smithi026 (mon.0) 524 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-15T18:11:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:15.318176+0000 mgr.smithi026.gdpjol (mgr.14164) 209 : audit [DBG] from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:11:17.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:15.318176+0000 mgr.smithi026.gdpjol (mgr.14164) 209 : audit [DBG] from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:11:18.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:17.012006+0000 mgr.smithi026.gdpjol (mgr.14164) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:17.012006+0000 mgr.smithi026.gdpjol (mgr.14164) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:19.012483+0000 mgr.smithi026.gdpjol (mgr.14164) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:11:19.178535+0000 mgr.smithi026.gdpjol (mgr.14164) 212 : cephadm [INF] Detected new or changed devices on smithi158 2024-02-15T18:11:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.183822+0000 mon.smithi026 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.184820+0000 mon.smithi026 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.185739+0000 mon.smithi026 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.186634+0000 mon.smithi026 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:11:19.187303+0000 mgr.smithi026.gdpjol (mgr.14164) 213 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 5323M 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.191030+0000 mon.smithi026 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.195304+0000 mon.smithi026 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.199271+0000 mon.smithi026 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.200346+0000 mon.smithi026 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.201039+0000 mon.smithi026 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.204946+0000 mon.smithi026 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.880985+0000 mon.smithi158 (mon.1) 14 : audit [INF] from='client.? 172.21.15.158:0/705770842' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad305760-7444-4eea-aae1-674652f22207"}]: dispatch 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.881427+0000 mon.smithi026 (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad305760-7444-4eea-aae1-674652f22207"}]: dispatch 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.885802+0000 mon.smithi026 (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad305760-7444-4eea-aae1-674652f22207"}]': finished 2024-02-15T18:11:20.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:19.885916+0000 mon.smithi026 (mon.0) 537 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-15T18:11:20.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:19.886046+0000 mon.smithi026 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:19.012483+0000 mgr.smithi026.gdpjol (mgr.14164) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:11:19.178535+0000 mgr.smithi026.gdpjol (mgr.14164) 212 : cephadm [INF] Detected new or changed devices on smithi158 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.183822+0000 mon.smithi026 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.184820+0000 mon.smithi026 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.185739+0000 mon.smithi026 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.186634+0000 mon.smithi026 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:11:19.187303+0000 mgr.smithi026.gdpjol (mgr.14164) 213 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 5323M 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.191030+0000 mon.smithi026 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.195304+0000 mon.smithi026 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.199271+0000 mon.smithi026 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.200346+0000 mon.smithi026 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.201039+0000 mon.smithi026 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.204946+0000 mon.smithi026 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.880985+0000 mon.smithi158 (mon.1) 14 : audit [INF] from='client.? 172.21.15.158:0/705770842' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad305760-7444-4eea-aae1-674652f22207"}]: dispatch 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.881427+0000 mon.smithi026 (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad305760-7444-4eea-aae1-674652f22207"}]: dispatch 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.885802+0000 mon.smithi026 (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad305760-7444-4eea-aae1-674652f22207"}]': finished 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:19.885916+0000 mon.smithi026 (mon.0) 537 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-15T18:11:20.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:19.886046+0000 mon.smithi026 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:21.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:20.293043+0000 mon.smithi158 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.158:0/1620308322' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:11:21.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:20.293043+0000 mon.smithi158 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.158:0/1620308322' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-15T18:11:22.540 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:21.012807+0000 mgr.smithi026.gdpjol (mgr.14164) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:22.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:21.012807+0000 mgr.smithi026.gdpjol (mgr.14164) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:23.013259+0000 mgr.smithi026.gdpjol (mgr.14164) 215 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:24.600 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:23.013259+0000 mgr.smithi026.gdpjol (mgr.14164) 215 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:26.455 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:25.013692+0000 mgr.smithi026.gdpjol (mgr.14164) 216 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:26.455 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:25.929685+0000 mon.smithi026 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T18:11:26.455 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:25.930613+0000 mon.smithi026 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:26.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:25.013692+0000 mgr.smithi026.gdpjol (mgr.14164) 216 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:25.929685+0000 mon.smithi026 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T18:11:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:25.930613+0000 mon.smithi026 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:27.389 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:11:25.931318+0000 mgr.smithi026.gdpjol (mgr.14164) 217 : cephadm [INF] Deploying daemon osd.7 on smithi158 2024-02-15T18:11:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:11:25.931318+0000 mgr.smithi026.gdpjol (mgr.14164) 217 : cephadm [INF] Deploying daemon osd.7 on smithi158 2024-02-15T18:11:28.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:27.013993+0000 mgr.smithi026.gdpjol (mgr.14164) 218 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:28.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:27.966634+0000 mon.smithi026 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:11:28.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:27.966938+0000 mon.smithi026 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:11:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:27.013993+0000 mgr.smithi026.gdpjol (mgr.14164) 218 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:27.966634+0000 mon.smithi026 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:11:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:27.966938+0000 mon.smithi026 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:11:29.764 INFO:teuthology.orchestra.run.smithi158.stdout:Created osd(s) 7 on host 'smithi158' 2024-02-15T18:11:30.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:29.014401+0000 mgr.smithi026.gdpjol (mgr.14164) 219 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:29.754269+0000 mon.smithi026 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:11:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:29.756096+0000 mon.smithi026 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:29.758349+0000 mon.smithi026 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:29.760473+0000 mon.smithi026 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:11:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:29.762680+0000 mon.smithi026 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:30.490 DEBUG:teuthology.orchestra.run.smithi158:osd.7> sudo journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.7.service 2024-02-15T18:11:30.492 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-15T18:11:30.492 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-15T18:11:30.522 INFO:journalctl@ceph.osd.7.smithi158.stdout:-- Logs begin at Thu 2024-02-15 17:55:14 UTC. -- 2024-02-15T18:11:30.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:29.014401+0000 mgr.smithi026.gdpjol (mgr.14164) 219 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:30.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:29.754269+0000 mon.smithi026 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:11:30.528 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:29.756096+0000 mon.smithi026 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:30.528 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:29.758349+0000 mon.smithi026 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:30.528 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:29.760473+0000 mon.smithi026 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:11:30.528 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:29.762680+0000 mon.smithi026 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:31.014850+0000 mgr.smithi026.gdpjol (mgr.14164) 220 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:32.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:31.014850+0000 mgr.smithi026.gdpjol (mgr.14164) 220 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:32.757 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:11:33.046 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:11:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.7[50599]: debug 2024-02-15T18:11:32.853+0000 7f1b4059d080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-15T18:11:33.506 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:32.333169+0000 mon.smithi026 (mon.0) 548 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:33.507 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:32.757914+0000 mon.smithi026 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.26:0/3005514046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T18:11:33.507 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:32.857045+0000 mon.smithi158 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.158:6824/2465880215,v1:172.21.15.158:6825/2465880215]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:11:33.507 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:32.857236+0000 mon.smithi026 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:11:33.507 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:33.015157+0000 mgr.smithi026.gdpjol (mgr.14164) 221 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:33.529 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1708020674,"num_in_osds":8,"osd_in_since":1708020679,"num_remapped_pgs":0} 2024-02-15T18:11:33.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:32.333169+0000 mon.smithi026 (mon.0) 548 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:32.757914+0000 mon.smithi026 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.26:0/3005514046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T18:11:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:32.857045+0000 mon.smithi158 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.158:6824/2465880215,v1:172.21.15.158:6825/2465880215]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:11:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:32.857236+0000 mon.smithi026 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:11:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:33.015157+0000 mgr.smithi026.gdpjol (mgr.14164) 221 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:34.530 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-15T18:11:34.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:33.338753+0000 mon.smithi026 (mon.0) 551 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T18:11:34.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:33.338830+0000 mon.smithi026 (mon.0) 552 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-15T18:11:34.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:33.338965+0000 mon.smithi026 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:34.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:33.339445+0000 mon.smithi158 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.158:6824/2465880215,v1:172.21.15.158:6825/2465880215]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:11:34.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:33.339598+0000 mon.smithi026 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:11:34.649 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:11:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.7[50599]: debug 2024-02-15T18:11:34.343+0000 7f1b38303700 -1 osd.7 0 waiting for initial osdmap 2024-02-15T18:11:34.650 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:11:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.7[50599]: debug 2024-02-15T18:11:34.349+0000 7f1b31a79700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-15T18:11:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:33.338753+0000 mon.smithi026 (mon.0) 551 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T18:11:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:33.338830+0000 mon.smithi026 (mon.0) 552 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-15T18:11:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:33.338965+0000 mon.smithi026 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:33.339445+0000 mon.smithi158 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.158:6824/2465880215,v1:172.21.15.158:6825/2465880215]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:11:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:33.339598+0000 mon.smithi026 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:11:35.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:34.339728+0000 mon.smithi026 (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2024-02-15T18:11:35.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:34.339874+0000 mon.smithi026 (mon.0) 556 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-15T18:11:35.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:34.340266+0000 mon.smithi026 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:35.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:34.343899+0000 mon.smithi026 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:35.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:35.015485+0000 mgr.smithi026.gdpjol (mgr.14164) 222 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:35.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:35.160023+0000 mon.smithi026 (mon.0) 559 : cluster [INF] osd.7 [v2:172.21.15.158:6824/2465880215,v1:172.21.15.158:6825/2465880215] boot 2024-02-15T18:11:35.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:35.160139+0000 mon.smithi026 (mon.0) 560 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-15T18:11:35.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.160482+0000 mon.smithi026 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:35.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:34.339728+0000 mon.smithi026 (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2024-02-15T18:11:35.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:34.339874+0000 mon.smithi026 (mon.0) 556 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-15T18:11:35.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:34.340266+0000 mon.smithi026 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:35.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:34.343899+0000 mon.smithi026 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:35.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:35.015485+0000 mgr.smithi026.gdpjol (mgr.14164) 222 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-15T18:11:35.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:35.160023+0000 mon.smithi026 (mon.0) 559 : cluster [INF] osd.7 [v2:172.21.15.158:6824/2465880215,v1:172.21.15.158:6825/2465880215] boot 2024-02-15T18:11:35.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:35.160139+0000 mon.smithi026 (mon.0) 560 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-15T18:11:35.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.160482+0000 mon.smithi026 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:33.886110+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:33.886196+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:11:35.883129+0000 mgr.smithi026.gdpjol (mgr.14164) 223 : cephadm [INF] Detected new or changed devices on smithi158 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.888272+0000 mon.smithi026 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.889197+0000 mon.smithi026 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.889996+0000 mon.smithi026 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.890775+0000 mon.smithi026 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.891658+0000 mon.smithi026 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:11:35.892192+0000 mgr.smithi026.gdpjol (mgr.14164) 224 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 3992M 2024-02-15T18:11:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.895691+0000 mon.smithi026 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:36.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.899047+0000 mon.smithi026 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:36.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.902511+0000 mon.smithi026 (mon.0) 569 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:11:36.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.903467+0000 mon.smithi026 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:36.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.904153+0000 mon.smithi026 (mon.0) 571 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:11:36.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:35.907924+0000 mon.smithi026 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:36.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:36.161294+0000 mon.smithi026 (mon.0) 573 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-15T18:11:36.626 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:11:36.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:33.886110+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:33.886196+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:11:35.883129+0000 mgr.smithi026.gdpjol (mgr.14164) 223 : cephadm [INF] Detected new or changed devices on smithi158 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.888272+0000 mon.smithi026 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.889197+0000 mon.smithi026 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.889996+0000 mon.smithi026 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.890775+0000 mon.smithi026 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.891658+0000 mon.smithi026 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:11:35.892192+0000 mgr.smithi026.gdpjol (mgr.14164) 224 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 3992M 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.895691+0000 mon.smithi026 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.899047+0000 mon.smithi026 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.902511+0000 mon.smithi026 (mon.0) 569 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:11:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.903467+0000 mon.smithi026 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:11:36.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.904153+0000 mon.smithi026 (mon.0) 571 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:11:36.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:35.907924+0000 mon.smithi026 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:11:36.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:36.161294+0000 mon.smithi026 (mon.0) 573 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-15T18:11:37.362 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1708020695,"num_in_osds":8,"osd_in_since":1708020679,"num_remapped_pgs":0} 2024-02-15T18:11:37.362 INFO:tasks.cephadm:Setting up client nodes... 2024-02-15T18:11:37.363 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-15T18:11:37.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:36.627266+0000 mon.smithi026 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.26:0/3301233851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T18:11:37.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:37.015882+0000 mgr.smithi026.gdpjol (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:37.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:37.162810+0000 mon.smithi026 (mon.0) 575 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-15T18:11:37.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:36.627266+0000 mon.smithi026 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.26:0/3301233851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-15T18:11:37.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:37.015882+0000 mgr.smithi026.gdpjol (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:37.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:37.162810+0000 mon.smithi026 (mon.0) 575 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-15T18:11:38.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:37.347057+0000 mon.smithi026 (mon.0) 576 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-15T18:11:38.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:37.347057+0000 mon.smithi026 (mon.0) 576 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-15T18:11:39.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:39.016425+0000 mgr.smithi026.gdpjol (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:39.640 INFO:teuthology.orchestra.run.smithi026.stdout:[client.0] 2024-02-15T18:11:39.640 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDbU85l+JQAJhAAx9M5uO10CA5zi2WoI7BDTA== 2024-02-15T18:11:39.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:39.016425+0000 mgr.smithi026.gdpjol (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 remapped+peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:40.383 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-02-15T18:11:40.384 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-15T18:11:40.384 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-15T18:11:40.430 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-15T18:11:40.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:39.637414+0000 mon.smithi026 (mon.0) 577 : audit [INF] from='client.? 172.21.15.26:0/3502023310' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-15T18:11:40.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:39.640598+0000 mon.smithi026 (mon.0) 578 : audit [INF] from='client.? 172.21.15.26:0/3502023310' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-15T18:11:40.703 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:11:40.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:39.637414+0000 mon.smithi026 (mon.0) 577 : audit [INF] from='client.? 172.21.15.26:0/3502023310' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-15T18:11:40.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:39.640598+0000 mon.smithi026 (mon.0) 578 : audit [INF] from='client.? 172.21.15.26:0/3502023310' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-15T18:11:41.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:41.016838+0000 mgr.smithi026.gdpjol (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:41.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:41.016838+0000 mgr.smithi026.gdpjol (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:42.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:41.359131+0000 mon.smithi026 (mon.0) 579 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-02-15T18:11:42.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:41.359185+0000 mon.smithi026 (mon.0) 580 : cluster [INF] Cluster is now healthy 2024-02-15T18:11:42.755 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:11:42.755 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":51,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","created":"2024-02-15T18:05:20.124382+0000","modified":"2024-02-15T18:11:37.158963+0000","last_up_change":"2024-02-15T18:11:35.155999+0000","last_in_change":"2024-02-15T18:11:19.882041+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-15T18:09:52.671495+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":"2e69a736-ccf2-4665-8d01-d3ec3bc9b643","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6803","nonce":645092810}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6805","nonce":645092810}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6809","nonce":645092810}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6807","nonce":645092810}]},"public_addr":"172.21.15.26:6803/645092810","cluster_addr":"172.21.15.26:6805/645092810","heartbeat_back_addr":"172.21.15.26:6809/645092810","heartbeat_front_addr":"172.21.15.26:6807/645092810","state":["exists","up"]},{"osd":1,"uuid":"756a8300-b1db-49e4-9dda-474edea38da3","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.26:6810","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6811","nonce":2131802644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6813","nonce":2131802644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6817","nonce":2131802644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6815","nonce":2131802644}]},"public_addr":"172.21.15.26:6811/2131802644","cluster_addr":"172.21.15.26:6813/2131802644","heartbeat_back_addr":"172.21.15.26:6817/2131802644","heartbeat_front_addr":"172.21.15.26:6815/2131802644","state":["exists","up"]},{"osd":2,"uuid":"cae3657c-1c89-4aa5-a672-cd1418213c75","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.26:6818","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6819","nonce":1791580162}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6821","nonce":1791580162}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6825","nonce":1791580162}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6823","nonce":1791580162}]},"public_addr":"172.21.15.26:6819/1791580162","cluster_addr":"172.21.15.26:6821/1791580162","heartbeat_back_addr":"172.21.15.26:6825/1791580162","heartbeat_front_addr":"172.21.15.26:6823/1791580162","state":["exists","up"]},{"osd":3,"uuid":"c8f7484c-ffa0-4e92-8490-bcf5ce3e6d04","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.26:6826","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6827","nonce":1641803360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6829","nonce":1641803360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6833","nonce":1641803360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6831","nonce":1641803360}]},"public_addr":"172.21.15.26:6827/1641803360","cluster_addr":"172.21.15.26:6829/1641803360","heartbeat_back_addr":"172.21.15.26:6833/1641803360","heartbeat_front_addr":"172.21.15.26:6831/1641803360","state":["exists","up"]},{"osd":4,"uuid":"41f78314-ccf8-4000-a94f-866e49e55e1d","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.158:6800","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6801","nonce":2021487055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6803","nonce":2021487055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6807","nonce":2021487055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6805","nonce":2021487055}]},"public_addr":"172.21.15.158:6801/2021487055","cluster_addr":"172.21.15.158:6803/2021487055","heartbeat_back_addr":"172.21.15.158:6807/2021487055","heartbeat_front_addr":"172.21.15.158:6805/2021487055","state":["exists","up"]},{"osd":5,"uuid":"2a0b9316-f03a-45de-8e5d-422f2d201e4c","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.158:6808","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6809","nonce":3815546592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6810","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6811","nonce":3815546592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6814","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6815","nonce":3815546592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6812","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6813","nonce":3815546592}]},"public_addr":"172.21.15.158:6809/3815546592","cluster_addr":"172.21.15.158:6811/3815546592","heartbeat_back_addr":"172.21.15.158:6815/3815546592","heartbeat_front_addr":"172.21.15.158:6813/3815546592","state":["exists","up"]},{"osd":6,"uuid":"968d432c-e18a-49c7-af6f-a104a75bf7c1","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.158:6816","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6817","nonce":1843699104}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6818","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6819","nonce":1843699104}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6822","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6823","nonce":1843699104}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6820","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6821","nonce":1843699104}]},"public_addr":"172.21.15.158:6817/1843699104","cluster_addr":"172.21.15.158:6819/1843699104","heartbeat_back_addr":"172.21.15.158:6823/1843699104","heartbeat_front_addr":"172.21.15.158:6821/1843699104","state":["exists","up"]},{"osd":7,"uuid":"ad305760-7444-4eea-aae1-674652f22207","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6824","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6825","nonce":2465880215}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6826","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6827","nonce":2465880215}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6830","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6831","nonce":2465880215}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6828","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6829","nonce":2465880215}]},"public_addr":"172.21.15.158:6825/2465880215","cluster_addr":"172.21.15.158:6827/2465880215","heartbeat_back_addr":"172.21.15.158:6831/2465880215","heartbeat_front_addr":"172.21.15.158:6829/2465880215","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-15T18:08:58.695720+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-15T18:09:28.409812+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-15T18:09:50.391662+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-15T18:10:14.324032+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-15T18:10:31.772114+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-15T18:10:52.291004+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-15T18:11:13.008145+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-15T18:11:33.886198+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/2245164521":"2024-02-16T18:06:24.561392+0000","172.21.15.26:6800/2245164521":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/1427532237":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/2982712462":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/1809325925":"2024-02-16T18:06:08.932421+0000","172.21.15.26:0/2166783352":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6801/1267248215":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6800/2372630848":"2024-02-16T18:05:46.670310+0000","172.21.15.26:6800/1267248215":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6801/2372630848":"2024-02-16T18:05:46.670310+0000","172.21.15.26:0/1867405410":"2024-02-16T18:05:46.670310+0000","172.21.15.26:0/113484516":"2024-02-16T18:05:46.670310+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-15T18:11:42.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:41.359131+0000 mon.smithi026 (mon.0) 579 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-02-15T18:11:42.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:41.359185+0000 mon.smithi026 (mon.0) 580 : cluster [INF] Cluster is now healthy 2024-02-15T18:11:43.397 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-15T18:09:52.671495+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-15T18:11:43.398 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-15T18:11:43.637 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:11:43.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:42.755073+0000 mon.smithi026 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.26:0/1223740660' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:11:43.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:43.017175+0000 mgr.smithi026.gdpjol (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:43.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:42.755073+0000 mon.smithi026 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.26:0/1223740660' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:11:43.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:43.017175+0000 mgr.smithi026.gdpjol (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:45.529 INFO:teuthology.orchestra.run.smithi026.stdout:pg_num: 1 2024-02-15T18:11:46.236 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:45.017703+0000 mgr.smithi026.gdpjol (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:46.236 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:45.530261+0000 mon.smithi026 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.26:0/1212244660' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-15T18:11:46.259 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-15T18:11:46.259 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-15T18:11:46.259 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph mgr dump --format=json 2024-02-15T18:11:46.500 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:11:46.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:45.017703+0000 mgr.smithi026.gdpjol (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:46.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:45.530261+0000 mon.smithi026 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.26:0/1212244660' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-15T18:11:48.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:47.018063+0000 mgr.smithi026.gdpjol (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:48.418 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:11:48.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:47.018063+0000 mgr.smithi026.gdpjol (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:49.082 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi026.gdpjol","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6800","nonce":3154456036},{"type":"v1","addr":"172.21.15.26:6801","nonce":3154456036}]},"active_addr":"172.21.15.26:6801/3154456036","active_change":"2024-02-15T18:06:24.561733+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14220,"name":"smithi158.xjmdwr","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.26:8443/","prometheus":"http://172.21.15.26: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.26:0","nonce":4047716061}]},{"addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":1707575649}]}]}} 2024-02-15T18:11:49.085 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-15T18:11:49.086 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-15T18:11:49.086 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-15T18:11:49.326 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:11:49.547 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:48.414951+0000 mon.smithi026 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.26:0/3302715538' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-15T18:11:49.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:48.414951+0000 mon.smithi026 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.26:0/3302715538' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-15T18:11:50.372 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:49.018423+0000 mgr.smithi026.gdpjol (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:50.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:49.018423+0000 mgr.smithi026.gdpjol (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:51.020 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:11:51.021 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":51,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","created":"2024-02-15T18:05:20.124382+0000","modified":"2024-02-15T18:11:37.158963+0000","last_up_change":"2024-02-15T18:11:35.155999+0000","last_in_change":"2024-02-15T18:11:19.882041+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-15T18:09:52.671495+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":"2e69a736-ccf2-4665-8d01-d3ec3bc9b643","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6803","nonce":645092810}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6805","nonce":645092810}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6809","nonce":645092810}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6807","nonce":645092810}]},"public_addr":"172.21.15.26:6803/645092810","cluster_addr":"172.21.15.26:6805/645092810","heartbeat_back_addr":"172.21.15.26:6809/645092810","heartbeat_front_addr":"172.21.15.26:6807/645092810","state":["exists","up"]},{"osd":1,"uuid":"756a8300-b1db-49e4-9dda-474edea38da3","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.26:6810","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6811","nonce":2131802644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6813","nonce":2131802644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6817","nonce":2131802644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6815","nonce":2131802644}]},"public_addr":"172.21.15.26:6811/2131802644","cluster_addr":"172.21.15.26:6813/2131802644","heartbeat_back_addr":"172.21.15.26:6817/2131802644","heartbeat_front_addr":"172.21.15.26:6815/2131802644","state":["exists","up"]},{"osd":2,"uuid":"cae3657c-1c89-4aa5-a672-cd1418213c75","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.26:6818","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6819","nonce":1791580162}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6821","nonce":1791580162}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6825","nonce":1791580162}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6823","nonce":1791580162}]},"public_addr":"172.21.15.26:6819/1791580162","cluster_addr":"172.21.15.26:6821/1791580162","heartbeat_back_addr":"172.21.15.26:6825/1791580162","heartbeat_front_addr":"172.21.15.26:6823/1791580162","state":["exists","up"]},{"osd":3,"uuid":"c8f7484c-ffa0-4e92-8490-bcf5ce3e6d04","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.26:6826","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6827","nonce":1641803360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6829","nonce":1641803360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6833","nonce":1641803360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6831","nonce":1641803360}]},"public_addr":"172.21.15.26:6827/1641803360","cluster_addr":"172.21.15.26:6829/1641803360","heartbeat_back_addr":"172.21.15.26:6833/1641803360","heartbeat_front_addr":"172.21.15.26:6831/1641803360","state":["exists","up"]},{"osd":4,"uuid":"41f78314-ccf8-4000-a94f-866e49e55e1d","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.158:6800","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6801","nonce":2021487055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6803","nonce":2021487055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6807","nonce":2021487055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6805","nonce":2021487055}]},"public_addr":"172.21.15.158:6801/2021487055","cluster_addr":"172.21.15.158:6803/2021487055","heartbeat_back_addr":"172.21.15.158:6807/2021487055","heartbeat_front_addr":"172.21.15.158:6805/2021487055","state":["exists","up"]},{"osd":5,"uuid":"2a0b9316-f03a-45de-8e5d-422f2d201e4c","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.158:6808","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6809","nonce":3815546592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6810","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6811","nonce":3815546592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6814","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6815","nonce":3815546592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6812","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6813","nonce":3815546592}]},"public_addr":"172.21.15.158:6809/3815546592","cluster_addr":"172.21.15.158:6811/3815546592","heartbeat_back_addr":"172.21.15.158:6815/3815546592","heartbeat_front_addr":"172.21.15.158:6813/3815546592","state":["exists","up"]},{"osd":6,"uuid":"968d432c-e18a-49c7-af6f-a104a75bf7c1","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.158:6816","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6817","nonce":1843699104}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6818","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6819","nonce":1843699104}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6822","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6823","nonce":1843699104}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6820","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6821","nonce":1843699104}]},"public_addr":"172.21.15.158:6817/1843699104","cluster_addr":"172.21.15.158:6819/1843699104","heartbeat_back_addr":"172.21.15.158:6823/1843699104","heartbeat_front_addr":"172.21.15.158:6821/1843699104","state":["exists","up"]},{"osd":7,"uuid":"ad305760-7444-4eea-aae1-674652f22207","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6824","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6825","nonce":2465880215}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6826","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6827","nonce":2465880215}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6830","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6831","nonce":2465880215}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6828","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6829","nonce":2465880215}]},"public_addr":"172.21.15.158:6825/2465880215","cluster_addr":"172.21.15.158:6827/2465880215","heartbeat_back_addr":"172.21.15.158:6831/2465880215","heartbeat_front_addr":"172.21.15.158:6829/2465880215","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-15T18:08:58.695720+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-15T18:09:28.409812+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-15T18:09:50.391662+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-15T18:10:14.324032+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-15T18:10:31.772114+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-15T18:10:52.291004+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-15T18:11:13.008145+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-15T18:11:33.886198+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/2245164521":"2024-02-16T18:06:24.561392+0000","172.21.15.26:6800/2245164521":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/1427532237":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/2982712462":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/1809325925":"2024-02-16T18:06:08.932421+0000","172.21.15.26:0/2166783352":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6801/1267248215":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6800/2372630848":"2024-02-16T18:05:46.670310+0000","172.21.15.26:6800/1267248215":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6801/2372630848":"2024-02-16T18:05:46.670310+0000","172.21.15.26:0/1867405410":"2024-02-16T18:05:46.670310+0000","172.21.15.26:0/113484516":"2024-02-16T18:05:46.670310+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-15T18:11:51.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:51.020635+0000 mon.smithi026 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.26:0/102108149' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:11:51.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:51.020635+0000 mon.smithi026 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.26:0/102108149' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:11:51.674 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-15T18:11:51.675 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-15T18:11:51.912 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:11:52.463 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:51.018780+0000 mgr.smithi026.gdpjol (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:52.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:51.018780+0000 mgr.smithi026.gdpjol (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:53.991 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:11:53.991 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":51,"fsid":"b4759b10-cc2c-11ee-95ba-87774f69a715","created":"2024-02-15T18:05:20.124382+0000","modified":"2024-02-15T18:11:37.158963+0000","last_up_change":"2024-02-15T18:11:35.155999+0000","last_in_change":"2024-02-15T18:11:19.882041+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-15T18:09:52.671495+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":"2e69a736-ccf2-4665-8d01-d3ec3bc9b643","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6803","nonce":645092810}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6805","nonce":645092810}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6809","nonce":645092810}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":645092810},{"type":"v1","addr":"172.21.15.26:6807","nonce":645092810}]},"public_addr":"172.21.15.26:6803/645092810","cluster_addr":"172.21.15.26:6805/645092810","heartbeat_back_addr":"172.21.15.26:6809/645092810","heartbeat_front_addr":"172.21.15.26:6807/645092810","state":["exists","up"]},{"osd":1,"uuid":"756a8300-b1db-49e4-9dda-474edea38da3","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.26:6810","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6811","nonce":2131802644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6813","nonce":2131802644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6817","nonce":2131802644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":2131802644},{"type":"v1","addr":"172.21.15.26:6815","nonce":2131802644}]},"public_addr":"172.21.15.26:6811/2131802644","cluster_addr":"172.21.15.26:6813/2131802644","heartbeat_back_addr":"172.21.15.26:6817/2131802644","heartbeat_front_addr":"172.21.15.26:6815/2131802644","state":["exists","up"]},{"osd":2,"uuid":"cae3657c-1c89-4aa5-a672-cd1418213c75","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.26:6818","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6819","nonce":1791580162}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6821","nonce":1791580162}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6825","nonce":1791580162}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":1791580162},{"type":"v1","addr":"172.21.15.26:6823","nonce":1791580162}]},"public_addr":"172.21.15.26:6819/1791580162","cluster_addr":"172.21.15.26:6821/1791580162","heartbeat_back_addr":"172.21.15.26:6825/1791580162","heartbeat_front_addr":"172.21.15.26:6823/1791580162","state":["exists","up"]},{"osd":3,"uuid":"c8f7484c-ffa0-4e92-8490-bcf5ce3e6d04","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.26:6826","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6827","nonce":1641803360}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6829","nonce":1641803360}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6833","nonce":1641803360}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":1641803360},{"type":"v1","addr":"172.21.15.26:6831","nonce":1641803360}]},"public_addr":"172.21.15.26:6827/1641803360","cluster_addr":"172.21.15.26:6829/1641803360","heartbeat_back_addr":"172.21.15.26:6833/1641803360","heartbeat_front_addr":"172.21.15.26:6831/1641803360","state":["exists","up"]},{"osd":4,"uuid":"41f78314-ccf8-4000-a94f-866e49e55e1d","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.158:6800","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6801","nonce":2021487055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6803","nonce":2021487055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6807","nonce":2021487055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":2021487055},{"type":"v1","addr":"172.21.15.158:6805","nonce":2021487055}]},"public_addr":"172.21.15.158:6801/2021487055","cluster_addr":"172.21.15.158:6803/2021487055","heartbeat_back_addr":"172.21.15.158:6807/2021487055","heartbeat_front_addr":"172.21.15.158:6805/2021487055","state":["exists","up"]},{"osd":5,"uuid":"2a0b9316-f03a-45de-8e5d-422f2d201e4c","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.158:6808","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6809","nonce":3815546592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6810","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6811","nonce":3815546592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6814","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6815","nonce":3815546592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6812","nonce":3815546592},{"type":"v1","addr":"172.21.15.158:6813","nonce":3815546592}]},"public_addr":"172.21.15.158:6809/3815546592","cluster_addr":"172.21.15.158:6811/3815546592","heartbeat_back_addr":"172.21.15.158:6815/3815546592","heartbeat_front_addr":"172.21.15.158:6813/3815546592","state":["exists","up"]},{"osd":6,"uuid":"968d432c-e18a-49c7-af6f-a104a75bf7c1","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.158:6816","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6817","nonce":1843699104}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6818","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6819","nonce":1843699104}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6822","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6823","nonce":1843699104}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6820","nonce":1843699104},{"type":"v1","addr":"172.21.15.158:6821","nonce":1843699104}]},"public_addr":"172.21.15.158:6817/1843699104","cluster_addr":"172.21.15.158:6819/1843699104","heartbeat_back_addr":"172.21.15.158:6823/1843699104","heartbeat_front_addr":"172.21.15.158:6821/1843699104","state":["exists","up"]},{"osd":7,"uuid":"ad305760-7444-4eea-aae1-674652f22207","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6824","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6825","nonce":2465880215}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6826","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6827","nonce":2465880215}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6830","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6831","nonce":2465880215}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6828","nonce":2465880215},{"type":"v1","addr":"172.21.15.158:6829","nonce":2465880215}]},"public_addr":"172.21.15.158:6825/2465880215","cluster_addr":"172.21.15.158:6827/2465880215","heartbeat_back_addr":"172.21.15.158:6831/2465880215","heartbeat_front_addr":"172.21.15.158:6829/2465880215","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-15T18:08:58.695720+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-15T18:09:28.409812+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-15T18:09:50.391662+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-15T18:10:14.324032+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-15T18:10:31.772114+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-15T18:10:52.291004+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-15T18:11:13.008145+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-15T18:11:33.886198+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/2245164521":"2024-02-16T18:06:24.561392+0000","172.21.15.26:6800/2245164521":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/1427532237":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/2982712462":"2024-02-16T18:06:24.561392+0000","172.21.15.26:0/1809325925":"2024-02-16T18:06:08.932421+0000","172.21.15.26:0/2166783352":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6801/1267248215":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6800/2372630848":"2024-02-16T18:05:46.670310+0000","172.21.15.26:6800/1267248215":"2024-02-16T18:06:08.932421+0000","172.21.15.26:6801/2372630848":"2024-02-16T18:05:46.670310+0000","172.21.15.26:0/1867405410":"2024-02-16T18:05:46.670310+0000","172.21.15.26:0/113484516":"2024-02-16T18:05:46.670310+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-15T18:11:54.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:53.019205+0000 mgr.smithi026.gdpjol (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:54.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:11:53.991047+0000 mon.smithi026 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.26:0/2731872107' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:11:54.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:53.019205+0000 mgr.smithi026.gdpjol (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:54.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:11:53.991047+0000 mon.smithi026 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.26:0/2731872107' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-15T18:11:54.717 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-15T18:11:54.956 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:11:56.409 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:55.019623+0000 mgr.smithi026.gdpjol (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:56.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:55.019623+0000 mgr.smithi026.gdpjol (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:57.447 INFO:teuthology.orchestra.run.smithi026.stdout:38654705703 2024-02-15T18:11:57.448 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-15T18:11:57.687 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:11:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:11:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:57.019921+0000 mgr.smithi026.gdpjol (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:58.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:11:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:57.019921+0000 mgr.smithi026.gdpjol (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:11:59.992 INFO:teuthology.orchestra.run.smithi026.stdout:60129542177 2024-02-15T18:11:59.993 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-15T18:12:00.236 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:00.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:11:59.020410+0000 mgr.smithi026.gdpjol (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:00.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:11:59.020410+0000 mgr.smithi026.gdpjol (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:02.532 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:01.020912+0000 mgr.smithi026.gdpjol (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:02.554 INFO:teuthology.orchestra.run.smithi026.stdout:81604378652 2024-02-15T18:12:02.555 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-15T18:12:02.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:01.020912+0000 mgr.smithi026.gdpjol (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:02.795 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:04.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:03.021194+0000 mgr.smithi026.gdpjol (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:04.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:03.021194+0000 mgr.smithi026.gdpjol (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:05.177 INFO:teuthology.orchestra.run.smithi026.stdout:111669149721 2024-02-15T18:12:05.177 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-15T18:12:05.416 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:05.021635+0000 mgr.smithi026.gdpjol (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:06.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:05.021635+0000 mgr.smithi026.gdpjol (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:07.825 INFO:teuthology.orchestra.run.smithi026.stdout:133143986197 2024-02-15T18:12:07.826 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-15T18:12:08.065 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:08.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:07.021992+0000 mgr.smithi026.gdpjol (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:08.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:07.021992+0000 mgr.smithi026.gdpjol (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:10.515 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:09.022363+0000 mgr.smithi026.gdpjol (mgr.14164) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:10.535 INFO:teuthology.orchestra.run.smithi026.stdout:158913789970 2024-02-15T18:12:10.536 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-15T18:12:10.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:09.022363+0000 mgr.smithi026.gdpjol (mgr.14164) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:10.773 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:12.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:11.022743+0000 mgr.smithi026.gdpjol (mgr.14164) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:12.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:11.022743+0000 mgr.smithi026.gdpjol (mgr.14164) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:13.150 INFO:teuthology.orchestra.run.smithi026.stdout:184683593742 2024-02-15T18:12:13.150 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-15T18:12:13.389 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:14.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:13.023045+0000 mgr.smithi026.gdpjol (mgr.14164) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:14.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:13.023045+0000 mgr.smithi026.gdpjol (mgr.14164) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:15.706 INFO:teuthology.orchestra.run.smithi026.stdout:210453397514 2024-02-15T18:12:15.706 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-15T18:12:15.947 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:16.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:15.023500+0000 mgr.smithi026.gdpjol (mgr.14164) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:16.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:15.023500+0000 mgr.smithi026.gdpjol (mgr.14164) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:17.945 INFO:teuthology.orchestra.run.smithi026.stdout:38654705707 2024-02-15T18:12:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:17.023925+0000 mgr.smithi026.gdpjol (mgr.14164) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:17.945130+0000 mon.smithi026 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.26:0/809439719' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-15T18:12:18.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:17.023925+0000 mgr.smithi026.gdpjol (mgr.14164) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:17.945130+0000 mon.smithi026 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.26:0/809439719' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-15T18:12:18.668 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705703 got 38654705707 for osd.0 2024-02-15T18:12:18.668 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-15T18:12:18.907 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:20.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:19.024286+0000 mgr.smithi026.gdpjol (mgr.14164) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:20.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:19.024286+0000 mgr.smithi026.gdpjol (mgr.14164) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:20.717 INFO:teuthology.orchestra.run.smithi026.stdout:60129542181 2024-02-15T18:12:21.327 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:20.717516+0000 mon.smithi026 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.26:0/498065885' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-15T18:12:21.347 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542181 for osd.1 2024-02-15T18:12:21.347 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-15T18:12:21.583 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:21.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:20.717516+0000 mon.smithi026 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.26:0/498065885' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-15T18:12:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:21.024646+0000 mgr.smithi026.gdpjol (mgr.14164) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:22.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:21.024646+0000 mgr.smithi026.gdpjol (mgr.14164) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:23.412 INFO:teuthology.orchestra.run.smithi026.stdout:81604378656 2024-02-15T18:12:24.076 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378652 got 81604378656 for osd.2 2024-02-15T18:12:24.076 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-15T18:12:24.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:23.024962+0000 mgr.smithi026.gdpjol (mgr.14164) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:24.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:23.412382+0000 mon.smithi026 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.26:0/2102836093' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-15T18:12:24.312 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:24.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:23.024962+0000 mgr.smithi026.gdpjol (mgr.14164) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:24.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:23.412382+0000 mon.smithi026 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.26:0/2102836093' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-15T18:12:26.317 INFO:teuthology.orchestra.run.smithi026.stdout:111669149725 2024-02-15T18:12:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:25.025390+0000 mgr.smithi026.gdpjol (mgr.14164) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:26.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:25.025390+0000 mgr.smithi026.gdpjol (mgr.14164) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:27.000 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149725 for osd.3 2024-02-15T18:12:27.000 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-15T18:12:27.233 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:26.317869+0000 mon.smithi026 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.26:0/1197618356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-15T18:12:27.236 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:27.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:26.317869+0000 mon.smithi026 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.26:0/1197618356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-15T18:12:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:27.025746+0000 mgr.smithi026.gdpjol (mgr.14164) 250 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:28.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:27.968444+0000 mon.smithi026 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:12:28.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:27.968678+0000 mon.smithi026 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:12:28.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:27.025746+0000 mgr.smithi026.gdpjol (mgr.14164) 250 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:27.968444+0000 mon.smithi026 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:12:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:27.968678+0000 mon.smithi026 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:12:29.027 INFO:teuthology.orchestra.run.smithi026.stdout:133143986201 2024-02-15T18:12:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:29.028286+0000 mon.smithi026 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.26:0/3889998072' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-15T18:12:29.636 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986197 got 133143986201 for osd.4 2024-02-15T18:12:29.637 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-15T18:12:29.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:29.028286+0000 mon.smithi026 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.26:0/3889998072' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-15T18:12:29.874 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:30.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:29.026036+0000 mgr.smithi026.gdpjol (mgr.14164) 251 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:30.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:29.026036+0000 mgr.smithi026.gdpjol (mgr.14164) 251 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:31.837 INFO:teuthology.orchestra.run.smithi026.stdout:158913789974 2024-02-15T18:12:32.489 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:31.026409+0000 mgr.smithi026.gdpjol (mgr.14164) 252 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:32.490 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:31.837346+0000 mon.smithi026 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.26:0/364231723' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-15T18:12:32.512 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789970 got 158913789974 for osd.5 2024-02-15T18:12:32.512 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-15T18:12:32.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:31.026409+0000 mgr.smithi026.gdpjol (mgr.14164) 252 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:32.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:31.837346+0000 mon.smithi026 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.26:0/364231723' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-15T18:12:32.751 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:34.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:33.026797+0000 mgr.smithi026.gdpjol (mgr.14164) 253 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:34.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:33.026797+0000 mgr.smithi026.gdpjol (mgr.14164) 253 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:34.657 INFO:teuthology.orchestra.run.smithi026.stdout:184683593746 2024-02-15T18:12:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:34.657369+0000 mon.smithi026 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.26:0/2842408309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-15T18:12:35.393 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593742 got 184683593746 for osd.6 2024-02-15T18:12:35.394 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-15T18:12:35.632 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:35.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:34.657369+0000 mon.smithi026 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.26:0/2842408309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-15T18:12:36.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:35.027230+0000 mgr.smithi026.gdpjol (mgr.14164) 254 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:36.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:35.911373+0000 mon.smithi026 (mon.0) 595 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:12:36.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:35.912427+0000 mon.smithi026 (mon.0) 596 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:12:36.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:35.913058+0000 mon.smithi026 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:12:36.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:36.175506+0000 mon.smithi026 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:12:36.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:35.027230+0000 mgr.smithi026.gdpjol (mgr.14164) 254 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:35.911373+0000 mon.smithi026 (mon.0) 595 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:12:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:35.912427+0000 mon.smithi026 (mon.0) 596 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:12:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:35.913058+0000 mon.smithi026 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:12:36.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:36.175506+0000 mon.smithi026 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:12:37.457 INFO:teuthology.orchestra.run.smithi026.stdout:210453397519 2024-02-15T18:12:38.113 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397519 for osd.7 2024-02-15T18:12:38.113 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-15T18:12:38.113 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-15T18:12:38.351 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:38.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:37.027829+0000 mgr.smithi026.gdpjol (mgr.14164) 255 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:37.458191+0000 mon.smithi026 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.26:0/2504299945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-15T18:12:38.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:37.027829+0000 mgr.smithi026.gdpjol (mgr.14164) 255 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:37.458191+0000 mon.smithi026 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.26:0/2504299945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-15T18:12:40.258 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:12:40.259 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-02-15T18:12:40.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:39.028299+0000 mgr.smithi026.gdpjol (mgr.14164) 256 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:40.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:39.028299+0000 mgr.smithi026.gdpjol (mgr.14164) 256 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:40.928 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":228,"stamp":"2024-02-15T18:12:39.028114+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":43352,"kb_used_data":3928,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917864,"statfs":{"total":767960285184,"available":767915892736,"internally_reserved":0,"allocated":4022272,"data_stored":1602538,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-02-15T18:11:37.407740+0000","last_change":"2024-02-15T18:11:37.407740+0000","last_active":"2024-02-15T18:11:37.407740+0000","last_peered":"2024-02-15T18:11:37.407740+0000","last_clean":"2024-02-15T18:11:37.407740+0000","last_became_active":"2024-02-15T18:11:37.407363+0000","last_became_peered":"2024-02-15T18:11:37.407363+0000","last_unstale":"2024-02-15T18:11:37.407740+0000","last_undegraded":"2024-02-15T18:11:37.407740+0000","last_fullsized":"2024-02-15T18:11:37.407740+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-15T18:09:53.219552+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-15T18:09:53.219552+0000","last_clean_scrub_stamp":"2024-02-15T18:09:53.219552+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5236,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739916,"statfs":{"total":95995035648,"available":95989673984,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60399999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.625}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67300000000000004}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47999999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]}]},{"osd":6,"up_from":43,"seq":184683593747,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5300,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739852,"statfs":{"total":95995035648,"available":95989608448,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.67700000000000005}]},{"osd":1,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.628},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.65400000000000003}]},{"osd":2,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.621},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.66700000000000004}]},{"osd":3,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.59199999999999997}]},{"osd":4,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.47599999999999998}]},{"osd":5,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.432},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.46100000000000002}]},{"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.52000000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542185,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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 18:12:33 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.33700000000000002,"15min":0.32500000000000001},"min":{"1min":0.24099999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.44900000000000001,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.309},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.36199999999999999,"15min":0.34200000000000003},"min":{"1min":0.28899999999999998,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.505,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.29899999999999999}]},{"osd":2,"last update":"Thu Feb 15 18:12:00 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.36599999999999999,"15min":0.35599999999999998},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.38,"15min":0.374},"min":{"1min":0.312,"5min":0.255,"15min":0.255},"max":{"1min":0.60499999999999998,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.374}]},{"osd":3,"last update":"Thu Feb 15 18:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.41399999999999998,"15min":0.40999999999999998},"min":{"1min":0.28699999999999998,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64100000000000001,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.439,"5min":0.42999999999999999,"15min":0.42799999999999999},"min":{"1min":0.30599999999999999,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.57799999999999996,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.32400000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:11:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.58199999999999996}]},{"osd":5,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.60299999999999998}]},{"osd":6,"last update":"Thu Feb 15 18:12:17 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.624}]},{"osd":7,"last update":"Thu Feb 15 18:12:35 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.98299999999999998,"5min":0.98299999999999998,"15min":0.98299999999999998},"last":0.56399999999999995}]}]},{"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":5556,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739596,"statfs":{"total":95995035648,"available":95989346304,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:11:36 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.33700000000000002,"15min":0.32700000000000001},"min":{"1min":0.25600000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.36599999999999999,"15min":0.35599999999999998},"min":{"1min":0.27800000000000002,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.34499999999999997}]},{"osd":2,"last update":"Thu Feb 15 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.376,"15min":0.36599999999999999},"min":{"1min":0.27200000000000002,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.39400000000000002,"15min":0.38700000000000001},"min":{"1min":0.311,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.40300000000000002}]},{"osd":3,"last update":"Thu Feb 15 18:12:20 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.40799999999999997,"15min":0.40300000000000002},"min":{"1min":0.28499999999999998,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.441,"15min":0.435},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.39000000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:12:33 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.56299999999999994,"15min":0.55700000000000005},"min":{"1min":0.42499999999999999,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.58099999999999996,"15min":0.57699999999999996},"min":{"1min":0.42699999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.59999999999999998}]},{"osd":5,"last update":"Thu Feb 15 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.57899999999999996}]},{"osd":6,"last update":"Thu Feb 15 18:12:14 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":5.5830000000000002,"5min":5.5830000000000002,"15min":5.5830000000000002},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.872,"5min":0.872,"15min":0.872},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":5.6479999999999997,"5min":5.6479999999999997,"15min":5.6479999999999997},"last":0.71099999999999997}]},{"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.58799999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378660,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5492,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739660,"statfs":{"total":95995035648,"available":95989411840,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.374,"15min":0.373},"min":{"1min":0.24099999999999999,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.56899999999999995,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.39500000000000002,"15min":0.39600000000000002},"min":{"1min":0.27000000000000002,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.61199999999999999,"5min":0.754,"15min":0.754},"last":0.35999999999999999}]},{"osd":1,"last update":"Thu Feb 15 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.34999999999999998,"15min":0.34399999999999997},"min":{"1min":0.25900000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.379},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.38500000000000001,"15min":0.38200000000000001},"min":{"1min":0.29999999999999999,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.59299999999999997,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.47099999999999997}]},{"osd":3,"last update":"Thu Feb 15 18:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.42299999999999999,"15min":0.42899999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.434},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.45100000000000001,"15min":0.45700000000000002},"min":{"1min":0.32600000000000001,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64200000000000002,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.39100000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:11:37 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.68100000000000005}]},{"osd":5,"last update":"Thu Feb 15 18:11:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.66700000000000004}]},{"osd":6,"last update":"Thu Feb 15 18:12:16 2024","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.75900000000000001}]},{"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.70399999999999996}]}]},{"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":5428,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.27000000000000002,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.49199999999999999,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.40000000000000002,"15min":0.40200000000000002},"min":{"1min":0.28799999999999998,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.68600000000000005,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.27400000000000002}]},{"osd":1,"last update":"Thu Feb 15 18:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.40699999999999997,"15min":0.40899999999999997},"min":{"1min":0.26800000000000002,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.373},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.41599999999999998,"15min":0.41999999999999998},"min":{"1min":0.314,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.51800000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.36199999999999999}]},{"osd":2,"last update":"Thu Feb 15 18:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.42999999999999999,"15min":0.436},"min":{"1min":0.27900000000000003,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.55800000000000005,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.43099999999999999,"15min":0.434},"min":{"1min":0.33700000000000002,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.56999999999999995,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.38600000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:11:37 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.73799999999999999}]},{"osd":5,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.69499999999999995}]},{"osd":6,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.0109999999999999,"5min":1.0109999999999999,"15min":1.0109999999999999},"last":0.751}]},{"osd":7,"last update":"Thu Feb 15 18:12:35 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.72499999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986204,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5428,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.53300000000000003,"15min":0.53100000000000003},"min":{"1min":0.35999999999999999,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.66300000000000003,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.443},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.51100000000000001,"15min":0.503},"min":{"1min":0.41199999999999998,"5min":0.22,"15min":0.22},"max":{"1min":0.68400000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.435}]},{"osd":1,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.504,"15min":0.498},"min":{"1min":0.379,"5min":0.252,"15min":0.252},"max":{"1min":0.65800000000000003,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.53600000000000003,"15min":0.53500000000000003},"min":{"1min":0.38500000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.39700000000000002}]},{"osd":2,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.51900000000000002,"15min":0.51300000000000001},"min":{"1min":0.437,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.66900000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.52700000000000002,"15min":0.52200000000000002},"min":{"1min":0.40999999999999998,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.71199999999999997,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.40999999999999998}]},{"osd":3,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54100000000000004,"15min":0.54000000000000004},"min":{"1min":0.42699999999999999,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.54400000000000004,"15min":0.53900000000000003},"min":{"1min":0.40200000000000002,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.41899999999999998}]},{"osd":5,"last update":"Thu Feb 15 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.36799999999999999}]},{"osd":6,"last update":"Thu Feb 15 18:12:17 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.42499999999999999}]},{"osd":7,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.504}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.48099999999999998}]},{"osd":1,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.372}]},{"osd":2,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.46300000000000002}]},{"osd":3,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.55700000000000005}]},{"osd":4,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.443}]},{"osd":6,"last update":"Thu Feb 15 18:12:16 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.63400000000000001}]},{"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.58699999999999997}]}]}],"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-15T18:12:40.929 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-15T18:12:41.170 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:41.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:40.255975+0000 mgr.smithi026.gdpjol (mgr.14164) 257 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:12:41.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:40.255975+0000 mgr.smithi026.gdpjol (mgr.14164) 257 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:12:42.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:41.028635+0000 mgr.smithi026.gdpjol (mgr.14164) 258 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:42.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:41.028635+0000 mgr.smithi026.gdpjol (mgr.14164) 258 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:42.995 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:12:42.996 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-02-15T18:12:43.705 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":229,"stamp":"2024-02-15T18:12:41.028477+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":43352,"kb_used_data":3928,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917864,"statfs":{"total":767960285184,"available":767915892736,"internally_reserved":0,"allocated":4022272,"data_stored":1602538,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-02-15T18:11:37.407740+0000","last_change":"2024-02-15T18:11:37.407740+0000","last_active":"2024-02-15T18:11:37.407740+0000","last_peered":"2024-02-15T18:11:37.407740+0000","last_clean":"2024-02-15T18:11:37.407740+0000","last_became_active":"2024-02-15T18:11:37.407363+0000","last_became_peered":"2024-02-15T18:11:37.407363+0000","last_unstale":"2024-02-15T18:11:37.407740+0000","last_undegraded":"2024-02-15T18:11:37.407740+0000","last_fullsized":"2024-02-15T18:11:37.407740+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-15T18:09:53.219552+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-15T18:09:53.219552+0000","last_clean_scrub_stamp":"2024-02-15T18:09:53.219552+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":210453397520,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5236,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739916,"statfs":{"total":95995035648,"available":95989673984,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.60799999999999998}]},{"osd":1,"last update":"Thu Feb 15 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.55900000000000005}]},{"osd":2,"last update":"Thu Feb 15 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.63300000000000001}]},{"osd":3,"last update":"Thu Feb 15 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.53600000000000003}]},{"osd":4,"last update":"Thu Feb 15 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.39400000000000002}]},{"osd":5,"last update":"Thu Feb 15 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.372}]},{"osd":6,"last update":"Thu Feb 15 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.498}]}]},{"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":5300,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739852,"statfs":{"total":95995035648,"available":95989608448,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.52600000000000002}]},{"osd":1,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.56699999999999995}]},{"osd":2,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.68700000000000006}]},{"osd":3,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.67800000000000005}]},{"osd":4,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.27200000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.248}]},{"osd":5,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.30399999999999999}]},{"osd":7,"last update":"Thu Feb 15 18:12:35 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.34100000000000003}]}]},{"osd":1,"up_from":14,"seq":60129542185,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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 18:12:33 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.33700000000000002,"15min":0.32500000000000001},"min":{"1min":0.24099999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.44900000000000001,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.309},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.36199999999999999,"15min":0.34200000000000003},"min":{"1min":0.28899999999999998,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.505,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.29899999999999999}]},{"osd":2,"last update":"Thu Feb 15 18:12:00 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.36599999999999999,"15min":0.35599999999999998},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.38,"15min":0.374},"min":{"1min":0.312,"5min":0.255,"15min":0.255},"max":{"1min":0.60499999999999998,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.374}]},{"osd":3,"last update":"Thu Feb 15 18:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.41399999999999998,"15min":0.40999999999999998},"min":{"1min":0.28699999999999998,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64100000000000001,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.439,"5min":0.42999999999999999,"15min":0.42799999999999999},"min":{"1min":0.30599999999999999,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.57799999999999996,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.32400000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:11:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.58199999999999996}]},{"osd":5,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.60299999999999998}]},{"osd":6,"last update":"Thu Feb 15 18:12:17 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.624}]},{"osd":7,"last update":"Thu Feb 15 18:12:35 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.98299999999999998,"5min":0.98299999999999998,"15min":0.98299999999999998},"last":0.56399999999999995}]}]},{"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":5556,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739596,"statfs":{"total":95995035648,"available":95989346304,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.35099999999999998,"15min":0.33100000000000002},"min":{"1min":0.25900000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.377,"15min":0.35999999999999999},"min":{"1min":0.27300000000000002,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.41499999999999998}]},{"osd":2,"last update":"Thu Feb 15 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.376,"15min":0.36599999999999999},"min":{"1min":0.27200000000000002,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.437,"5min":0.39400000000000002,"15min":0.38700000000000001},"min":{"1min":0.311,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.53000000000000003}]},{"osd":3,"last update":"Thu Feb 15 18:12:20 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.40799999999999997,"15min":0.40300000000000002},"min":{"1min":0.28499999999999998,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.441,"15min":0.435},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.40100000000000002}]},{"osd":4,"last update":"Thu Feb 15 18:12:33 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.56299999999999994,"15min":0.55700000000000005},"min":{"1min":0.42499999999999999,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.58099999999999996,"15min":0.57699999999999996},"min":{"1min":0.42699999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.70199999999999996}]},{"osd":5,"last update":"Thu Feb 15 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.76800000000000002},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.64600000000000002}]},{"osd":6,"last update":"Thu Feb 15 18:12:14 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":5.5830000000000002,"5min":5.5830000000000002,"15min":5.5830000000000002},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.872,"5min":0.872,"15min":0.872},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":5.6479999999999997,"5min":5.6479999999999997,"15min":5.6479999999999997},"last":0.80800000000000005}]},{"osd":7,"last update":"Thu Feb 15 18:12:37 2024","interfaces":[{"interface":"back","average":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.78300000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378660,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5492,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739660,"statfs":{"total":95995035648,"available":95989411840,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.374,"15min":0.373},"min":{"1min":0.24099999999999999,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.56899999999999995,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.39500000000000002,"15min":0.39600000000000002},"min":{"1min":0.27000000000000002,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.61199999999999999,"5min":0.754,"15min":0.754},"last":0.35999999999999999}]},{"osd":1,"last update":"Thu Feb 15 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.34999999999999998,"15min":0.34399999999999997},"min":{"1min":0.25900000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.379},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.38500000000000001,"15min":0.38200000000000001},"min":{"1min":0.29999999999999999,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.59299999999999997,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.47099999999999997}]},{"osd":3,"last update":"Thu Feb 15 18:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.42299999999999999,"15min":0.42899999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.434},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.45100000000000001,"15min":0.45700000000000002},"min":{"1min":0.32600000000000001,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64200000000000002,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.39100000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:11:37 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.68100000000000005}]},{"osd":5,"last update":"Thu Feb 15 18:11:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.66700000000000004}]},{"osd":6,"last update":"Thu Feb 15 18:12:16 2024","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.75900000000000001}]},{"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.70399999999999996}]}]},{"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":5428,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"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 18:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.27000000000000002,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.49199999999999999,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.40000000000000002,"15min":0.40200000000000002},"min":{"1min":0.28799999999999998,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.68600000000000005,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.27400000000000002}]},{"osd":1,"last update":"Thu Feb 15 18:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.40699999999999997,"15min":0.40899999999999997},"min":{"1min":0.26800000000000002,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.373},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.41599999999999998,"15min":0.41999999999999998},"min":{"1min":0.314,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.51800000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.36199999999999999}]},{"osd":2,"last update":"Thu Feb 15 18:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.42999999999999999,"15min":0.436},"min":{"1min":0.27900000000000003,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.55800000000000005,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.43099999999999999,"15min":0.434},"min":{"1min":0.33700000000000002,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.56999999999999995,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.38600000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:11:37 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.73799999999999999}]},{"osd":5,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.69499999999999995}]},{"osd":6,"last update":"Thu Feb 15 18:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.0109999999999999,"5min":1.0109999999999999,"15min":1.0109999999999999},"last":0.751}]},{"osd":7,"last update":"Thu Feb 15 18:12:35 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.72499999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986204,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5428,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.53300000000000003,"15min":0.53100000000000003},"min":{"1min":0.35999999999999999,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.66300000000000003,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.443},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.51100000000000001,"15min":0.503},"min":{"1min":0.41199999999999998,"5min":0.22,"15min":0.22},"max":{"1min":0.68400000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.435}]},{"osd":1,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.504,"15min":0.498},"min":{"1min":0.379,"5min":0.252,"15min":0.252},"max":{"1min":0.65800000000000003,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.53600000000000003,"15min":0.53500000000000003},"min":{"1min":0.38500000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.39700000000000002}]},{"osd":2,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.51900000000000002,"15min":0.51300000000000001},"min":{"1min":0.437,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.66900000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.52700000000000002,"15min":0.52200000000000002},"min":{"1min":0.40999999999999998,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.71199999999999997,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.40999999999999998}]},{"osd":3,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54100000000000004,"15min":0.54000000000000004},"min":{"1min":0.42699999999999999,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.54400000000000004,"15min":0.53900000000000003},"min":{"1min":0.40200000000000002,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.41899999999999998}]},{"osd":5,"last update":"Thu Feb 15 18:11:55 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.36799999999999999}]},{"osd":6,"last update":"Thu Feb 15 18:12:17 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.42499999999999999}]},{"osd":7,"last update":"Thu Feb 15 18:12:36 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.504}]}]},{"osd":5,"up_from":37,"seq":158913789976,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.63500000000000001}]},{"osd":1,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.59099999999999997}]},{"osd":2,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.61799999999999999}]},{"osd":3,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.75800000000000001}]},{"osd":4,"last update":"Thu Feb 15 18:11:54 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.38200000000000001}]},{"osd":6,"last update":"Thu Feb 15 18:12:16 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.502},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.72299999999999998}]},{"osd":7,"last update":"Thu Feb 15 18:12:38 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.40400000000000003}]}]}],"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-15T18:12:43.707 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-15T18:12:43.707 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-15T18:12:43.707 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-15T18:12:43.707 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph health --format=json 2024-02-15T18:12:43.946 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/mon.smithi026/config 2024-02-15T18:12:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:42.992691+0000 mgr.smithi026.gdpjol (mgr.14164) 259 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:12:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:43.028906+0000 mgr.smithi026.gdpjol (mgr.14164) 260 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:44.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:42.992691+0000 mgr.smithi026.gdpjol (mgr.14164) 259 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:12:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:43.028906+0000 mgr.smithi026.gdpjol (mgr.14164) 260 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:46.053 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:12:46.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:45.029231+0000 mgr.smithi026.gdpjol (mgr.14164) 261 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:46.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:46.053376+0000 mon.smithi026 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.26:0/2830172484' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-15T18:12:46.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:45.029231+0000 mgr.smithi026.gdpjol (mgr.14164) 261 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:46.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:46.053376+0000 mon.smithi026 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.26:0/2830172484' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-15T18:12:46.712 INFO:teuthology.orchestra.run.smithi026.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-15T18:12:46.712 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-15T18:12:46.712 INFO:tasks.cephadm:Setup complete, yielding 2024-02-15T18:12:46.713 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T18:12:46.723 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:12:46.724 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph orch status' 2024-02-15T18:12:48.448 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:47.029650+0000 mgr.smithi026.gdpjol (mgr.14164) 262 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:48.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:47.029650+0000 mgr.smithi026.gdpjol (mgr.14164) 262 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:48.903 INFO:teuthology.orchestra.run.smithi026.stdout:Backend: cephadm 2024-02-15T18:12:48.903 INFO:teuthology.orchestra.run.smithi026.stdout:Available: Yes 2024-02-15T18:12:48.903 INFO:teuthology.orchestra.run.smithi026.stdout:Paused: No 2024-02-15T18:12:49.609 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-15T18:12:50.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:48.903530+0000 mgr.smithi026.gdpjol (mgr.14164) 263 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:12:50.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:49.030139+0000 mgr.smithi026.gdpjol (mgr.14164) 264 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:50.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:48.903530+0000 mgr.smithi026.gdpjol (mgr.14164) 263 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:12:50.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:49.030139+0000 mgr.smithi026.gdpjol (mgr.14164) 264 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (3m) 98s ago 5m 20.3M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (5m) 98s ago 5m 6395k - 16.2.5 6933c2a0b7dd 04721383c114 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (4m) 79s ago 4m 6391k - 16.2.5 6933c2a0b7dd 3eca1fb72e26 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (3m) 98s ago 5m 26.7M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:9283 running (7m) 98s ago 7m 414M - 16.2.5 6933c2a0b7dd 102610ac93b6 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (4m) 79s ago 4m 371M - 16.2.5 6933c2a0b7dd e6a0fd4ccbda 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (7m) 98s ago 7m 55.1M 2048M 16.2.5 6933c2a0b7dd 7fb7b730fe34 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (4m) 79s ago 4m 59.4M 2048M 16.2.5 6933c2a0b7dd d78d021dec2e 2024-02-15T18:12:51.767 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (5m) 98s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (4m) 79s ago 4m 13.5M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (3m) 98s ago 3m 30.9M 3225M 16.2.5 6933c2a0b7dd ef87bb3374cb 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (3m) 98s ago 3m 30.9M 3225M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (3m) 98s ago 3m 32.5M 3225M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (2m) 98s ago 2m 25.8M 3225M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (2m) 79s ago 2m 30.4M 3992M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (2m) 79s ago 2m 27.3M 3992M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (103s) 79s ago 102s 26.0M 3992M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (82s) 79s ago 82s 14.0M 3992M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:12:51.768 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (3m) 98s ago 4m 37.1M - 2.18.1 de242295e225 ed0d73f4b073 2024-02-15T18:12:52.409 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:51.030531+0000 mgr.smithi026.gdpjol (mgr.14164) 265 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:52.432 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-15T18:12:52.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:51.030531+0000 mgr.smithi026.gdpjol (mgr.14164) 265 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:53.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:51.759540+0000 mgr.smithi026.gdpjol (mgr.14164) 266 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:12:53.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:51.759540+0000 mgr.smithi026.gdpjol (mgr.14164) 266 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:12:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:53.030952+0000 mgr.smithi026.gdpjol (mgr.14164) 267 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:54.632 INFO:teuthology.orchestra.run.smithi026.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-15T18:12:54.632 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager ?:9093,9094 1/1 101s ago 6m count:1 2024-02-15T18:12:54.632 INFO:teuthology.orchestra.run.smithi026.stdout:crash 2/2 101s ago 6m * 2024-02-15T18:12:54.632 INFO:teuthology.orchestra.run.smithi026.stdout:grafana ?:3000 1/1 101s ago 6m count:1 2024-02-15T18:12:54.632 INFO:teuthology.orchestra.run.smithi026.stdout:mgr 2/2 101s ago 6m count:2 2024-02-15T18:12:54.632 INFO:teuthology.orchestra.run.smithi026.stdout:mon 2/2 101s ago 5m smithi026:172.21.15.26=smithi026;smithi158:172.21.15.158=smithi158;count:2 2024-02-15T18:12:54.633 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter ?:9100 2/2 101s ago 6m * 2024-02-15T18:12:54.633 INFO:teuthology.orchestra.run.smithi026.stdout:osd 8/8 101s ago - 2024-02-15T18:12:54.633 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus ?:9095 1/1 101s ago 6m count:1 2024-02-15T18:12:54.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:53.030952+0000 mgr.smithi026.gdpjol (mgr.14164) 267 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:55.271 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-15T18:12:56.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:54.629282+0000 mgr.smithi026.gdpjol (mgr.14164) 268 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:12:56.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:55.031422+0000 mgr.smithi026.gdpjol (mgr.14164) 269 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:56.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:54.629282+0000 mgr.smithi026.gdpjol (mgr.14164) 268 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:12:56.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:55.031422+0000 mgr.smithi026.gdpjol (mgr.14164) 269 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:57.423 INFO:teuthology.orchestra.run.smithi026.stdout:HOST ADDR LABELS STATUS 2024-02-15T18:12:57.424 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 172.21.15.26 2024-02-15T18:12:57.424 INFO:teuthology.orchestra.run.smithi026.stdout:smithi158 172.21.15.158 2024-02-15T18:12:58.101 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-15T18:12:58.507 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:57.031880+0000 mgr.smithi026.gdpjol (mgr.14164) 270 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:58.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:57.031880+0000 mgr.smithi026.gdpjol (mgr.14164) 270 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:12:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:12:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:12:57.423369+0000 mgr.smithi026.gdpjol (mgr.14164) 271 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:12:59.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:12:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:12:57.423369+0000 mgr.smithi026.gdpjol (mgr.14164) 271 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:00.207 INFO:teuthology.orchestra.run.smithi026.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-15T18:13:00.207 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme0n1 ssd PHMB74760020480DGN 480G Unknown N/A N/A No 2024-02-15T18:13:00.207 INFO:teuthology.orchestra.run.smithi026.stdout:smithi158 /dev/nvme0n1 ssd PHMB7475005A480DGN 480G Unknown N/A N/A No 2024-02-15T18:13:00.493 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:12:59.032353+0000 mgr.smithi026.gdpjol (mgr.14164) 272 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:00.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:12:59.032353+0000 mgr.smithi026.gdpjol (mgr.14164) 272 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:00.896 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T18:13:00.907 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:13:00.907 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-15T18:13:00.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ systemctl stop nfs-server 2024-02-15T18:13:00.947 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi158.front.sepia.ceph.com 2024-02-15T18:13:00.948 DEBUG:teuthology.orchestra.run.smithi158:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-15T18:13:00.984 INFO:teuthology.orchestra.run.smithi158.stderr:+ systemctl stop nfs-server 2024-02-15T18:13:00.993 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T18:13:01.002 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:13:01.002 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-15T18:13:01.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:00.206946+0000 mgr.smithi026.gdpjol (mgr.14164) 273 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:01.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:00.206946+0000 mgr.smithi026.gdpjol (mgr.14164) 273 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:02.433 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:01.032651+0000 mgr.smithi026.gdpjol (mgr.14164) 274 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:02.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:01.032651+0000 mgr.smithi026.gdpjol (mgr.14164) 274 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:04.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:03.032941+0000 mgr.smithi026.gdpjol (mgr.14164) 275 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:04.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:03.129700+0000 mgr.smithi026.gdpjol (mgr.14164) 276 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:04.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:03.130194+0000 mon.smithi026 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-15T18:13:04.332 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:03.032941+0000 mgr.smithi026.gdpjol (mgr.14164) 275 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:04.332 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:03.129700+0000 mgr.smithi026.gdpjol (mgr.14164) 276 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:04.332 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:03.130194+0000 mon.smithi026 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-15T18:13:05.007 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:13:04.619+0000 7f882349d700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:03.613275+0000 mon.smithi026 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:03.613322+0000 mon.smithi026 (mon.0) 603 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:03.615288+0000 mon.smithi026 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.616278+0000 mon.smithi026 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:04.616541+0000 mon.smithi026 (mon.0) 606 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.619272+0000 mon.smithi026 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:04.620212+0000 mon.smithi026 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:04.620243+0000 mon.smithi026 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-15T18:13:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:04.631771+0000 mon.smithi026 (mon.0) 610 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.632251+0000 mon.smithi026 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:04.632356+0000 mon.smithi026 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.641897+0000 mon.smithi026 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.642767+0000 mon.smithi026 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.645334+0000 mon.smithi026 (mon.0) 615 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.648723+0000 mon.smithi026 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.655208+0000 mon.smithi026 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.664009+0000 mon.smithi026 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.667512+0000 mon.smithi026 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.rykwlo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.671393+0000 mon.smithi026 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.rykwlo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T18:13:05.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:04.672157+0000 mon.smithi026 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:05.332 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-15T18:13:05.342 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-15T18:13:05.342 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:03.613275+0000 mon.smithi026 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:03.613322+0000 mon.smithi026 (mon.0) 603 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:03.615288+0000 mon.smithi026 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.616278+0000 mon.smithi026 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:04.616541+0000 mon.smithi026 (mon.0) 606 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.619272+0000 mon.smithi026 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:04.620212+0000 mon.smithi026 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:04.620243+0000 mon.smithi026 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:04.631771+0000 mon.smithi026 (mon.0) 610 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.632251+0000 mon.smithi026 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-15T18:13:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:04.632356+0000 mon.smithi026 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.641897+0000 mon.smithi026 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.642767+0000 mon.smithi026 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.645334+0000 mon.smithi026 (mon.0) 615 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.648723+0000 mon.smithi026 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.655208+0000 mon.smithi026 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.664009+0000 mon.smithi026 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.667512+0000 mon.smithi026 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.rykwlo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.671393+0000 mon.smithi026 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.rykwlo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T18:13:05.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:04.672157+0000 mon.smithi026 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:04.636882+0000 mgr.smithi026.gdpjol (mgr.14164) 277 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-15T18:13:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:04.672995+0000 mgr.smithi026.gdpjol (mgr.14164) 278 : cephadm [INF] Deploying daemon mds.foofs.smithi026.rykwlo on smithi026 2024-02-15T18:13:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:05.033268+0000 mgr.smithi026.gdpjol (mgr.14164) 279 : cluster [DBG] pgmap v244: 65 pgs: 10 creating+peering, 1 active+clean, 54 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:05.631212+0000 mon.smithi026 (mon.0) 622 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-15T18:13:06.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:04.636882+0000 mgr.smithi026.gdpjol (mgr.14164) 277 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-15T18:13:06.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:04.672995+0000 mgr.smithi026.gdpjol (mgr.14164) 278 : cephadm [INF] Deploying daemon mds.foofs.smithi026.rykwlo on smithi026 2024-02-15T18:13:06.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:05.033268+0000 mgr.smithi026.gdpjol (mgr.14164) 279 : cluster [DBG] pgmap v244: 65 pgs: 10 creating+peering, 1 active+clean, 54 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:06.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:05.631212+0000 mon.smithi026 (mon.0) 622 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-15T18:13:07.754 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:06.632843+0000 mon.smithi026 (mon.0) 623 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-15T18:13:07.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:07.033677+0000 mgr.smithi026.gdpjol (mgr.14164) 280 : cluster [DBG] pgmap v247: 65 pgs: 24 active+clean, 16 creating+peering, 25 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:07.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:06.632843+0000 mon.smithi026 (mon.0) 623 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-15T18:13:07.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:07.033677+0000 mgr.smithi026.gdpjol (mgr.14164) 280 : cluster [DBG] pgmap v247: 65 pgs: 24 active+clean, 16 creating+peering, 25 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:08.446 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:13:08.447 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T18:06:13.752646Z", "last_refresh": "2024-02-15T18:11:13.345235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T18:06:01.599072Z", "last_refresh": "2024-02-15T18:11:13.345297Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T18:06:11.268657Z", "last_refresh": "2024-02-15T18:11:13.345357Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-15T18:13:04.642101Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T18:13:04.636914Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T18:06:00.253213Z", "last_refresh": "2024-02-15T18:11:13.345166Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T18:07:09.890955Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi158:172.21.15.158=smithi158"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T18:07:09.888657Z", "last_refresh": "2024-02-15T18:11:13.345029Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T18:06:12.459426Z", "last_refresh": "2024-02-15T18:11:13.345416Z", "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-15T18:11:13.345531Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T18:06:09.988912Z", "last_refresh": "2024-02-15T18:11:13.345474Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T18:13:09.217 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-15T18:13:09.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:08.443395+0000 mgr.smithi026.gdpjol (mgr.14164) 281 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:13:09.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:08.575362+0000 mon.smithi026 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:09.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:08.576348+0000 mon.smithi026 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.wdmeny", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:13:09.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:08.578769+0000 mon.smithi026 (mon.0) 626 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.wdmeny", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T18:13:09.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:08.579362+0000 mon.smithi026 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:09.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:08.579893+0000 mgr.smithi026.gdpjol (mgr.14164) 282 : cephadm [INF] Deploying daemon mds.foofs.smithi158.wdmeny on smithi158 2024-02-15T18:13:09.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:09.034022+0000 mgr.smithi026.gdpjol (mgr.14164) 283 : cluster [DBG] pgmap v248: 65 pgs: 42 active+clean, 16 creating+peering, 7 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:10.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:08.443395+0000 mgr.smithi026.gdpjol (mgr.14164) 281 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:13:10.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:08.575362+0000 mon.smithi026 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:10.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:08.576348+0000 mon.smithi026 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.wdmeny", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:13:10.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:08.578769+0000 mon.smithi026 (mon.0) 626 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.wdmeny", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-15T18:13:10.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:08.579362+0000 mon.smithi026 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:10.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:08.579893+0000 mgr.smithi026.gdpjol (mgr.14164) 282 : cephadm [INF] Deploying daemon mds.foofs.smithi158.wdmeny on smithi158 2024-02-15T18:13:10.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:09.034022+0000 mgr.smithi026.gdpjol (mgr.14164) 283 : cluster [DBG] pgmap v248: 65 pgs: 42 active+clean, 16 creating+peering, 7 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:10.218 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-15T18:13:12.226 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:10.932648+0000 mon.smithi026 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:12.226 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:10.933703+0000 mon.smithi026 (mon.0) 629 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:10.934715+0000 mon.smithi026 (mon.0) 630 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:10.935435+0000 mon.smithi026 (mon.0) 631 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.034437+0000 mgr.smithi026.gdpjol (mgr.14164) 284 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.187294+0000 mon.smithi026 (mon.0) 632 : cluster [DBG] mds.? [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503] up:boot 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.187332+0000 mon.smithi026 (mon.0) 633 : cluster [INF] daemon mds.foofs.smithi158.wdmeny assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.187372+0000 mon.smithi026 (mon.0) 634 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.187395+0000 mon.smithi026 (mon.0) 635 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.187412+0000 mon.smithi026 (mon.0) 636 : cluster [INF] Cluster is now healthy 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.187542+0000 mon.smithi026 (mon.0) 637 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:11.187653+0000 mon.smithi026 (mon.0) 638 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.189672+0000 mon.smithi026 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:creating} 2024-02-15T18:13:12.227 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:11.199900+0000 mon.smithi026 (mon.0) 640 : cluster [INF] daemon mds.foofs.smithi158.wdmeny is now active in filesystem foofs as rank 0 2024-02-15T18:13:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:10.932648+0000 mon.smithi026 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:10.933703+0000 mon.smithi026 (mon.0) 629 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:10.934715+0000 mon.smithi026 (mon.0) 630 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:10.935435+0000 mon.smithi026 (mon.0) 631 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.034437+0000 mgr.smithi026.gdpjol (mgr.14164) 284 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.187294+0000 mon.smithi026 (mon.0) 632 : cluster [DBG] mds.? [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503] up:boot 2024-02-15T18:13:12.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.187332+0000 mon.smithi026 (mon.0) 633 : cluster [INF] daemon mds.foofs.smithi158.wdmeny assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-15T18:13:12.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.187372+0000 mon.smithi026 (mon.0) 634 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T18:13:12.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.187395+0000 mon.smithi026 (mon.0) 635 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-15T18:13:12.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.187412+0000 mon.smithi026 (mon.0) 636 : cluster [INF] Cluster is now healthy 2024-02-15T18:13:12.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.187542+0000 mon.smithi026 (mon.0) 637 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-15T18:13:12.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:11.187653+0000 mon.smithi026 (mon.0) 638 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:13:12.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.189672+0000 mon.smithi026 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:creating} 2024-02-15T18:13:12.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:11.199900+0000 mon.smithi026 (mon.0) 640 : cluster [INF] daemon mds.foofs.smithi158.wdmeny is now active in filesystem foofs as rank 0 2024-02-15T18:13:12.334 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:13:12.334 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T18:06:13.752646Z", "last_refresh": "2024-02-15T18:11:13.345235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T18:06:01.599072Z", "last_refresh": "2024-02-15T18:11:13.345297Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T18:06:11.268657Z", "last_refresh": "2024-02-15T18:11:13.345357Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-15T18:13:04.642101Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T18:13:04.636914Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T18:06:00.253213Z", "last_refresh": "2024-02-15T18:11:13.345166Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T18:07:09.890955Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi158:172.21.15.158=smithi158"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T18:07:09.888657Z", "last_refresh": "2024-02-15T18:11:13.345029Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T18:06:12.459426Z", "last_refresh": "2024-02-15T18:11:13.345416Z", "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-15T18:11:13.345531Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T18:06:09.988912Z", "last_refresh": "2024-02-15T18:11:13.345474Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T18:13:13.048 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-15T18:13:13.048 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T18:13:13.058 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:13:13.058 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-15T18:13:13.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:12.191093+0000 mon.smithi026 (mon.0) 641 : cluster [DBG] mds.? [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503] up:active 2024-02-15T18:13:13.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:12.191151+0000 mon.smithi026 (mon.0) 642 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 2024-02-15T18:13:13.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:12.942477+0000 mon.smithi026 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:13.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:12.191093+0000 mon.smithi026 (mon.0) 641 : cluster [DBG] mds.? [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503] up:active 2024-02-15T18:13:13.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:12.191151+0000 mon.smithi026 (mon.0) 642 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 2024-02-15T18:13:13.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:12.942477+0000 mon.smithi026 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:12.331741+0000 mgr.smithi026.gdpjol (mgr.14164) 285 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:13:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:13.034833+0000 mgr.smithi026.gdpjol (mgr.14164) 286 : cluster [DBG] pgmap v250: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:13.195062+0000 mon.smithi026 (mon.0) 644 : cluster [DBG] mds.? [v2:172.21.15.26:6834/3245492526,v1:172.21.15.26:6835/3245492526] up:boot 2024-02-15T18:13:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:13.195292+0000 mon.smithi026 (mon.0) 645 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:13:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:13.195404+0000 mon.smithi026 (mon.0) 646 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:13:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:13.197987+0000 mon.smithi026 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:13:14.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:12.331741+0000 mgr.smithi026.gdpjol (mgr.14164) 285 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:13:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:13.034833+0000 mgr.smithi026.gdpjol (mgr.14164) 286 : cluster [DBG] pgmap v250: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:13.195062+0000 mon.smithi026 (mon.0) 644 : cluster [DBG] mds.? [v2:172.21.15.26:6834/3245492526,v1:172.21.15.26:6835/3245492526] up:boot 2024-02-15T18:13:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:13.195292+0000 mon.smithi026 (mon.0) 645 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:13:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:13.195404+0000 mon.smithi026 (mon.0) 646 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:13:14.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:13.197987+0000 mon.smithi026 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:13:16.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:14.793437+0000 mon.smithi026 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:15.035453+0000 mgr.smithi026.gdpjol (mgr.14164) 287 : cluster [DBG] pgmap v251: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:16.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:14.793437+0000 mon.smithi026 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:15.035453+0000 mgr.smithi026.gdpjol (mgr.14164) 287 : cluster [DBG] pgmap v251: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-15T18:13:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:16.274316+0000 mgr.smithi026.gdpjol (mgr.14164) 288 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:16.275484+0000 mon.smithi026 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-15T18:13:17.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:16.274316+0000 mgr.smithi026.gdpjol (mgr.14164) 288 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:16.275484+0000 mon.smithi026 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-15T18:13:17.836 INFO:teuthology.orchestra.run.smithi026.stdout:NFS Cluster Created Successfully 2024-02-15T18:13:18.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:16.799831+0000 mon.smithi026 (mon.0) 650 : cluster [DBG] mds.? [v2:172.21.15.26:6834/3245492526,v1:172.21.15.26:6835/3245492526] up:standby 2024-02-15T18:13:18.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:16.799882+0000 mon.smithi026 (mon.0) 651 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:13:18.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:16.804800+0000 mon.smithi026 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-15T18:13:18.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:16.804844+0000 mon.smithi026 (mon.0) 653 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-15T18:13:18.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:16.806043+0000 mon.smithi026 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-15T18:13:18.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:17.035778+0000 mgr.smithi026.gdpjol (mgr.14164) 289 : cluster [DBG] pgmap v253: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 9 op/s 2024-02-15T18:13:18.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:16.799831+0000 mon.smithi026 (mon.0) 650 : cluster [DBG] mds.? [v2:172.21.15.26:6834/3245492526,v1:172.21.15.26:6835/3245492526] up:standby 2024-02-15T18:13:18.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:16.799882+0000 mon.smithi026 (mon.0) 651 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:13:18.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:16.804800+0000 mon.smithi026 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-15T18:13:18.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:16.804844+0000 mon.smithi026 (mon.0) 653 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-15T18:13:18.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:16.806043+0000 mon.smithi026 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-15T18:13:18.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:17.035778+0000 mgr.smithi026.gdpjol (mgr.14164) 289 : cluster [DBG] pgmap v253: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 9 op/s 2024-02-15T18:13:18.890 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:17.809313+0000 mon.smithi026 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-15T18:13:18.890 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:17.809526+0000 mon.smithi026 (mon.0) 656 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-15T18:13:18.891 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:17.833028+0000 mgr.smithi026.gdpjol (mgr.14164) 290 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-15T18:13:18.891 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:17.836221+0000 mon.smithi026 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:18.910 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-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-15T18:13:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:17.809313+0000 mon.smithi026 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-15T18:13:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:17.809526+0000 mon.smithi026 (mon.0) 656 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-15T18:13:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:17.833028+0000 mgr.smithi026.gdpjol (mgr.14164) 290 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-15T18:13:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:17.836221+0000 mon.smithi026 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:19.962 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:18.810310+0000 mon.smithi026 (mon.0) 658 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:18.841663+0000 mon.smithi026 (mon.0) 659 : cluster [DBG] mgrmap e19: smithi026.gdpjol(active, since 6m), standbys: smithi158.xjmdwr 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:19.036125+0000 mgr.smithi026.gdpjol (mgr.14164) 291 : cluster [DBG] pgmap v256: 97 pgs: 7 creating+peering, 15 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 4 op/s 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.114246+0000 mon.smithi026 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.117581+0000 mon.smithi026 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.123346+0000 mon.smithi026 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:19.134531+0000 mgr.smithi026.gdpjol (mgr.14164) 292 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi026.jcvlup 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.134907+0000 mon.smithi026 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.jcvlup", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.138116+0000 mon.smithi026 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.jcvlup", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T18:13:19.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:19.138818+0000 mgr.smithi026.gdpjol (mgr.14164) 293 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.139074+0000 mon.smithi026 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.142136+0000 mon.smithi026 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.143540+0000 mon.smithi026 (mon.0) 667 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.195508+0000 mon.smithi026 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.198783+0000 mon.smithi026 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:19.240277+0000 mgr.smithi026.gdpjol (mgr.14164) 294 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:19.240398+0000 mgr.smithi026.gdpjol (mgr.14164) 295 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi026.jcvlup-rgw 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.240768+0000 mon.smithi026 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.243641+0000 mon.smithi026 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:19.247545+0000 mon.smithi026 (mon.0) 672 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:19.964 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:19.248312+0000 mgr.smithi026.gdpjol (mgr.14164) 296 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi026.jcvlup on smithi026 2024-02-15T18:13:20.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:18.810310+0000 mon.smithi026 (mon.0) 658 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-15T18:13:20.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:18.841663+0000 mon.smithi026 (mon.0) 659 : cluster [DBG] mgrmap e19: smithi026.gdpjol(active, since 6m), standbys: smithi158.xjmdwr 2024-02-15T18:13:20.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:19.036125+0000 mgr.smithi026.gdpjol (mgr.14164) 291 : cluster [DBG] pgmap v256: 97 pgs: 7 creating+peering, 15 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 4 op/s 2024-02-15T18:13:20.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.114246+0000 mon.smithi026 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:20.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.117581+0000 mon.smithi026 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:20.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.123346+0000 mon.smithi026 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:19.134531+0000 mgr.smithi026.gdpjol (mgr.14164) 292 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi026.jcvlup 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.134907+0000 mon.smithi026 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.jcvlup", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.138116+0000 mon.smithi026 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.jcvlup", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:19.138818+0000 mgr.smithi026.gdpjol (mgr.14164) 293 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.139074+0000 mon.smithi026 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.142136+0000 mon.smithi026 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.143540+0000 mon.smithi026 (mon.0) 667 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.195508+0000 mon.smithi026 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.198783+0000 mon.smithi026 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:19.240277+0000 mgr.smithi026.gdpjol (mgr.14164) 294 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:13:20.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:19.240398+0000 mgr.smithi026.gdpjol (mgr.14164) 295 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi026.jcvlup-rgw 2024-02-15T18:13:20.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.240768+0000 mon.smithi026 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:13:20.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.243641+0000 mon.smithi026 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:13:20.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:19.247545+0000 mon.smithi026 (mon.0) 672 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:20.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:19.248312+0000 mgr.smithi026.gdpjol (mgr.14164) 296 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi026.jcvlup on smithi026 2024-02-15T18:13:22.062 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:13:22.063 INFO:teuthology.orchestra.run.smithi026.stdout: "bind": "/fake", 2024-02-15T18:13:22.063 INFO:teuthology.orchestra.run.smithi026.stdout: "fs": "foofs", 2024-02-15T18:13:22.063 INFO:teuthology.orchestra.run.smithi026.stdout: "path": "/", 2024-02-15T18:13:22.063 INFO:teuthology.orchestra.run.smithi026.stdout: "cluster": "foo", 2024-02-15T18:13:22.063 INFO:teuthology.orchestra.run.smithi026.stdout: "mode": "RW" 2024-02-15T18:13:22.063 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:13:22.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:21.036665+0000 mgr.smithi026.gdpjol (mgr.14164) 297 : cluster [DBG] pgmap v257: 97 pgs: 7 creating+peering, 5 unknown, 85 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2024-02-15T18:13:22.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.055681+0000 mon.smithi026 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:22.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.059075+0000 mon.smithi026 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:22.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:21.036665+0000 mgr.smithi026.gdpjol (mgr.14164) 297 : cluster [DBG] pgmap v257: 97 pgs: 7 creating+peering, 5 unknown, 85 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2024-02-15T18:13:22.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.055681+0000 mon.smithi026 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:22.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.059075+0000 mon.smithi026 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:23.047 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-15T18:13:23.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.036086+0000 mgr.smithi026.gdpjol (mgr.14164) 298 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.623620+0000 mon.smithi026 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.624775+0000 mon.smithi026 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi158.byewhh", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T18:13:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.627285+0000 mon.smithi026 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi158.byewhh", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T18:13:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.628122+0000 mon.smithi026 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.630655+0000 mon.smithi026 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:22.631662+0000 mon.smithi026 (mon.0) 680 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:23.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.036086+0000 mgr.smithi026.gdpjol (mgr.14164) 298 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:23.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.623620+0000 mon.smithi026 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.624775+0000 mon.smithi026 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi158.byewhh", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-15T18:13:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.627285+0000 mon.smithi026 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi158.byewhh", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-15T18:13:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.628122+0000 mon.smithi026 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.630655+0000 mon.smithi026 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 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-15T18:13:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:22.631662+0000 mon.smithi026 (mon.0) 680 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:24.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:22.624576+0000 mgr.smithi026.gdpjol (mgr.14164) 299 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi158.byewhh 2024-02-15T18:13:24.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:22.627758+0000 mgr.smithi026.gdpjol (mgr.14164) 300 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:13:24.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:23.037276+0000 mgr.smithi026.gdpjol (mgr.14164) 301 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 164 B/s rd, 492 B/s wr, 0 op/s 2024-02-15T18:13:24.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:22.624576+0000 mgr.smithi026.gdpjol (mgr.14164) 299 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi158.byewhh 2024-02-15T18:13:24.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:22.627758+0000 mgr.smithi026.gdpjol (mgr.14164) 300 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:13:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:23.037276+0000 mgr.smithi026.gdpjol (mgr.14164) 301 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 164 B/s rd, 492 B/s wr, 0 op/s 2024-02-15T18:13:25.200 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:24.643826+0000 mon.smithi026 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-15T18:13:25.201 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:24.644131+0000 mon.smithi026 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-02-15T18:13:25.201 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:24.644318+0000 mon.smithi026 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-15T18:13:25.201 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:24.644486+0000 mon.smithi026 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-15T18:13:25.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:24.643826+0000 mon.smithi026 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-15T18:13:25.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:24.644131+0000 mon.smithi026 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-02-15T18:13:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:24.644318+0000 mon.smithi026 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-15T18:13:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:24.644486+0000 mon.smithi026 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:25.037913+0000 mgr.smithi026.gdpjol (mgr.14164) 302 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.201686+0000 mon.smithi026 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]': finished 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.201774+0000 mon.smithi026 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.201865+0000 mon.smithi026 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.201959+0000 mon.smithi026 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:25.202024+0000 mon.smithi026 (mon.0) 689 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.517140+0000 mon.smithi026 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.521214+0000 mon.smithi026 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:13:26.303 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.565711+0000 mon.smithi026 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:13:26.304 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.568838+0000 mon.smithi026 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:13:26.304 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.570311+0000 mon.smithi026 (mon.0) 694 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:25.037913+0000 mgr.smithi026.gdpjol (mgr.14164) 302 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.201686+0000 mon.smithi026 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]': finished 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.201774+0000 mon.smithi026 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.201865+0000 mon.smithi026 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.201959+0000 mon.smithi026 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:25.202024+0000 mon.smithi026 (mon.0) 689 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.517140+0000 mon.smithi026 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.521214+0000 mon.smithi026 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.565711+0000 mon.smithi026 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:13:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.568838+0000 mon.smithi026 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:13:26.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.570311+0000 mon.smithi026 (mon.0) 694 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:27.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:25.354045+0000 mgr.smithi026.gdpjol (mgr.14164) 303 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:27.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:25.565250+0000 mgr.smithi026.gdpjol (mgr.14164) 304 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:13:27.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:25.565349+0000 mgr.smithi026.gdpjol (mgr.14164) 305 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi158.byewhh-rgw 2024-02-15T18:13:27.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:25.571169+0000 mgr.smithi026.gdpjol (mgr.14164) 306 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi158.byewhh on smithi158 2024-02-15T18:13:27.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:26.206400+0000 mon.smithi026 (mon.0) 695 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-15T18:13:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:25.354045+0000 mgr.smithi026.gdpjol (mgr.14164) 303 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:25.565250+0000 mgr.smithi026.gdpjol (mgr.14164) 304 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:13:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:25.565349+0000 mgr.smithi026.gdpjol (mgr.14164) 305 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi158.byewhh-rgw 2024-02-15T18:13:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:25.571169+0000 mgr.smithi026.gdpjol (mgr.14164) 306 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi158.byewhh on smithi158 2024-02-15T18:13:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:26.206400+0000 mon.smithi026 (mon.0) 695 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-15T18:13:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:26.651059+0000 mgr.smithi026.gdpjol (mgr.14164) 307 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:27.038316+0000 mgr.smithi026.gdpjol (mgr.14164) 308 : cluster [DBG] pgmap v262: 97 pgs: 1 peering, 96 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-02-15T18:13:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:27.970172+0000 mon.smithi026 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:13:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:27.970445+0000 mon.smithi026 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:13:28.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:28.013962+0000 mon.smithi026 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:28.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:28.015012+0000 mon.smithi026 (mon.0) 699 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:28.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:28.015927+0000 mon.smithi026 (mon.0) 700 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:28.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:28.016682+0000 mon.smithi026 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:26.651059+0000 mgr.smithi026.gdpjol (mgr.14164) 307 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:27.038316+0000 mgr.smithi026.gdpjol (mgr.14164) 308 : cluster [DBG] pgmap v262: 97 pgs: 1 peering, 96 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-02-15T18:13:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:27.970172+0000 mon.smithi026 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:13:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:27.970445+0000 mon.smithi026 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:13:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:28.013962+0000 mon.smithi026 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:28.015012+0000 mon.smithi026 (mon.0) 699 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:28.015927+0000 mon.smithi026 (mon.0) 700 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:28.016682+0000 mon.smithi026 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:29.281 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo 2/2 - 11s count:2 2024-02-15T18:13:29.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:27.953586+0000 mgr.smithi026.gdpjol (mgr.14164) 309 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:29.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:27.953586+0000 mgr.smithi026.gdpjol (mgr.14164) 309 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:29.964 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T18:13:29.975 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:13:29.975 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-15T18:13:30.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ mkdir /mnt/foo 2024-02-15T18:13:30.024 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-15T18:13:30.093 INFO:teuthology.orchestra.run.smithi026.stderr:++ hostname 2024-02-15T18:13:30.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ mount -t nfs smithi026:/fake /mnt/foo -o sync 2024-02-15T18:13:30.513 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:29.038818+0000 mgr.smithi026.gdpjol (mgr.14164) 310 : cluster [DBG] pgmap v263: 97 pgs: 1 peering, 96 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-15T18:13:30.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:29.266479+0000 mgr.smithi026.gdpjol (mgr.14164) 311 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:30.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:29.797850+0000 mon.smithi026 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:30.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:29.038818+0000 mgr.smithi026.gdpjol (mgr.14164) 310 : cluster [DBG] pgmap v263: 97 pgs: 1 peering, 96 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-15T18:13:30.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:29.266479+0000 mgr.smithi026.gdpjol (mgr.14164) 311 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:30.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:29.797850+0000 mon.smithi026 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:31.043 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-15T18:13:31.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo test 2024-02-15T18:13:31.122 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-15T18:13:31.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ sync 2024-02-15T18:13:31.818 INFO:teuthology.run_tasks:Running task parallel... 2024-02-15T18:13:31.830 INFO:teuthology.task.parallel:starting parallel... 2024-02-15T18:13:31.830 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-15T18:13:31.831 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-15T18:13:31.831 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:13:31.832 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-15T18:13:31.832 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-15T18:13:31.832 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-15T18:13:31.833 INFO:teuthology.task.exec:Executing custom commands... 2024-02-15T18:13:31.833 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:13:31.833 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-15T18:13:31.971 INFO:teuthology.orchestra.run.smithi026.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-15T18:13:31.972 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:13:31.972 INFO:teuthology.orchestra.run.smithi026.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-15T18:13:31.991 INFO:teuthology.orchestra.run.smithi026.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-15T18:13:32.091 INFO:teuthology.orchestra.run.smithi026.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-15T18:13:32.091 INFO:teuthology.orchestra.run.smithi026.stdout:releasing clients 2024-02-15T18:13:32.108 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:30.829844+0000 mon.smithi026 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:32.108 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:31.039291+0000 mgr.smithi026.gdpjol (mgr.14164) 312 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 3.4 KiB data, 46 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-15T18:13:32.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:30.829844+0000 mon.smithi026 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:32.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:31.039291+0000 mgr.smithi026.gdpjol (mgr.14164) 312 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 3.4 KiB data, 46 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-15T18:13:33.092 INFO:teuthology.orchestra.run.smithi026.stdout: 5 309 56.65 MB/sec warmup 1 sec latency 18.671 ms 2024-02-15T18:13:34.091 INFO:teuthology.orchestra.run.smithi026.stdout: 5 709 53.09 MB/sec warmup 2 sec latency 11.203 ms 2024-02-15T18:13:34.136 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:33.039747+0000 mgr.smithi026.gdpjol (mgr.14164) 313 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 1.8 MiB data, 46 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 228 KiB/s wr, 10 op/s 2024-02-15T18:13:34.332 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:33.039747+0000 mgr.smithi026.gdpjol (mgr.14164) 313 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 1.8 MiB data, 46 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 228 KiB/s wr, 10 op/s 2024-02-15T18:13:35.091 INFO:teuthology.orchestra.run.smithi026.stdout: 5 1936 44.07 MB/sec warmup 3 sec latency 13.248 ms 2024-02-15T18:13:35.769 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-15T18:13:36.092 INFO:teuthology.orchestra.run.smithi026.stdout: 5 3314 44.00 MB/sec warmup 4 sec latency 8.648 ms 2024-02-15T18:13:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:35.040215+0000 mgr.smithi026.gdpjol (mgr.14164) 314 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 33 MiB data, 179 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 3.5 MiB/s wr, 222 op/s 2024-02-15T18:13:36.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:35.040215+0000 mgr.smithi026.gdpjol (mgr.14164) 314 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 33 MiB data, 179 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 3.5 MiB/s wr, 222 op/s 2024-02-15T18:13:37.091 INFO:teuthology.orchestra.run.smithi026.stdout: 5 4410 40.68 MB/sec warmup 5 sec latency 11.109 ms 2024-02-15T18:13:38.092 INFO:teuthology.orchestra.run.smithi026.stdout: 5 5808 38.49 MB/sec warmup 6 sec latency 16.287 ms 2024-02-15T18:13:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:37.040714+0000 mgr.smithi026.gdpjol (mgr.14164) 315 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 85 MiB data, 332 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 8.8 MiB/s wr, 395 op/s 2024-02-15T18:13:38.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:37.040714+0000 mgr.smithi026.gdpjol (mgr.14164) 315 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 85 MiB data, 332 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 8.8 MiB/s wr, 395 op/s 2024-02-15T18:13:39.093 INFO:teuthology.orchestra.run.smithi026.stdout: 5 6881 38.91 MB/sec warmup 7 sec latency 11.537 ms 2024-02-15T18:13:39.562 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-15T18:13:39.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:38.636174+0000 mon.smithi026 (mon.0) 704 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:39.041136+0000 mgr.smithi026.gdpjol (mgr.14164) 316 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 120 MiB data, 518 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 12 MiB/s wr, 571 op/s 2024-02-15T18:13:39.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:39.089520+0000 mon.smithi026 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:39.097754+0000 mon.smithi026 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:39.100461+0000 mon.smithi026 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:39.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:39.101996+0000 mon.smithi026 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:39.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:39.102898+0000 mon.smithi026 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:39.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:39.448411+0000 mon.smithi026 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:39.456648+0000 mon.smithi026 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:38.636174+0000 mon.smithi026 (mon.0) 704 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:39.041136+0000 mgr.smithi026.gdpjol (mgr.14164) 316 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 120 MiB data, 518 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 12 MiB/s wr, 571 op/s 2024-02-15T18:13:39.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:39.089520+0000 mon.smithi026 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:39.097754+0000 mon.smithi026 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:39.100461+0000 mon.smithi026 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:39.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:39.101996+0000 mon.smithi026 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:39.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:39.102898+0000 mon.smithi026 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:39.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:39.448411+0000 mon.smithi026 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:39.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:39.456648+0000 mon.smithi026 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:40.093 INFO:teuthology.orchestra.run.smithi026.stdout: 5 7957 37.36 MB/sec warmup 8 sec latency 16.306 ms 2024-02-15T18:13:41.093 INFO:teuthology.orchestra.run.smithi026.stdout: 5 9243 36.12 MB/sec warmup 9 sec latency 13.328 ms 2024-02-15T18:13:42.093 INFO:teuthology.orchestra.run.smithi026.stdout: 5 10378 36.59 MB/sec warmup 10 sec latency 19.461 ms 2024-02-15T18:13:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:41.041685+0000 mgr.smithi026.gdpjol (mgr.14164) 317 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 142 MiB data, 650 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 16 MiB/s wr, 1.02k op/s 2024-02-15T18:13:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:42.133715+0000 mon.smithi026 (mon.0) 712 : audit [INF] from='client.? 172.21.15.26:0/587066194' entity='client.admin' 2024-02-15T18:13:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:42.139868+0000 mon.smithi026 (mon.0) 713 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:42.144114+0000 mon.smithi026 (mon.0) 714 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:42.145312+0000 mon.smithi026 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:42.152145+0000 mon.smithi026 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:42.160318+0000 mon.smithi026 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:42.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:41.041685+0000 mgr.smithi026.gdpjol (mgr.14164) 317 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 142 MiB data, 650 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 16 MiB/s wr, 1.02k op/s 2024-02-15T18:13:42.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:42.133715+0000 mon.smithi026 (mon.0) 712 : audit [INF] from='client.? 172.21.15.26:0/587066194' entity='client.admin' 2024-02-15T18:13:42.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:42.139868+0000 mon.smithi026 (mon.0) 713 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:42.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:42.144114+0000 mon.smithi026 (mon.0) 714 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:42.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:42.145312+0000 mon.smithi026 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:42.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:42.152145+0000 mon.smithi026 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:42.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:42.160318+0000 mon.smithi026 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:43.038 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-15T18:13:43.093 INFO:teuthology.orchestra.run.smithi026.stdout: 5 11312 35.67 MB/sec warmup 11 sec latency 20.939 ms 2024-02-15T18:13:44.094 INFO:teuthology.orchestra.run.smithi026.stdout: 5 12563 34.91 MB/sec warmup 12 sec latency 23.771 ms 2024-02-15T18:13:44.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:43.042120+0000 mgr.smithi026.gdpjol (mgr.14164) 318 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 146 MiB data, 670 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 18 MiB/s wr, 1.19k op/s 2024-02-15T18:13:44.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:43.042120+0000 mgr.smithi026.gdpjol (mgr.14164) 318 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 146 MiB data, 670 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 18 MiB/s wr, 1.19k op/s 2024-02-15T18:13:45.093 INFO:teuthology.orchestra.run.smithi026.stdout: 5 13857 35.36 MB/sec warmup 13 sec latency 13.972 ms 2024-02-15T18:13:46.094 INFO:teuthology.orchestra.run.smithi026.stdout: 5 14563 34.76 MB/sec warmup 14 sec latency 24.966 ms 2024-02-15T18:13:46.216 INFO:teuthology.orchestra.run.smithi026.stderr:module 'nfs' is already enabled 2024-02-15T18:13:46.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:45.042667+0000 mgr.smithi026.gdpjol (mgr.14164) 319 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 156 MiB data, 736 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.41k op/s 2024-02-15T18:13:46.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:45.778727+0000 mon.smithi158 (mon.1) 18 : audit [INF] from='client.? 172.21.15.26:0/3671316725' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-15T18:13:46.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:45.779408+0000 mon.smithi026 (mon.0) 718 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-15T18:13:46.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:45.042667+0000 mgr.smithi026.gdpjol (mgr.14164) 319 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 156 MiB data, 736 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.41k op/s 2024-02-15T18:13:46.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:45.778727+0000 mon.smithi158 (mon.1) 18 : audit [INF] from='client.? 172.21.15.26:0/3671316725' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-15T18:13:46.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:45.779408+0000 mon.smithi026 (mon.0) 718 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-15T18:13:47.094 INFO:teuthology.orchestra.run.smithi026.stdout: 5 15441 33.37 MB/sec warmup 15 sec latency 41.087 ms 2024-02-15T18:13:47.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:46.211120+0000 mon.smithi026 (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-15T18:13:47.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:46.211226+0000 mon.smithi026 (mon.0) 720 : cluster [DBG] mgrmap e20: smithi026.gdpjol(active, since 7m), standbys: smithi158.xjmdwr 2024-02-15T18:13:47.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:46.211120+0000 mon.smithi026 (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-15T18:13:47.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:46.211226+0000 mon.smithi026 (mon.0) 720 : cluster [DBG] mgrmap e20: smithi026.gdpjol(active, since 7m), standbys: smithi158.xjmdwr 2024-02-15T18:13:48.094 INFO:teuthology.orchestra.run.smithi026.stdout: 5 16894 33.51 MB/sec warmup 16 sec latency 10.884 ms 2024-02-15T18:13:48.135 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-15T18:13:48.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:47.043153+0000 mgr.smithi026.gdpjol (mgr.14164) 320 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 161 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 21 MiB/s wr, 1.50k op/s 2024-02-15T18:13:48.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:47.043153+0000 mgr.smithi026.gdpjol (mgr.14164) 320 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 161 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 21 MiB/s wr, 1.50k op/s 2024-02-15T18:13:49.094 INFO:teuthology.orchestra.run.smithi026.stdout: 5 18084 34.24 MB/sec warmup 17 sec latency 32.267 ms 2024-02-15T18:13:50.094 INFO:teuthology.orchestra.run.smithi026.stdout: 5 19071 33.44 MB/sec warmup 18 sec latency 77.064 ms 2024-02-15T18:13:50.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:49.043643+0000 mgr.smithi026.gdpjol (mgr.14164) 321 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 166 MiB data, 870 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 17 MiB/s wr, 1.48k op/s 2024-02-15T18:13:50.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:49.043643+0000 mgr.smithi026.gdpjol (mgr.14164) 321 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 166 MiB data, 870 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 17 MiB/s wr, 1.48k op/s 2024-02-15T18:13:51.094 INFO:teuthology.orchestra.run.smithi026.stdout: 5 20187 32.55 MB/sec warmup 19 sec latency 122.024 ms 2024-02-15T18:13:52.095 INFO:teuthology.orchestra.run.smithi026.stdout: 5 21364 33.41 MB/sec warmup 20 sec latency 19.320 ms 2024-02-15T18:13:52.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:51.044226+0000 mgr.smithi026.gdpjol (mgr.14164) 322 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 177 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 18 MiB/s wr, 1.70k op/s 2024-02-15T18:13:52.573 INFO:teuthology.orchestra.run.smithi026.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:13:52.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:51.044226+0000 mgr.smithi026.gdpjol (mgr.14164) 322 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 177 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 18 MiB/s wr, 1.70k op/s 2024-02-15T18:13:53.095 INFO:teuthology.orchestra.run.smithi026.stdout: 5 22196 32.47 MB/sec warmup 21 sec latency 19.906 ms 2024-02-15T18:13:53.584 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-15T18:13:53.584 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:13:53.584 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-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-15T18:13:53.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:52.569379+0000 mgr.smithi026.gdpjol (mgr.14164) 323 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:53.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:52.570282+0000 mgr.smithi026.gdpjol (mgr.14164) 324 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:13:53.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:52.573445+0000 mon.smithi026 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:53.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:52.573974+0000 mon.smithi026 (mon.0) 722 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:53.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:52.575251+0000 mon.smithi026 (mon.0) 723 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:53.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:52.576037+0000 mon.smithi026 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:53.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:52.581273+0000 mon.smithi026 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:53.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:52.588307+0000 mon.smithi026 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:53.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:13:52.590078+0000 mgr.smithi026.gdpjol (mgr.14164) 325 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:13:53.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:53.044710+0000 mgr.smithi026.gdpjol (mgr.14164) 326 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 181 MiB data, 975 MiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-02-15T18:13:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:52.569379+0000 mgr.smithi026.gdpjol (mgr.14164) 323 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:52.570282+0000 mgr.smithi026.gdpjol (mgr.14164) 324 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:13:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:52.573445+0000 mon.smithi026 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:52.573974+0000 mon.smithi026 (mon.0) 722 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:13:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:52.575251+0000 mon.smithi026 (mon.0) 723 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:13:53.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:52.576037+0000 mon.smithi026 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:13:53.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:52.581273+0000 mon.smithi026 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:53.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:52.588307+0000 mon.smithi026 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:13:53.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:13:52.590078+0000 mgr.smithi026.gdpjol (mgr.14164) 325 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-15T18:13:53.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:53.044710+0000 mgr.smithi026.gdpjol (mgr.14164) 326 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 181 MiB data, 975 MiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-02-15T18:13:54.095 INFO:teuthology.orchestra.run.smithi026.stdout: 5 23170 32.07 MB/sec warmup 22 sec latency 15.658 ms 2024-02-15T18:13:55.095 INFO:teuthology.orchestra.run.smithi026.stdout: 5 24289 32.16 MB/sec warmup 23 sec latency 29.854 ms 2024-02-15T18:13:56.095 INFO:teuthology.orchestra.run.smithi026.stdout: 5 25224 32.23 MB/sec warmup 24 sec latency 20.467 ms 2024-02-15T18:13:56.100 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:13:56.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:55.045320+0000 mgr.smithi026.gdpjol (mgr.14164) 327 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.50k op/s 2024-02-15T18:13:56.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:55.045320+0000 mgr.smithi026.gdpjol (mgr.14164) 327 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.50k op/s 2024-02-15T18:13:57.065 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (4m) 18s ago 7m 19.6M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (6m) 18s ago 6m 6395k - 16.2.5 6933c2a0b7dd 04721383c114 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (5m) 26s ago 5m 6391k - 16.2.5 6933c2a0b7dd 3eca1fb72e26 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (4m) 18s ago 6m 32.9M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (49s) 18s ago 48s 14.4M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (46s) 26s ago 46s 13.4M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:9283 running (8m) 18s ago 8m 423M - 16.2.5 6933c2a0b7dd 102610ac93b6 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (5m) 26s ago 5m 372M - 16.2.5 6933c2a0b7dd e6a0fd4ccbda 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (8m) 18s ago 8m 47.6M 2048M 16.2.5 6933c2a0b7dd 7fb7b730fe34 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (5m) 26s ago 5m 42.7M 2048M 16.2.5 6933c2a0b7dd d78d021dec2e 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.0.smithi026.jcvlup smithi026 *:2049 running (35s) 18s ago 34s 53.6M - 3.5 6933c2a0b7dd b3765c9b3c96 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.0.smithi158.byewhh smithi158 *:2049 running (29s) 26s ago 29s 16.8M - 3.5 6933c2a0b7dd 74804310380c 2024-02-15T18:13:57.066 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (6m) 18s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (5m) 26s ago 5m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (5m) 18s ago 5m 36.8M 3225M 16.2.5 6933c2a0b7dd ef87bb3374cb 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (4m) 18s ago 4m 36.9M 3225M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (4m) 18s ago 4m 38.0M 3225M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (3m) 18s ago 3m 37.3M 3225M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (3m) 26s ago 3m 39.2M 3992M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (3m) 26s ago 3m 35.1M 3992M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (2m) 26s ago 2m 37.3M 3992M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (2m) 26s ago 2m 37.5M 3992M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:13:57.067 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (4m) 18s ago 5m 38.6M - 2.18.1 de242295e225 ed0d73f4b073 2024-02-15T18:13:57.095 INFO:teuthology.orchestra.run.smithi026.stdout: 5 25971 31.31 MB/sec warmup 25 sec latency 30.463 ms 2024-02-15T18:13:57.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:56.084924+0000 mgr.smithi026.gdpjol (mgr.14164) 328 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:57.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:56.084924+0000 mgr.smithi026.gdpjol (mgr.14164) 328 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:13:57.660 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:13:57.661 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:13:57.661 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T18:13:57.661 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:13:57.661 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:13:58.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 27207 31.07 MB/sec warmup 26 sec latency 29.874 ms 2024-02-15T18:13:58.173 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:13:58.173 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-15T18:13:58.173 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:13:58.173 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [], 2024-02-15T18:13:58.174 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "", 2024-02-15T18:13:58.174 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 image" 2024-02-15T18:13:58.174 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:13:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:56.576707+0000 mgr.smithi026.gdpjol (mgr.14164) 329 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:57.045862+0000 mgr.smithi026.gdpjol (mgr.14164) 330 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-02-15T18:13:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:57.048843+0000 mgr.smithi026.gdpjol (mgr.14164) 331 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:57.658185+0000 mon.smithi026 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.26:0/3201135819' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:13:58.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:56.576707+0000 mgr.smithi026.gdpjol (mgr.14164) 329 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:58.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:57.045862+0000 mgr.smithi026.gdpjol (mgr.14164) 330 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-02-15T18:13:58.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:57.048843+0000 mgr.smithi026.gdpjol (mgr.14164) 331 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:57.658185+0000 mon.smithi026 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.26:0/3201135819' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:13:59.095 INFO:teuthology.orchestra.run.smithi026.stdout: 5 28301 31.55 MB/sec warmup 27 sec latency 26.483 ms 2024-02-15T18:13:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:13:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:13:58.170674+0000 mgr.smithi026.gdpjol (mgr.14164) 332 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:13:59.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:13:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:13:58.170674+0000 mgr.smithi026.gdpjol (mgr.14164) 332 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:00.095 INFO:teuthology.orchestra.run.smithi026.stdout: 5 28943 31.08 MB/sec warmup 28 sec latency 23.520 ms 2024-02-15T18:14:00.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:13:59.046392+0000 mgr.smithi026.gdpjol (mgr.14164) 333 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.39k op/s 2024-02-15T18:14:00.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:13:59.046392+0000 mgr.smithi026.gdpjol (mgr.14164) 333 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 15 MiB/s wr, 1.39k op/s 2024-02-15T18:14:01.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 29759 30.57 MB/sec warmup 29 sec latency 26.519 ms 2024-02-15T18:14:02.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 30862 30.20 MB/sec warmup 30 sec latency 23.819 ms 2024-02-15T18:14:02.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:01.046910+0000 mgr.smithi026.gdpjol (mgr.14164) 334 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 202 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-02-15T18:14:02.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:01.046910+0000 mgr.smithi026.gdpjol (mgr.14164) 334 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 202 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-02-15T18:14:03.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 31932 30.72 MB/sec warmup 31 sec latency 33.843 ms 2024-02-15T18:14:04.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 32770 30.24 MB/sec warmup 32 sec latency 24.388 ms 2024-02-15T18:14:04.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:03.047405+0000 mgr.smithi026.gdpjol (mgr.14164) 335 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 208 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-15T18:14:04.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:03.047405+0000 mgr.smithi026.gdpjol (mgr.14164) 335 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 208 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-15T18:14:05.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 33736 30.06 MB/sec warmup 33 sec latency 19.459 ms 2024-02-15T18:14:06.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 35000 30.27 MB/sec warmup 34 sec latency 16.857 ms 2024-02-15T18:14:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:05.047916+0000 mgr.smithi026.gdpjol (mgr.14164) 336 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 217 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-02-15T18:14:06.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:05.047916+0000 mgr.smithi026.gdpjol (mgr.14164) 336 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 217 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-02-15T18:14:07.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 36072 30.33 MB/sec warmup 35 sec latency 26.280 ms 2024-02-15T18:14:08.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 36905 30.01 MB/sec warmup 36 sec latency 17.211 ms 2024-02-15T18:14:08.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:07.048453+0000 mgr.smithi026.gdpjol (mgr.14164) 337 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 220 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.20k op/s 2024-02-15T18:14:08.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:07.048453+0000 mgr.smithi026.gdpjol (mgr.14164) 337 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 220 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.20k op/s 2024-02-15T18:14:09.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 37844 29.58 MB/sec warmup 37 sec latency 23.909 ms 2024-02-15T18:14:10.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 38720 29.77 MB/sec warmup 38 sec latency 35.491 ms 2024-02-15T18:14:10.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:09.048892+0000 mgr.smithi026.gdpjol (mgr.14164) 338 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-02-15T18:14:10.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:09.048892+0000 mgr.smithi026.gdpjol (mgr.14164) 338 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-02-15T18:14:11.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 39489 29.65 MB/sec warmup 39 sec latency 20.738 ms 2024-02-15T18:14:12.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 40267 29.24 MB/sec warmup 40 sec latency 19.416 ms 2024-02-15T18:14:12.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:11.049440+0000 mgr.smithi026.gdpjol (mgr.14164) 339 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-02-15T18:14:12.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:11.049440+0000 mgr.smithi026.gdpjol (mgr.14164) 339 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-02-15T18:14:13.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 41493 29.09 MB/sec warmup 41 sec latency 26.387 ms 2024-02-15T18:14:14.096 INFO:teuthology.orchestra.run.smithi026.stdout: 5 42399 29.29 MB/sec warmup 42 sec latency 30.549 ms 2024-02-15T18:14:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:13.049958+0000 mgr.smithi026.gdpjol (mgr.14164) 340 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-15T18:14:14.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:13.049958+0000 mgr.smithi026.gdpjol (mgr.14164) 340 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-15T18:14:15.097 INFO:teuthology.orchestra.run.smithi026.stdout: 5 43048 29.12 MB/sec warmup 43 sec latency 26.420 ms 2024-02-15T18:14:16.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 43791 28.75 MB/sec warmup 44 sec latency 26.800 ms 2024-02-15T18:14:16.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:15.050966+0000 mgr.smithi026.gdpjol (mgr.14164) 341 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-02-15T18:14:16.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:15.050966+0000 mgr.smithi026.gdpjol (mgr.14164) 341 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-02-15T18:14:17.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 45018 28.63 MB/sec warmup 45 sec latency 30.577 ms 2024-02-15T18:14:18.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 46004 28.90 MB/sec warmup 46 sec latency 29.969 ms 2024-02-15T18:14:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:17.051522+0000 mgr.smithi026.gdpjol (mgr.14164) 342 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 253 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.29k op/s 2024-02-15T18:14:18.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:17.051522+0000 mgr.smithi026.gdpjol (mgr.14164) 342 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 253 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.29k op/s 2024-02-15T18:14:19.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 46468 28.65 MB/sec warmup 47 sec latency 25.662 ms 2024-02-15T18:14:20.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 47136 28.20 MB/sec warmup 48 sec latency 28.093 ms 2024-02-15T18:14:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:19.052007+0000 mgr.smithi026.gdpjol (mgr.14164) 343 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.26k op/s 2024-02-15T18:14:20.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:19.052007+0000 mgr.smithi026.gdpjol (mgr.14164) 343 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.26k op/s 2024-02-15T18:14:21.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 48071 28.08 MB/sec warmup 49 sec latency 19.764 ms 2024-02-15T18:14:22.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 49339 28.35 MB/sec warmup 50 sec latency 17.920 ms 2024-02-15T18:14:22.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:21.052508+0000 mgr.smithi026.gdpjol (mgr.14164) 344 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 269 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2024-02-15T18:14:22.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:21.052508+0000 mgr.smithi026.gdpjol (mgr.14164) 344 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 269 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2024-02-15T18:14:23.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 50345 28.33 MB/sec warmup 51 sec latency 15.619 ms 2024-02-15T18:14:24.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 51546 28.29 MB/sec warmup 52 sec latency 13.096 ms 2024-02-15T18:14:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:23.053187+0000 mgr.smithi026.gdpjol (mgr.14164) 345 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 269 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-02-15T18:14:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:24.130532+0000 mon.smithi026 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:14:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:24.132062+0000 mon.smithi026 (mon.0) 729 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:14:24.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:23.053187+0000 mgr.smithi026.gdpjol (mgr.14164) 345 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 269 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-02-15T18:14:24.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:24.130532+0000 mon.smithi026 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:14:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:24.132062+0000 mon.smithi026 (mon.0) 729 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:14:25.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 52401 28.14 MB/sec warmup 53 sec latency 24.662 ms 2024-02-15T18:14:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:14:24.130969+0000 mgr.smithi026.gdpjol (mgr.14164) 346 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-15T18:14:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:14:24.131136+0000 mgr.smithi026.gdpjol (mgr.14164) 347 : 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-15T18:14:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:14:24.133237+0000 mgr.smithi026.gdpjol (mgr.14164) 348 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi026.gdpjol) 2024-02-15T18:14:25.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:14:24.130969+0000 mgr.smithi026.gdpjol (mgr.14164) 346 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-15T18:14:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:14:24.131136+0000 mgr.smithi026.gdpjol (mgr.14164) 347 : 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-15T18:14:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:14:24.133237+0000 mgr.smithi026.gdpjol (mgr.14164) 348 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi026.gdpjol) 2024-02-15T18:14:26.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 53169 28.21 MB/sec warmup 54 sec latency 32.468 ms 2024-02-15T18:14:26.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:14:24.464290+0000 mgr.smithi026.gdpjol (mgr.14164) 349 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi158 2024-02-15T18:14:26.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:25.053830+0000 mgr.smithi026.gdpjol (mgr.14164) 350 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 275 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2024-02-15T18:14:26.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:14:24.464290+0000 mgr.smithi026.gdpjol (mgr.14164) 349 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi158 2024-02-15T18:14:26.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:25.053830+0000 mgr.smithi026.gdpjol (mgr.14164) 350 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 275 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2024-02-15T18:14:27.098 INFO:teuthology.orchestra.run.smithi026.stdout: 5 53957 28.01 MB/sec warmup 55 sec latency 31.111 ms 2024-02-15T18:14:28.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 54799 27.89 MB/sec warmup 56 sec latency 15.644 ms 2024-02-15T18:14:28.558 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:14:28.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:27.054380+0000 mgr.smithi026.gdpjol (mgr.14164) 351 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 284 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-02-15T18:14:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:27.971975+0000 mon.smithi026 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:14:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:27.972302+0000 mon.smithi026 (mon.0) 731 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:14:28.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:27.054380+0000 mgr.smithi026.gdpjol (mgr.14164) 351 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 284 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-02-15T18:14:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:27.971975+0000 mon.smithi026 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:14:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:27.972302+0000 mon.smithi026 (mon.0) 731 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:14:29.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 55593 27.59 MB/sec warmup 57 sec latency 25.669 ms 2024-02-15T18:14:29.234 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:14:29.234 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (5m) 50s ago 7m 19.6M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:14:29.234 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (7m) 50s ago 7m 6395k - 16.2.5 6933c2a0b7dd 04721383c114 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (6m) 58s ago 6m 6391k - 16.2.5 6933c2a0b7dd 3eca1fb72e26 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (5m) 50s ago 7m 32.9M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (81s) 50s ago 80s 14.4M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (78s) 58s ago 78s 13.4M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:9283 running (9m) 50s ago 9m 423M - 16.2.5 6933c2a0b7dd 102610ac93b6 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (6m) 58s ago 6m 372M - 16.2.5 6933c2a0b7dd e6a0fd4ccbda 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (9m) 50s ago 9m 47.6M 2048M 16.2.5 6933c2a0b7dd 7fb7b730fe34 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (6m) 58s ago 6m 42.7M 2048M 16.2.5 6933c2a0b7dd d78d021dec2e 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.0.smithi026.jcvlup smithi026 *:2049 running (67s) 50s ago 66s 53.6M - 3.5 6933c2a0b7dd b3765c9b3c96 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.0.smithi158.byewhh smithi158 *:2049 running (61s) 58s ago 61s 16.8M - 3.5 6933c2a0b7dd 74804310380c 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (6m) 50s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (5m) 58s ago 5m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:14:29.235 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (5m) 50s ago 5m 36.8M 3225M 16.2.5 6933c2a0b7dd ef87bb3374cb 2024-02-15T18:14:29.236 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (5m) 50s ago 5m 36.9M 3225M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:14:29.236 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (4m) 50s ago 4m 38.0M 3225M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:14:29.236 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (4m) 50s ago 4m 37.3M 3225M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:14:29.236 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (4m) 58s ago 4m 39.2M 3992M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:14:29.236 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (3m) 58s ago 3m 35.1M 3992M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:14:29.236 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (3m) 58s ago 3m 37.3M 3992M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:14:29.236 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (3m) 58s ago 2m 37.5M 3992M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:14:29.236 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (5m) 50s ago 6m 38.6M - 2.18.1 de242295e225 ed0d73f4b073 2024-02-15T18:14:29.671 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:14:29.671 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:14:29.671 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:14:29.672 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:14:29.672 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:14:29.672 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:14:29.672 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:14:29.672 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:14:29.672 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:14:29.672 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:14:29.672 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:14:29.673 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:14:29.673 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:14:29.673 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:14:29.673 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T18:14:29.673 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:14:29.673 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:14:30.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 56300 27.63 MB/sec warmup 58 sec latency 39.808 ms 2024-02-15T18:14:30.128 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:14:30.128 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:14:30.128 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:14:30.128 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [], 2024-02-15T18:14:30.128 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-15T18:14:30.128 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc image on host smithi158" 2024-02-15T18:14:30.129 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:14:30.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:28.544181+0000 mgr.smithi026.gdpjol (mgr.14164) 352 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:30.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:28.892972+0000 mgr.smithi026.gdpjol (mgr.14164) 353 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:30.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:29.054840+0000 mgr.smithi026.gdpjol (mgr.14164) 354 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 286 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-15T18:14:30.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:29.224571+0000 mgr.smithi026.gdpjol (mgr.14164) 355 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:30.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:29.671808+0000 mon.smithi026 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.26:0/3782017135' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:14:30.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:28.544181+0000 mgr.smithi026.gdpjol (mgr.14164) 352 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:30.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:28.892972+0000 mgr.smithi026.gdpjol (mgr.14164) 353 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:30.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:29.054840+0000 mgr.smithi026.gdpjol (mgr.14164) 354 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 286 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-15T18:14:30.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:29.224571+0000 mgr.smithi026.gdpjol (mgr.14164) 355 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:30.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:29.671808+0000 mon.smithi026 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.26:0/3782017135' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:14:31.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 57171 27.69 MB/sec warmup 59 sec latency 16.623 ms 2024-02-15T18:14:31.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:30.128453+0000 mgr.smithi026.gdpjol (mgr.14164) 356 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:31.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:30.128453+0000 mgr.smithi026.gdpjol (mgr.14164) 356 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:14:32.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 58007 27.45 MB/sec warmup 60 sec latency 14.891 ms 2024-02-15T18:14:32.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:31.055325+0000 mgr.smithi026.gdpjol (mgr.14164) 357 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-02-15T18:14:32.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:31.055325+0000 mgr.smithi026.gdpjol (mgr.14164) 357 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-02-15T18:14:33.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 58797 27.27 MB/sec warmup 61 sec latency 49.476 ms 2024-02-15T18:14:34.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 59205 26.93 MB/sec warmup 62 sec latency 36.076 ms 2024-02-15T18:14:34.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:33.055760+0000 mgr.smithi026.gdpjol (mgr.14164) 358 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 302 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-02-15T18:14:34.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:33.055760+0000 mgr.smithi026.gdpjol (mgr.14164) 358 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 302 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-02-15T18:14:35.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 59580 26.77 MB/sec warmup 63 sec latency 47.341 ms 2024-02-15T18:14:36.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 60219 26.76 MB/sec warmup 64 sec latency 35.875 ms 2024-02-15T18:14:36.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:35.056178+0000 mgr.smithi026.gdpjol (mgr.14164) 359 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 299 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.27k op/s 2024-02-15T18:14:36.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:35.056178+0000 mgr.smithi026.gdpjol (mgr.14164) 359 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 299 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.27k op/s 2024-02-15T18:14:37.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 60920 26.63 MB/sec warmup 65 sec latency 23.022 ms 2024-02-15T18:14:38.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 61474 26.39 MB/sec warmup 66 sec latency 17.934 ms 2024-02-15T18:14:38.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:37.056620+0000 mgr.smithi026.gdpjol (mgr.14164) 360 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-02-15T18:14:38.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:37.056620+0000 mgr.smithi026.gdpjol (mgr.14164) 360 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-02-15T18:14:39.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 62323 26.25 MB/sec warmup 67 sec latency 37.300 ms 2024-02-15T18:14:40.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 63305 26.31 MB/sec warmup 68 sec latency 11.984 ms 2024-02-15T18:14:40.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:39.057097+0000 mgr.smithi026.gdpjol (mgr.14164) 361 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.7 MiB/s wr, 869 op/s 2024-02-15T18:14:40.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:39.057097+0000 mgr.smithi026.gdpjol (mgr.14164) 361 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.7 MiB/s wr, 869 op/s 2024-02-15T18:14:41.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 64119 26.42 MB/sec warmup 69 sec latency 24.638 ms 2024-02-15T18:14:42.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 64706 26.13 MB/sec warmup 70 sec latency 24.783 ms 2024-02-15T18:14:42.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:41.057537+0000 mgr.smithi026.gdpjol (mgr.14164) 362 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 307 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-02-15T18:14:42.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:41.057537+0000 mgr.smithi026.gdpjol (mgr.14164) 362 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 307 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-02-15T18:14:43.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 65289 25.95 MB/sec warmup 71 sec latency 21.206 ms 2024-02-15T18:14:43.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:43.057999+0000 mgr.smithi026.gdpjol (mgr.14164) 363 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 312 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 871 op/s 2024-02-15T18:14:43.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:43.057999+0000 mgr.smithi026.gdpjol (mgr.14164) 363 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 312 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 871 op/s 2024-02-15T18:14:44.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 66192 25.83 MB/sec warmup 72 sec latency 28.531 ms 2024-02-15T18:14:45.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 67031 25.95 MB/sec warmup 73 sec latency 19.600 ms 2024-02-15T18:14:46.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 67609 25.90 MB/sec warmup 74 sec latency 123.907 ms 2024-02-15T18:14:46.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:45.058547+0000 mgr.smithi026.gdpjol (mgr.14164) 364 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.2 MiB/s wr, 874 op/s 2024-02-15T18:14:46.657 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:45.058547+0000 mgr.smithi026.gdpjol (mgr.14164) 364 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.2 MiB/s wr, 874 op/s 2024-02-15T18:14:47.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 67926 25.62 MB/sec warmup 75 sec latency 36.245 ms 2024-02-15T18:14:48.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 68537 25.42 MB/sec warmup 76 sec latency 25.871 ms 2024-02-15T18:14:48.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:47.059082+0000 mgr.smithi026.gdpjol (mgr.14164) 365 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 845 op/s 2024-02-15T18:14:48.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:47.059082+0000 mgr.smithi026.gdpjol (mgr.14164) 365 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 845 op/s 2024-02-15T18:14:49.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 69385 25.33 MB/sec warmup 77 sec latency 37.697 ms 2024-02-15T18:14:50.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 70149 25.26 MB/sec warmup 78 sec latency 31.821 ms 2024-02-15T18:14:50.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:49.059535+0000 mgr.smithi026.gdpjol (mgr.14164) 366 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.8 MiB/s wr, 939 op/s 2024-02-15T18:14:50.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:49.059535+0000 mgr.smithi026.gdpjol (mgr.14164) 366 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.8 MiB/s wr, 939 op/s 2024-02-15T18:14:51.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 70932 25.36 MB/sec warmup 79 sec latency 30.524 ms 2024-02-15T18:14:52.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 71299 25.19 MB/sec warmup 80 sec latency 40.648 ms 2024-02-15T18:14:52.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:51.060014+0000 mgr.smithi026.gdpjol (mgr.14164) 367 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2024-02-15T18:14:52.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:51.060014+0000 mgr.smithi026.gdpjol (mgr.14164) 367 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2024-02-15T18:14:53.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 71623 24.92 MB/sec warmup 81 sec latency 40.531 ms 2024-02-15T18:14:54.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 72182 24.78 MB/sec warmup 82 sec latency 45.269 ms 2024-02-15T18:14:54.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:53.060480+0000 mgr.smithi026.gdpjol (mgr.14164) 368 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-02-15T18:14:54.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:54.053962+0000 mon.smithi026 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:14:54.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:54.054765+0000 mon.smithi026 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.xjmdwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:14:54.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:54.055615+0000 mon.smithi026 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:14:54.335 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:14:54.056506+0000 mon.smithi026 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:14:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:53.060480+0000 mgr.smithi026.gdpjol (mgr.14164) 368 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-02-15T18:14:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:54.053962+0000 mon.smithi026 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:14:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:54.054765+0000 mon.smithi026 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.xjmdwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:14:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:54.055615+0000 mon.smithi026 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:14:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:14:54.056506+0000 mon.smithi026 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:14:55.099 INFO:teuthology.orchestra.run.smithi026.stdout: 5 72871 24.64 MB/sec warmup 83 sec latency 34.556 ms 2024-02-15T18:14:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:14:54.049929+0000 mgr.smithi026.gdpjol (mgr.14164) 369 : cephadm [INF] Upgrade: Updating mgr.smithi158.xjmdwr 2024-02-15T18:14:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:14:54.058259+0000 mgr.smithi026.gdpjol (mgr.14164) 370 : cephadm [INF] Deploying daemon mgr.smithi158.xjmdwr on smithi158 2024-02-15T18:14:55.638 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:14:54.049929+0000 mgr.smithi026.gdpjol (mgr.14164) 369 : cephadm [INF] Upgrade: Updating mgr.smithi158.xjmdwr 2024-02-15T18:14:55.638 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:14:54.058259+0000 mgr.smithi026.gdpjol (mgr.14164) 370 : cephadm [INF] Deploying daemon mgr.smithi158.xjmdwr on smithi158 2024-02-15T18:14:56.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 73840 24.65 MB/sec warmup 84 sec latency 19.321 ms 2024-02-15T18:14:56.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:55.060899+0000 mgr.smithi026.gdpjol (mgr.14164) 371 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.9 MiB/s wr, 1.05k op/s 2024-02-15T18:14:56.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:55.060899+0000 mgr.smithi026.gdpjol (mgr.14164) 371 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.9 MiB/s wr, 1.05k op/s 2024-02-15T18:14:57.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 74786 24.83 MB/sec warmup 85 sec latency 15.770 ms 2024-02-15T18:14:58.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 75459 24.63 MB/sec warmup 86 sec latency 26.470 ms 2024-02-15T18:14:58.535 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:14:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:57.061453+0000 mgr.smithi026.gdpjol (mgr.14164) 372 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 899 op/s 2024-02-15T18:14:58.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:14:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:57.061453+0000 mgr.smithi026.gdpjol (mgr.14164) 372 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 899 op/s 2024-02-15T18:14:59.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 76037 24.51 MB/sec warmup 87 sec latency 27.571 ms 2024-02-15T18:15:00.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 76639 24.36 MB/sec warmup 88 sec latency 33.940 ms 2024-02-15T18:15:00.518 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:15:00.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:14:59.061857+0000 mgr.smithi026.gdpjol (mgr.14164) 373 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.8 MiB/s wr, 953 op/s 2024-02-15T18:15:00.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:14:59.061857+0000 mgr.smithi026.gdpjol (mgr.14164) 373 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.8 MiB/s wr, 953 op/s 2024-02-15T18:15:01.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 77160 24.25 MB/sec warmup 89 sec latency 61.518 ms 2024-02-15T18:15:01.185 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:15:01.185 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (6m) 82s ago 8m 19.6M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:15:01.185 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (8m) 82s ago 8m 6395k - 16.2.5 6933c2a0b7dd 04721383c114 2024-02-15T18:15:01.185 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (6m) 90s ago 6m 6391k - 16.2.5 6933c2a0b7dd 3eca1fb72e26 2024-02-15T18:15:01.185 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (5m) 82s ago 7m 32.9M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:15:01.185 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (113s) 82s ago 112s 14.4M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:15:01.185 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (110s) 90s ago 110s 13.4M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:15:01.185 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:9283 running (9m) 82s ago 9m 423M - 16.2.5 6933c2a0b7dd 102610ac93b6 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (6m) 90s ago 6m 372M - 16.2.5 6933c2a0b7dd e6a0fd4ccbda 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (9m) 82s ago 9m 47.6M 2048M 16.2.5 6933c2a0b7dd 7fb7b730fe34 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (6m) 90s ago 6m 42.7M 2048M 16.2.5 6933c2a0b7dd d78d021dec2e 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.0.smithi026.jcvlup smithi026 *:2049 running (99s) 82s ago 98s 53.6M - 3.5 6933c2a0b7dd b3765c9b3c96 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.0.smithi158.byewhh smithi158 *:2049 running (93s) 90s ago 93s 16.8M - 3.5 6933c2a0b7dd 74804310380c 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (7m) 82s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (6m) 90s ago 6m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (6m) 82s ago 6m 36.8M 3225M 16.2.5 6933c2a0b7dd ef87bb3374cb 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (5m) 82s ago 5m 36.9M 3225M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (5m) 82s ago 5m 38.0M 3225M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (4m) 82s ago 4m 37.3M 3225M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (4m) 90s ago 4m 39.2M 3992M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:15:01.186 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (4m) 90s ago 4m 35.1M 3992M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:15:01.187 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (3m) 90s ago 3m 37.3M 3992M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:15:01.187 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (3m) 90s ago 3m 37.5M 3992M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:15:01.187 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (5m) 82s ago 6m 38.6M - 2.18.1 de242295e225 ed0d73f4b073 2024-02-15T18:15:01.577 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:15:01.578 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:15:01.579 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:15:01.579 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-15T18:15:01.579 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:15:01.579 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:15:01.905 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:15:01.905 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:15:01.905 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:15:01.905 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [], 2024-02-15T18:15:01.905 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-15T18:15:01.905 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading mgr daemons" 2024-02-15T18:15:01.905 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:15:02.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 77731 24.24 MB/sec warmup 90 sec latency 46.423 ms 2024-02-15T18:15:02.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:00.504032+0000 mgr.smithi026.gdpjol (mgr.14164) 374 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:02.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:00.840300+0000 mgr.smithi026.gdpjol (mgr.14164) 375 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:02.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:01.062318+0000 mgr.smithi026.gdpjol (mgr.14164) 376 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-02-15T18:15:02.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:01.173987+0000 mgr.smithi026.gdpjol (mgr.14164) 377 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:02.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:01.578095+0000 mon.smithi026 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.26:0/4095899705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:15:02.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:02.211594+0000 mon.smithi026 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:15:02.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:02.212344+0000 mon.smithi026 (mon.0) 739 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:02.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:02.213280+0000 mon.smithi026 (mon.0) 740 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:02.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:02.214035+0000 mon.smithi026 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:00.504032+0000 mgr.smithi026.gdpjol (mgr.14164) 374 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:00.840300+0000 mgr.smithi026.gdpjol (mgr.14164) 375 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:01.062318+0000 mgr.smithi026.gdpjol (mgr.14164) 376 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:01.173987+0000 mgr.smithi026.gdpjol (mgr.14164) 377 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:01.578095+0000 mon.smithi026 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.26:0/4095899705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:02.211594+0000 mon.smithi026 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:02.212344+0000 mon.smithi026 (mon.0) 739 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:02.213280+0000 mon.smithi026 (mon.0) 740 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:02.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:02.214035+0000 mon.smithi026 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:15:03.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 78091 24.15 MB/sec warmup 91 sec latency 77.564 ms 2024-02-15T18:15:03.509 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:01.905466+0000 mgr.smithi026.gdpjol (mgr.14164) 378 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:03.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:01.905466+0000 mgr.smithi026.gdpjol (mgr.14164) 378 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:04.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 78866 24.04 MB/sec warmup 92 sec latency 36.514 ms 2024-02-15T18:15:04.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:03.062715+0000 mgr.smithi026.gdpjol (mgr.14164) 379 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 9.2 MiB/s wr, 940 op/s 2024-02-15T18:15:04.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:03.062715+0000 mgr.smithi026.gdpjol (mgr.14164) 379 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 9.2 MiB/s wr, 940 op/s 2024-02-15T18:15:05.100 INFO:teuthology.orchestra.run.smithi026.stdout: 5 79388 23.91 MB/sec warmup 93 sec latency 48.510 ms 2024-02-15T18:15:06.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 79992 23.78 MB/sec warmup 94 sec latency 31.820 ms 2024-02-15T18:15:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:05.063215+0000 mgr.smithi026.gdpjol (mgr.14164) 380 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 335 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.3 MiB/s wr, 846 op/s 2024-02-15T18:15:06.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:05.063215+0000 mgr.smithi026.gdpjol (mgr.14164) 380 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 335 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.3 MiB/s wr, 846 op/s 2024-02-15T18:15:07.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 80797 23.75 MB/sec warmup 95 sec latency 29.734 ms 2024-02-15T18:15:08.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 81479 23.81 MB/sec warmup 96 sec latency 86.340 ms 2024-02-15T18:15:08.549 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:07.063635+0000 mgr.smithi026.gdpjol (mgr.14164) 381 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 833 op/s 2024-02-15T18:15:08.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:07.063635+0000 mgr.smithi026.gdpjol (mgr.14164) 381 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 833 op/s 2024-02-15T18:15:09.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 82160 23.76 MB/sec warmup 97 sec latency 52.517 ms 2024-02-15T18:15:09.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:08.933889+0000 mon.smithi026 (mon.0) 742 : cluster [DBG] Standby manager daemon smithi158.xjmdwr restarted 2024-02-15T18:15:09.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:08.933976+0000 mon.smithi026 (mon.0) 743 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:15:09.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:08.936588+0000 mon.smithi026 (mon.0) 744 : audit [DBG] from='mgr.? 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/crt"}]: dispatch 2024-02-15T18:15:09.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:08.937198+0000 mon.smithi026 (mon.0) 745 : audit [DBG] from='mgr.? 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:15:09.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:08.941870+0000 mon.smithi026 (mon.0) 746 : audit [DBG] from='mgr.? 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/key"}]: dispatch 2024-02-15T18:15:09.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:08.942497+0000 mon.smithi026 (mon.0) 747 : audit [DBG] from='mgr.? 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:15:09.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:08.933889+0000 mon.smithi026 (mon.0) 742 : cluster [DBG] Standby manager daemon smithi158.xjmdwr restarted 2024-02-15T18:15:09.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:08.933976+0000 mon.smithi026 (mon.0) 743 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:15:09.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:08.936588+0000 mon.smithi026 (mon.0) 744 : audit [DBG] from='mgr.? 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/crt"}]: dispatch 2024-02-15T18:15:09.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:08.937198+0000 mon.smithi026 (mon.0) 745 : audit [DBG] from='mgr.? 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:15:09.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:08.941870+0000 mon.smithi026 (mon.0) 746 : audit [DBG] from='mgr.? 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/key"}]: dispatch 2024-02-15T18:15:09.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:08.942497+0000 mon.smithi026 (mon.0) 747 : audit [DBG] from='mgr.? 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:15:10.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 82865 23.66 MB/sec warmup 98 sec latency 82.392 ms 2024-02-15T18:15:10.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:09.064152+0000 mgr.smithi026.gdpjol (mgr.14164) 382 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.9 MiB/s wr, 881 op/s 2024-02-15T18:15:10.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:09.264757+0000 mon.smithi026 (mon.0) 748 : cluster [DBG] mgrmap e21: smithi026.gdpjol(active, since 8m), standbys: smithi158.xjmdwr 2024-02-15T18:15:10.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:09.064152+0000 mgr.smithi026.gdpjol (mgr.14164) 382 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.9 MiB/s wr, 881 op/s 2024-02-15T18:15:10.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:09.264757+0000 mon.smithi026 (mon.0) 748 : cluster [DBG] mgrmap e21: smithi026.gdpjol(active, since 8m), standbys: smithi158.xjmdwr 2024-02-15T18:15:11.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 83635 23.55 MB/sec warmup 99 sec latency 68.330 ms 2024-02-15T18:15:12.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 84204 23.49 MB/sec warmup 100 sec latency 24.369 ms 2024-02-15T18:15:12.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:11.064600+0000 mgr.smithi026.gdpjol (mgr.14164) 383 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 924 op/s 2024-02-15T18:15:12.569 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:11.064600+0000 mgr.smithi026.gdpjol (mgr.14164) 383 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 924 op/s 2024-02-15T18:15:13.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 84735 23.48 MB/sec warmup 101 sec latency 25.597 ms 2024-02-15T18:15:14.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 85154 23.42 MB/sec warmup 102 sec latency 33.265 ms 2024-02-15T18:15:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:13.065068+0000 mgr.smithi026.gdpjol (mgr.14164) 384 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 819 op/s 2024-02-15T18:15:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:14.122432+0000 mon.smithi026 (mon.0) 749 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:15:14.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:13.065068+0000 mgr.smithi026.gdpjol (mgr.14164) 384 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 819 op/s 2024-02-15T18:15:14.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:14.122432+0000 mon.smithi026 (mon.0) 749 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:15:15.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 85671 23.30 MB/sec warmup 103 sec latency 39.602 ms 2024-02-15T18:15:15.717 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:14.464570+0000 mon.smithi026 (mon.0) 750 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:15:15.717 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:14.471784+0000 mon.smithi026 (mon.0) 751 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:15:15.718 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:14.475010+0000 mon.smithi026 (mon.0) 752 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:15.718 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:14.475990+0000 mgr.smithi026.gdpjol (mgr.14164) 385 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi026.gdpjol) 2024-02-15T18:15:15.718 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:14.478907+0000 mgr.smithi026.gdpjol (mgr.14164) 386 : cephadm [INF] Failing over to other MGR 2024-02-15T18:15:15.718 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:14.479243+0000 mon.smithi026 (mon.0) 753 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr fail", "who": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:15:15.718 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:14.483677+0000 mon.smithi026 (mon.0) 754 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-15T18:15:15.718 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:15.065427+0000 mgr.smithi026.gdpjol (mgr.14164) 387 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 328 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.2 MiB/s wr, 823 op/s 2024-02-15T18:15:15.718 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:15.065464+0000 mon.smithi026 (mon.0) 755 : cluster [DBG] Standby manager daemon smithi026.gdpjol started 2024-02-15T18:15:15.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:14.464570+0000 mon.smithi026 (mon.0) 750 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:15:15.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:14.471784+0000 mon.smithi026 (mon.0) 751 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' 2024-02-15T18:15:15.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:14.475010+0000 mon.smithi026 (mon.0) 752 : audit [DBG] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:15.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:14.475990+0000 mgr.smithi026.gdpjol (mgr.14164) 385 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi026.gdpjol) 2024-02-15T18:15:15.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:14.478907+0000 mgr.smithi026.gdpjol (mgr.14164) 386 : cephadm [INF] Failing over to other MGR 2024-02-15T18:15:15.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:14.479243+0000 mon.smithi026 (mon.0) 753 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr fail", "who": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:15:15.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:14.483677+0000 mon.smithi026 (mon.0) 754 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-15T18:15:15.781 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:15.065427+0000 mgr.smithi026.gdpjol (mgr.14164) 387 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 328 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.2 MiB/s wr, 823 op/s 2024-02-15T18:15:15.781 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:15.065464+0000 mon.smithi026 (mon.0) 755 : cluster [DBG] Standby manager daemon smithi026.gdpjol started 2024-02-15T18:15:16.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 86096 23.13 MB/sec warmup 104 sec latency 27.937 ms 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.478601+0000 mon.smithi026 (mon.0) 756 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "mgr fail", "who": "smithi026.gdpjol"}]': finished 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:15.478688+0000 mon.smithi026 (mon.0) 757 : cluster [DBG] mgrmap e22: smithi158.xjmdwr(active, starting, since 0.998692s), standbys: smithi026.gdpjol 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.485687+0000 mon.smithi158 (mon.1) 19 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.485871+0000 mon.smithi158 (mon.1) 20 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.486056+0000 mon.smithi158 (mon.1) 21 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.486254+0000 mon.smithi158 (mon.1) 22 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.486507+0000 mon.smithi158 (mon.1) 23 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr metadata", "who": "smithi158.xjmdwr", "id": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.486802+0000 mon.smithi158 (mon.1) 24 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr metadata", "who": "smithi026.gdpjol", "id": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.487026+0000 mon.smithi158 (mon.1) 25 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:15:16.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.487288+0000 mon.smithi158 (mon.1) 26 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.487554+0000 mon.smithi158 (mon.1) 27 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.487914+0000 mon.smithi158 (mon.1) 28 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.488196+0000 mon.smithi158 (mon.1) 29 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.488344+0000 mon.smithi158 (mon.1) 30 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.488482+0000 mon.smithi158 (mon.1) 31 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.488598+0000 mon.smithi158 (mon.1) 32 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.489088+0000 mon.smithi158 (mon.1) 33 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.489418+0000 mon.smithi158 (mon.1) 34 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.490207+0000 mon.smithi158 (mon.1) 35 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:15.512245+0000 mon.smithi026 (mon.0) 758 : cluster [INF] Manager daemon smithi158.xjmdwr is now available 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.535928+0000 mon.smithi026 (mon.0) 759 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:15.538536+0000 mgr.smithi158.xjmdwr (mgr.14658) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.657291+0000 mon.smithi158 (mon.1) 36 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.658988+0000 mon.smithi158 (mon.1) 37 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:16.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.706722+0000 mon.smithi026 (mon.0) 760 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:16.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.731732+0000 mon.smithi158 (mon.1) 38 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.xjmdwr/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:15:16.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.735920+0000 mon.smithi026 (mon.0) 761 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.xjmdwr/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:15:16.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.743996+0000 mon.smithi158 (mon.1) 39 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.xjmdwr/trash_purge_schedule"}]: dispatch 2024-02-15T18:15:16.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:15.744271+0000 mon.smithi026 (mon.0) 762 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.xjmdwr/trash_purge_schedule"}]: dispatch 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.478601+0000 mon.smithi026 (mon.0) 756 : audit [INF] from='mgr.14164 172.21.15.26:0/3133264519' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "mgr fail", "who": "smithi026.gdpjol"}]': finished 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:15.478688+0000 mon.smithi026 (mon.0) 757 : cluster [DBG] mgrmap e22: smithi158.xjmdwr(active, starting, since 0.998692s), standbys: smithi026.gdpjol 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.485687+0000 mon.smithi158 (mon.1) 19 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.485871+0000 mon.smithi158 (mon.1) 20 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.486056+0000 mon.smithi158 (mon.1) 21 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.486254+0000 mon.smithi158 (mon.1) 22 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.486507+0000 mon.smithi158 (mon.1) 23 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr metadata", "who": "smithi158.xjmdwr", "id": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.486802+0000 mon.smithi158 (mon.1) 24 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr metadata", "who": "smithi026.gdpjol", "id": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:15:16.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.487026+0000 mon.smithi158 (mon.1) 25 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.487288+0000 mon.smithi158 (mon.1) 26 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.487554+0000 mon.smithi158 (mon.1) 27 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.487914+0000 mon.smithi158 (mon.1) 28 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.488196+0000 mon.smithi158 (mon.1) 29 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.488344+0000 mon.smithi158 (mon.1) 30 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.488482+0000 mon.smithi158 (mon.1) 31 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.488598+0000 mon.smithi158 (mon.1) 32 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.489088+0000 mon.smithi158 (mon.1) 33 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.489418+0000 mon.smithi158 (mon.1) 34 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.490207+0000 mon.smithi158 (mon.1) 35 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:15:16.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:15.512245+0000 mon.smithi026 (mon.0) 758 : cluster [INF] Manager daemon smithi158.xjmdwr is now available 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.535928+0000 mon.smithi026 (mon.0) 759 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:15.538536+0000 mgr.smithi158.xjmdwr (mgr.14658) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.657291+0000 mon.smithi158 (mon.1) 36 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.658988+0000 mon.smithi158 (mon.1) 37 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.706722+0000 mon.smithi026 (mon.0) 760 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.731732+0000 mon.smithi158 (mon.1) 38 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.xjmdwr/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.735920+0000 mon.smithi026 (mon.0) 761 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.xjmdwr/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.743996+0000 mon.smithi158 (mon.1) 39 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.xjmdwr/trash_purge_schedule"}]: dispatch 2024-02-15T18:15:16.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:15.744271+0000 mon.smithi026 (mon.0) 762 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi158.xjmdwr/trash_purge_schedule"}]: dispatch 2024-02-15T18:15:17.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 86491 23.00 MB/sec warmup 105 sec latency 53.574 ms 2024-02-15T18:15:17.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:16.506516+0000 mon.smithi026 (mon.0) 763 : cluster [DBG] mgrmap e23: smithi158.xjmdwr(active, since 2s), standbys: smithi026.gdpjol 2024-02-15T18:15:17.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:16.531140+0000 mgr.smithi158.xjmdwr (mgr.14658) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:15:17.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:16.506516+0000 mon.smithi026 (mon.0) 763 : cluster [DBG] mgrmap e23: smithi158.xjmdwr(active, since 2s), standbys: smithi026.gdpjol 2024-02-15T18:15:17.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:16.531140+0000 mgr.smithi158.xjmdwr (mgr.14658) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:15:18.101 INFO:teuthology.orchestra.run.smithi026.stdout: 5 86971 22.88 MB/sec warmup 106 sec latency 50.652 ms 2024-02-15T18:15:18.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:17.488177+0000 mgr.smithi158.xjmdwr (mgr.14658) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:15:18.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:17.511380+0000 mon.smithi026 (mon.0) 764 : cluster [DBG] mgrmap e24: smithi158.xjmdwr(active, since 3s), standbys: smithi026.gdpjol 2024-02-15T18:15:18.887 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:17.488177+0000 mgr.smithi158.xjmdwr (mgr.14658) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:15:18.887 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:17.511380+0000 mon.smithi026 (mon.0) 764 : cluster [DBG] mgrmap e24: smithi158.xjmdwr(active, since 3s), standbys: smithi026.gdpjol 2024-02-15T18:15:19.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 87645 22.82 MB/sec warmup 107 sec latency 28.144 ms 2024-02-15T18:15:20.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 88436 22.87 MB/sec warmup 108 sec latency 19.440 ms 2024-02-15T18:15:20.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:19.488512+0000 mgr.smithi158.xjmdwr (mgr.14658) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:15:20.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:19.488512+0000 mgr.smithi158.xjmdwr (mgr.14658) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:15:21.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 89027 22.85 MB/sec warmup 109 sec latency 27.276 ms 2024-02-15T18:15:21.997 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:20.997226+0000 mon.smithi026 (mon.0) 765 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.319795+0000 mon.smithi158 (mon.1) 40 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.320293+0000 mon.smithi026 (mon.0) 766 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.321311+0000 mon.smithi158 (mon.1) 41 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.321484+0000 mon.smithi026 (mon.0) 767 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.322693+0000 mon.smithi158 (mon.1) 42 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.322897+0000 mon.smithi026 (mon.0) 768 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.323864+0000 mon.smithi158 (mon.1) 43 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.324229+0000 mon.smithi026 (mon.0) 769 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:21.324966+0000 mgr.smithi158.xjmdwr (mgr.14658) 5 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 2712M 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:21.332782+0000 mon.smithi026 (mon.0) 770 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:21.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:21.488814+0000 mgr.smithi158.xjmdwr (mgr.14658) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:15:22.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 89552 22.73 MB/sec warmup 110 sec latency 34.991 ms 2024-02-15T18:15:22.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:20.997226+0000 mon.smithi026 (mon.0) 765 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:22.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.319795+0000 mon.smithi158 (mon.1) 40 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:22.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.320293+0000 mon.smithi026 (mon.0) 766 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:22.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.321311+0000 mon.smithi158 (mon.1) 41 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:22.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.321484+0000 mon.smithi026 (mon.0) 767 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:22.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.322693+0000 mon.smithi158 (mon.1) 42 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:22.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.322897+0000 mon.smithi026 (mon.0) 768 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:22.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.323864+0000 mon.smithi158 (mon.1) 43 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:22.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.324229+0000 mon.smithi026 (mon.0) 769 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:22.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:21.324966+0000 mgr.smithi158.xjmdwr (mgr.14658) 5 : cephadm [INF] Adjusting osd_memory_target on smithi158 to 2712M 2024-02-15T18:15:22.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:21.332782+0000 mon.smithi026 (mon.0) 770 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:22.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:21.488814+0000 mgr.smithi158.xjmdwr (mgr.14658) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:15:23.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 90215 22.65 MB/sec warmup 111 sec latency 38.532 ms 2024-02-15T18:15:23.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:23.411780+0000 mon.smithi026 (mon.0) 771 : cluster [DBG] Standby manager daemon smithi026.gdpjol restarted 2024-02-15T18:15:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:23.411910+0000 mon.smithi026 (mon.0) 772 : cluster [DBG] Standby manager daemon smithi026.gdpjol started 2024-02-15T18:15:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:23.413335+0000 mon.smithi026 (mon.0) 773 : audit [DBG] from='mgr.? 172.21.15.26:0/1627496516' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi026.gdpjol/crt"}]: dispatch 2024-02-15T18:15:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:23.414921+0000 mon.smithi026 (mon.0) 774 : audit [DBG] from='mgr.? 172.21.15.26:0/1627496516' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:15:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:23.419759+0000 mon.smithi026 (mon.0) 775 : audit [DBG] from='mgr.? 172.21.15.26:0/1627496516' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi026.gdpjol/key"}]: dispatch 2024-02-15T18:15:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:23.420276+0000 mon.smithi026 (mon.0) 776 : audit [DBG] from='mgr.? 172.21.15.26:0/1627496516' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:15:23.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:23.411780+0000 mon.smithi026 (mon.0) 771 : cluster [DBG] Standby manager daemon smithi026.gdpjol restarted 2024-02-15T18:15:23.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:23.411910+0000 mon.smithi026 (mon.0) 772 : cluster [DBG] Standby manager daemon smithi026.gdpjol started 2024-02-15T18:15:23.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:23.413335+0000 mon.smithi026 (mon.0) 773 : audit [DBG] from='mgr.? 172.21.15.26:0/1627496516' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi026.gdpjol/crt"}]: dispatch 2024-02-15T18:15:23.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:23.414921+0000 mon.smithi026 (mon.0) 774 : audit [DBG] from='mgr.? 172.21.15.26:0/1627496516' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:15:23.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:23.419759+0000 mon.smithi026 (mon.0) 775 : audit [DBG] from='mgr.? 172.21.15.26:0/1627496516' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi026.gdpjol/key"}]: dispatch 2024-02-15T18:15:23.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:23.420276+0000 mon.smithi026 (mon.0) 776 : audit [DBG] from='mgr.? 172.21.15.26:0/1627496516' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:15:24.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 91080 22.62 MB/sec warmup 112 sec latency 51.876 ms 2024-02-15T18:15:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:23.470784+0000 mon.smithi026 (mon.0) 777 : cluster [DBG] mgrmap e25: smithi158.xjmdwr(active, since 8s), standbys: smithi026.gdpjol 2024-02-15T18:15:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:23.489335+0000 mgr.smithi158.xjmdwr (mgr.14658) 7 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 6.3 MiB/s wr, 588 op/s 2024-02-15T18:15:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:23.952022+0000 mon.smithi026 (mon.0) 778 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.379738+0000 mon.smithi158 (mon.1) 44 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.380008+0000 mon.smithi026 (mon.0) 779 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.381557+0000 mon.smithi158 (mon.1) 45 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.381875+0000 mon.smithi026 (mon.0) 780 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.383038+0000 mon.smithi158 (mon.1) 46 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.383247+0000 mon.smithi026 (mon.0) 781 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.384358+0000 mon.smithi158 (mon.1) 47 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.384504+0000 mon.smithi026 (mon.0) 782 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.390445+0000 mon.smithi026 (mon.0) 783 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.392719+0000 mon.smithi158 (mon.1) 48 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.393386+0000 mon.smithi158 (mon.1) 49 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.451212+0000 mon.smithi026 (mon.0) 784 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.455603+0000 mon.smithi026 (mon.0) 785 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.462519+0000 mon.smithi026 (mon.0) 786 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:23.470784+0000 mon.smithi026 (mon.0) 777 : cluster [DBG] mgrmap e25: smithi158.xjmdwr(active, since 8s), standbys: smithi026.gdpjol 2024-02-15T18:15:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:23.489335+0000 mgr.smithi158.xjmdwr (mgr.14658) 7 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 6.3 MiB/s wr, 588 op/s 2024-02-15T18:15:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:23.952022+0000 mon.smithi026 (mon.0) 778 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.379738+0000 mon.smithi158 (mon.1) 44 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.380008+0000 mon.smithi026 (mon.0) 779 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.381557+0000 mon.smithi158 (mon.1) 45 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.381875+0000 mon.smithi026 (mon.0) 780 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.383038+0000 mon.smithi158 (mon.1) 46 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.383247+0000 mon.smithi026 (mon.0) 781 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.384358+0000 mon.smithi158 (mon.1) 47 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.384504+0000 mon.smithi026 (mon.0) 782 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.390445+0000 mon.smithi026 (mon.0) 783 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.392719+0000 mon.smithi158 (mon.1) 48 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.393386+0000 mon.smithi158 (mon.1) 49 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.451212+0000 mon.smithi026 (mon.0) 784 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.455603+0000 mon.smithi026 (mon.0) 785 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:24.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.462519+0000 mon.smithi026 (mon.0) 786 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:25.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 91719 22.64 MB/sec warmup 113 sec latency 445.663 ms 2024-02-15T18:15:25.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:24.385515+0000 mgr.smithi158.xjmdwr (mgr.14658) 8 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 1945M 2024-02-15T18:15:25.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:24.395890+0000 mgr.smithi158.xjmdwr (mgr.14658) 9 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-02-15T18:15:25.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:24.396171+0000 mgr.smithi158.xjmdwr (mgr.14658) 10 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.conf 2024-02-15T18:15:25.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:24.418398+0000 mgr.smithi158.xjmdwr (mgr.14658) 11 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:15:25.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:24.428121+0000 mgr.smithi158.xjmdwr (mgr.14658) 12 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:15:25.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.488004+0000 mon.smithi158 (mon.1) 50 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T18:15:25.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:24.488244+0000 mon.smithi026 (mon.0) 787 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T18:15:25.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:24.385515+0000 mgr.smithi158.xjmdwr (mgr.14658) 8 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 1945M 2024-02-15T18:15:25.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:24.395890+0000 mgr.smithi158.xjmdwr (mgr.14658) 9 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-02-15T18:15:25.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:24.396171+0000 mgr.smithi158.xjmdwr (mgr.14658) 10 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.conf 2024-02-15T18:15:25.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:24.418398+0000 mgr.smithi158.xjmdwr (mgr.14658) 11 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:15:25.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:24.428121+0000 mgr.smithi158.xjmdwr (mgr.14658) 12 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:15:25.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.488004+0000 mon.smithi158 (mon.1) 50 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T18:15:25.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:24.488244+0000 mon.smithi026 (mon.0) 787 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-15T18:15:26.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 92555 22.68 MB/sec warmup 114 sec latency 19.048 ms 2024-02-15T18:15:26.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:25.485278+0000 mon.smithi026 (mon.0) 788 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-15T18:15:26.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:25.485332+0000 mon.smithi026 (mon.0) 789 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-15T18:15:26.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:25.486303+0000 mon.smithi158 (mon.1) 51 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' 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-15T18:15:26.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:25.486700+0000 mon.smithi026 (mon.0) 790 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:26.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:25.489892+0000 mgr.smithi158.xjmdwr (mgr.14658) 13 : cluster [DBG] pgmap v9: 129 pgs: 32 unknown, 97 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 4.9 MiB/s wr, 456 op/s 2024-02-15T18:15:26.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:25.490226+0000 mon.smithi158 (mon.1) 52 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T18:15:26.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:25.491059+0000 mon.smithi158 (mon.1) 53 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:15:26.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:25.492466+0000 mon.smithi026 (mon.0) 791 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T18:15:26.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:25.493748+0000 mon.smithi026 (mon.0) 792 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:25.485278+0000 mon.smithi026 (mon.0) 788 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:25.485332+0000 mon.smithi026 (mon.0) 789 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:25.486303+0000 mon.smithi158 (mon.1) 51 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' 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-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:25.486700+0000 mon.smithi026 (mon.0) 790 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:25.489892+0000 mgr.smithi158.xjmdwr (mgr.14658) 13 : cluster [DBG] pgmap v9: 129 pgs: 32 unknown, 97 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 4.9 MiB/s wr, 456 op/s 2024-02-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:25.490226+0000 mon.smithi158 (mon.1) 52 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:25.491059+0000 mon.smithi158 (mon.1) 53 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:25.492466+0000 mon.smithi026 (mon.0) 791 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-15T18:15:26.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:25.493748+0000 mon.smithi026 (mon.0) 792 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:15:27.103 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 22.56 MB/sec warmup 115 sec latency 140.419 ms 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:26.486955+0000 mon.smithi026 (mon.0) 793 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:26.487028+0000 mon.smithi026 (mon.0) 794 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:26.487072+0000 mon.smithi026 (mon.0) 795 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:26.490665+0000 mgr.smithi158.xjmdwr (mgr.14658) 14 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:26.527079+0000 mgr.smithi158.xjmdwr (mgr.14658) 15 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:26.527173+0000 mgr.smithi158.xjmdwr (mgr.14658) 16 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi026.jcvlup', 'nfs.foo.1.0.smithi158.byewhh'] 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:26.527234+0000 mgr.smithi158.xjmdwr (mgr.14658) 17 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi026.jcvlup nfs.foo.1.0.smithi158.byewhh 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:26.527624+0000 mgr.smithi158.xjmdwr (mgr.14658) 18 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi026.jcvlup from smithi026 -- ports [2049] 2024-02-15T18:15:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:26.528006+0000 mgr.smithi158.xjmdwr (mgr.14658) 19 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi158.byewhh from smithi158 -- ports [2049] 2024-02-15T18:15:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:27.487842+0000 mon.smithi026 (mon.0) 796 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-15T18:15:27.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:26.486955+0000 mon.smithi026 (mon.0) 793 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-15T18:15:27.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:26.487028+0000 mon.smithi026 (mon.0) 794 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:15:27.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:26.487072+0000 mon.smithi026 (mon.0) 795 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-15T18:15:27.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:26.490665+0000 mgr.smithi158.xjmdwr (mgr.14658) 14 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-15T18:15:27.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:26.527079+0000 mgr.smithi158.xjmdwr (mgr.14658) 15 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-15T18:15:27.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:26.527173+0000 mgr.smithi158.xjmdwr (mgr.14658) 16 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi026.jcvlup', 'nfs.foo.1.0.smithi158.byewhh'] 2024-02-15T18:15:27.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:26.527234+0000 mgr.smithi158.xjmdwr (mgr.14658) 17 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi026.jcvlup nfs.foo.1.0.smithi158.byewhh 2024-02-15T18:15:27.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:26.527624+0000 mgr.smithi158.xjmdwr (mgr.14658) 18 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi026.jcvlup from smithi026 -- ports [2049] 2024-02-15T18:15:27.756 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:26.528006+0000 mgr.smithi158.xjmdwr (mgr.14658) 19 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi158.byewhh from smithi158 -- ports [2049] 2024-02-15T18:15:27.756 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:27.487842+0000 mon.smithi026 (mon.0) 796 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-15T18:15:28.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 22.36 MB/sec warmup 116 sec latency 1140.448 ms 2024-02-15T18:15:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:27.490135+0000 mgr.smithi158.xjmdwr (mgr.14658) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-02-15T18:15:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:27.505641+0000 mon.smithi026 (mon.0) 797 : cluster [DBG] mgrmap e26: smithi158.xjmdwr(active, since 13s), standbys: smithi026.gdpjol 2024-02-15T18:15:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:27.877978+0000 mon.smithi158 (mon.1) 54 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:27.878288+0000 mon.smithi026 (mon.0) 798 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:27.881407+0000 mon.smithi026 (mon.0) 799 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]': finished 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:27.882453+0000 mon.smithi158 (mon.1) 55 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:27.882613+0000 mon.smithi026 (mon.0) 800 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:27.884955+0000 mon.smithi026 (mon.0) 801 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw"}]': finished 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.046989+0000 mon.smithi158 (mon.1) 56 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.047241+0000 mon.smithi026 (mon.0) 802 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.050209+0000 mon.smithi026 (mon.0) 803 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]': finished 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.051162+0000 mon.smithi158 (mon.1) 57 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.051323+0000 mon.smithi026 (mon.0) 804 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.053590+0000 mon.smithi026 (mon.0) 805 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw"}]': finished 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.056699+0000 mon.smithi026 (mon.0) 806 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.057875+0000 mon.smithi158 (mon.1) 58 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T18:15:28.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.091003+0000 mon.smithi158 (mon.1) 59 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.091316+0000 mon.smithi026 (mon.0) 807 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.094206+0000 mon.smithi026 (mon.0) 808 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.101658+0000 mon.smithi026 (mon.0) 809 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.107232+0000 mon.smithi026 (mon.0) 810 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.116624+0000 mon.smithi026 (mon.0) 811 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.124177+0000 mon.smithi026 (mon.0) 812 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.126002+0000 mon.smithi158 (mon.1) 60 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]: dispatch 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.126171+0000 mon.smithi026 (mon.0) 813 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]: dispatch 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.129225+0000 mon.smithi026 (mon.0) 814 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.130340+0000 mon.smithi158 (mon.1) 61 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]: dispatch 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.130525+0000 mon.smithi026 (mon.0) 815 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]: dispatch 2024-02-15T18:15:28.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.133356+0000 mon.smithi026 (mon.0) 816 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.135181+0000 mon.smithi158 (mon.1) 62 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.135381+0000 mon.smithi026 (mon.0) 817 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.137629+0000 mon.smithi026 (mon.0) 818 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.138854+0000 mon.smithi158 (mon.1) 63 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.138964+0000 mon.smithi026 (mon.0) 819 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.141082+0000 mon.smithi026 (mon.0) 820 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.142290+0000 mon.smithi158 (mon.1) 64 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.182285+0000 mon.smithi158 (mon.1) 65 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.182701+0000 mon.smithi026 (mon.0) 821 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:15:28.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.185206+0000 mon.smithi026 (mon.0) 822 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:15:28.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.228079+0000 mon.smithi158 (mon.1) 66 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:15:28.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.228288+0000 mon.smithi026 (mon.0) 823 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:15:28.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.230767+0000 mon.smithi026 (mon.0) 824 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:15:28.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.237301+0000 mon.smithi158 (mon.1) 67 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:28.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:27.490135+0000 mgr.smithi158.xjmdwr (mgr.14658) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-02-15T18:15:28.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:27.505641+0000 mon.smithi026 (mon.0) 797 : cluster [DBG] mgrmap e26: smithi158.xjmdwr(active, since 13s), standbys: smithi026.gdpjol 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:27.877978+0000 mon.smithi158 (mon.1) 54 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]: dispatch 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:27.878288+0000 mon.smithi026 (mon.0) 798 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]: dispatch 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:27.881407+0000 mon.smithi026 (mon.0) 799 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]': finished 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:27.882453+0000 mon.smithi158 (mon.1) 55 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw"}]: dispatch 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:27.882613+0000 mon.smithi026 (mon.0) 800 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw"}]: dispatch 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:27.884955+0000 mon.smithi026 (mon.0) 801 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh-rgw"}]': finished 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.046989+0000 mon.smithi158 (mon.1) 56 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]: dispatch 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.047241+0000 mon.smithi026 (mon.0) 802 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]: dispatch 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.050209+0000 mon.smithi026 (mon.0) 803 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]': finished 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.051162+0000 mon.smithi158 (mon.1) 57 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw"}]: dispatch 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.051323+0000 mon.smithi026 (mon.0) 804 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw"}]: dispatch 2024-02-15T18:15:28.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.053590+0000 mon.smithi026 (mon.0) 805 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup-rgw"}]': finished 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.056699+0000 mon.smithi026 (mon.0) 806 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.057875+0000 mon.smithi158 (mon.1) 58 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.091003+0000 mon.smithi158 (mon.1) 59 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.091316+0000 mon.smithi026 (mon.0) 807 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.094206+0000 mon.smithi026 (mon.0) 808 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.101658+0000 mon.smithi026 (mon.0) 809 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.107232+0000 mon.smithi026 (mon.0) 810 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.116624+0000 mon.smithi026 (mon.0) 811 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.124177+0000 mon.smithi026 (mon.0) 812 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.126002+0000 mon.smithi158 (mon.1) 60 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]: dispatch 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.126171+0000 mon.smithi026 (mon.0) 813 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.jcvlup"}]: dispatch 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.129225+0000 mon.smithi026 (mon.0) 814 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.130340+0000 mon.smithi158 (mon.1) 61 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]: dispatch 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.130525+0000 mon.smithi026 (mon.0) 815 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi158.byewhh"}]: dispatch 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.133356+0000 mon.smithi026 (mon.0) 816 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.135181+0000 mon.smithi158 (mon.1) 62 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.135381+0000 mon.smithi026 (mon.0) 817 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.137629+0000 mon.smithi026 (mon.0) 818 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.138854+0000 mon.smithi158 (mon.1) 63 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.138964+0000 mon.smithi026 (mon.0) 819 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.141082+0000 mon.smithi026 (mon.0) 820 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.142290+0000 mon.smithi158 (mon.1) 64 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.182285+0000 mon.smithi158 (mon.1) 65 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.182701+0000 mon.smithi026 (mon.0) 821 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.185206+0000 mon.smithi026 (mon.0) 822 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:15:28.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.228079+0000 mon.smithi158 (mon.1) 66 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:15:28.775 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.228288+0000 mon.smithi026 (mon.0) 823 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:15:28.775 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.230767+0000 mon.smithi026 (mon.0) 824 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:15:28.775 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.237301+0000 mon.smithi158 (mon.1) 67 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:29.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 22.17 MB/sec warmup 117 sec latency 2140.495 ms 2024-02-15T18:15:29.634 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:27.877611+0000 mgr.smithi158.xjmdwr (mgr.14658) 21 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi158.byewhh 2024-02-15T18:15:29.634 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:27.882249+0000 mgr.smithi158.xjmdwr (mgr.14658) 22 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi158.byewhh-rgw 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.046733+0000 mgr.smithi158.xjmdwr (mgr.14658) 23 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi026.jcvlup 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.050968+0000 mgr.smithi158.xjmdwr (mgr.14658) 24 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi026.jcvlup-rgw 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:28.058531+0000 mgr.smithi158.xjmdwr (mgr.14658) 25 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.098742+0000 mgr.smithi158.xjmdwr (mgr.14658) 26 : cephadm [INF] Done migrating nfs.foo 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.098801+0000 mgr.smithi158.xjmdwr (mgr.14658) 27 : cephadm [INF] Done migrating all NFS services 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.125701+0000 mgr.smithi158.xjmdwr (mgr.14658) 28 : cephadm [INF] Fencing old nfs.foo.0.0.smithi026.jcvlup 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.130182+0000 mgr.smithi158.xjmdwr (mgr.14658) 29 : cephadm [INF] Fencing old nfs.foo.1.0.smithi158.byewhh 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.134912+0000 mgr.smithi158.xjmdwr (mgr.14658) 30 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi026.ilnpwf 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.138677+0000 mgr.smithi158.xjmdwr (mgr.14658) 31 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.227650+0000 mgr.smithi158.xjmdwr (mgr.14658) 32 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:15:29.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.227731+0000 mgr.smithi158.xjmdwr (mgr.14658) 33 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi026.ilnpwf-rgw 2024-02-15T18:15:29.636 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:28.238290+0000 mgr.smithi158.xjmdwr (mgr.14658) 34 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi026.ilnpwf on smithi026 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:27.877611+0000 mgr.smithi158.xjmdwr (mgr.14658) 21 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi158.byewhh 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:27.882249+0000 mgr.smithi158.xjmdwr (mgr.14658) 22 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi158.byewhh-rgw 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.046733+0000 mgr.smithi158.xjmdwr (mgr.14658) 23 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi026.jcvlup 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.050968+0000 mgr.smithi158.xjmdwr (mgr.14658) 24 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi026.jcvlup-rgw 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:28.058531+0000 mgr.smithi158.xjmdwr (mgr.14658) 25 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.098742+0000 mgr.smithi158.xjmdwr (mgr.14658) 26 : cephadm [INF] Done migrating nfs.foo 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.098801+0000 mgr.smithi158.xjmdwr (mgr.14658) 27 : cephadm [INF] Done migrating all NFS services 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.125701+0000 mgr.smithi158.xjmdwr (mgr.14658) 28 : cephadm [INF] Fencing old nfs.foo.0.0.smithi026.jcvlup 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.130182+0000 mgr.smithi158.xjmdwr (mgr.14658) 29 : cephadm [INF] Fencing old nfs.foo.1.0.smithi158.byewhh 2024-02-15T18:15:29.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.134912+0000 mgr.smithi158.xjmdwr (mgr.14658) 30 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi026.ilnpwf 2024-02-15T18:15:29.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.138677+0000 mgr.smithi158.xjmdwr (mgr.14658) 31 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:15:29.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.227650+0000 mgr.smithi158.xjmdwr (mgr.14658) 32 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:15:29.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.227731+0000 mgr.smithi158.xjmdwr (mgr.14658) 33 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi026.ilnpwf-rgw 2024-02-15T18:15:29.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:28.238290+0000 mgr.smithi158.xjmdwr (mgr.14658) 34 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi026.ilnpwf on smithi026 2024-02-15T18:15:30.102 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 21.98 MB/sec warmup 118 sec latency 3140.544 ms 2024-02-15T18:15:30.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:29.490556+0000 mgr.smithi158.xjmdwr (mgr.14658) 35 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 810 op/s 2024-02-15T18:15:30.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:29.513410+0000 mon.smithi026 (mon.0) 825 : cluster [DBG] mgrmap e27: smithi158.xjmdwr(active, since 15s), standbys: smithi026.gdpjol 2024-02-15T18:15:30.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:29.490556+0000 mgr.smithi158.xjmdwr (mgr.14658) 35 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 810 op/s 2024-02-15T18:15:30.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:29.513410+0000 mon.smithi026 (mon.0) 825 : cluster [DBG] mgrmap e27: smithi158.xjmdwr(active, since 15s), standbys: smithi026.gdpjol 2024-02-15T18:15:31.103 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 21.80 MB/sec warmup 119 sec latency 4140.641 ms 2024-02-15T18:15:31.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:30.637642+0000 mon.smithi026 (mon.0) 826 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:30.639819+0000 mgr.smithi158.xjmdwr (mgr.14658) 36 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi158.zgcgyn 2024-02-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:30.640129+0000 mon.smithi158 (mon.1) 68 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:30.640482+0000 mon.smithi026 (mon.0) 827 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:30.642911+0000 mon.smithi026 (mon.0) 828 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:30.644422+0000 mgr.smithi158.xjmdwr (mgr.14658) 37 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:30.644708+0000 mon.smithi158 (mon.1) 69 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' 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-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:30.644848+0000 mon.smithi026 (mon.0) 829 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:30.647075+0000 mon.smithi026 (mon.0) 830 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:31.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:30.648960+0000 mon.smithi158 (mon.1) 70 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:30.637642+0000 mon.smithi026 (mon.0) 826 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:30.639819+0000 mgr.smithi158.xjmdwr (mgr.14658) 36 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi158.zgcgyn 2024-02-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:30.640129+0000 mon.smithi158 (mon.1) 68 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:30.640482+0000 mon.smithi026 (mon.0) 827 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:30.642911+0000 mon.smithi026 (mon.0) 828 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:30.644422+0000 mgr.smithi158.xjmdwr (mgr.14658) 37 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:30.644708+0000 mon.smithi158 (mon.1) 69 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' 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-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:30.644848+0000 mon.smithi026 (mon.0) 829 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:30.647075+0000 mon.smithi026 (mon.0) 830 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 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-15T18:15:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:30.648960+0000 mon.smithi158 (mon.1) 70 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:32.237 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:15:32.829 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:15:32.829 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (6m) 8s ago 8m 19.6M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:15:32.829 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (8m) 8s ago 8m 6395k - 16.2.5 6933c2a0b7dd 04721383c114 2024-02-15T18:15:32.829 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (7m) 11s ago 7m 6391k - 16.2.5 6933c2a0b7dd 3eca1fb72e26 2024-02-15T18:15:32.829 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (6m) 8s ago 8m 33.0M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:15:32.829 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (2m) 8s ago 2m 15.0M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:15:32.829 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (2m) 11s ago 2m 39.1M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:15:32.829 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:9283 running (10m) 8s ago 10m 60.8M - 16.2.5 6933c2a0b7dd 102610ac93b6 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (34s) 11s ago 7m 414M - 16.2.14-521-g0e714d9a 1fbc92c859dc abeb72964a40 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (10m) 8s ago 10m 48.3M 2048M 16.2.5 6933c2a0b7dd 7fb7b730fe34 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (7m) 11s ago 7m 41.4M 2048M 16.2.5 6933c2a0b7dd d78d021dec2e 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 starting - - - - 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (7m) 8s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (6m) 11s ago 6m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (6m) 8s ago 6m 343M 1945M 16.2.5 6933c2a0b7dd ef87bb3374cb 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (6m) 8s ago 6m 265M 1945M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (5m) 8s ago 5m 223M 1945M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (5m) 8s ago 5m 296M 1945M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (5m) 11s ago 5m 346M 2712M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (4m) 11s ago 4m 352M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (4m) 11s ago 4m 287M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:15:32.830 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (4m) 11s ago 4m 425M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:15:32.831 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (6m) 8s ago 7m 49.8M - 2.18.1 de242295e225 ed0d73f4b073 2024-02-15T18:15:33.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:31.491075+0000 mgr.smithi158.xjmdwr (mgr.14658) 38 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 809 op/s 2024-02-15T18:15:33.103 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 0.00 MB/sec execute 1 sec latency 6140.743 ms 2024-02-15T18:15:33.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:31.491075+0000 mgr.smithi158.xjmdwr (mgr.14658) 38 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 809 op/s 2024-02-15T18:15:33.182 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:15:33.183 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:15:33.184 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:15:33.184 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:15:33.184 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-15T18:15:33.184 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:15:33.184 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:15:33.481 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:15:33.482 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:15:33.482 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:15:33.482 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:15:33.482 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [], 2024-02-15T18:15:33.482 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "1/22 daemons upgraded", 2024-02-15T18:15:33.482 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "", 2024-02-15T18:15:33.482 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:15:33.482 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:15:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:32.223280+0000 mgr.smithi158.xjmdwr (mgr.14658) 39 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:32.525626+0000 mgr.smithi158.xjmdwr (mgr.14658) 40 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.183144+0000 mon.smithi026 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.26:0/3097537962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:15:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.536043+0000 mon.smithi158 (mon.1) 71 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:15:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.536261+0000 mon.smithi026 (mon.0) 832 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:15:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.539396+0000 mon.smithi026 (mon.0) 833 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:15:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.546328+0000 mon.smithi158 (mon.1) 72 : audit [INF] from='mds.? [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503]' entity='mds.foofs.smithi158.wdmeny' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/2878309590"}]: dispatch 2024-02-15T18:15:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.546660+0000 mon.smithi026 (mon.0) 834 : audit [INF] from='mds.? ' entity='mds.foofs.smithi158.wdmeny' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/2878309590"}]: dispatch 2024-02-15T18:15:33.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.588994+0000 mon.smithi158 (mon.1) 73 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:15:33.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.589221+0000 mon.smithi026 (mon.0) 835 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:15:33.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.592541+0000 mon.smithi026 (mon.0) 836 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:15:33.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.594140+0000 mon.smithi158 (mon.1) 74 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:34.103 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 0.00 MB/sec execute 2 sec latency 7140.815 ms 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:32.223280+0000 mgr.smithi158.xjmdwr (mgr.14658) 39 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:32.525626+0000 mgr.smithi158.xjmdwr (mgr.14658) 40 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.183144+0000 mon.smithi026 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.26:0/3097537962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.536043+0000 mon.smithi158 (mon.1) 71 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.536261+0000 mon.smithi026 (mon.0) 832 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.539396+0000 mon.smithi026 (mon.0) 833 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.546328+0000 mon.smithi158 (mon.1) 72 : audit [INF] from='mds.? [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503]' entity='mds.foofs.smithi158.wdmeny' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/2878309590"}]: dispatch 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.546660+0000 mon.smithi026 (mon.0) 834 : audit [INF] from='mds.? ' entity='mds.foofs.smithi158.wdmeny' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/2878309590"}]: dispatch 2024-02-15T18:15:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.588994+0000 mon.smithi158 (mon.1) 73 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:15:34.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.589221+0000 mon.smithi026 (mon.0) 835 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:15:34.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.592541+0000 mon.smithi026 (mon.0) 836 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-15T18:15:34.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.594140+0000 mon.smithi158 (mon.1) 74 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:34.891 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:32.819862+0000 mgr.smithi158.xjmdwr (mgr.14658) 41 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:34.891 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:33.482006+0000 mgr.smithi158.xjmdwr (mgr.14658) 42 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:34.891 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:33.491801+0000 mgr.smithi158.xjmdwr (mgr.14658) 43 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 6.9 MiB/s wr, 666 op/s 2024-02-15T18:15:34.891 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:33.546043+0000 mds.foofs.smithi158.wdmeny (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14550 (172.21.15.26:0/2878309590) 2024-02-15T18:15:34.891 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:33.549015+0000 mds.foofs.smithi158.wdmeny (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14722 172.21.15.26:0/623837842) 2024-02-15T18:15:34.891 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:33.588467+0000 mgr.smithi158.xjmdwr (mgr.14658) 44 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:15:34.892 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:33.588581+0000 mgr.smithi158.xjmdwr (mgr.14658) 45 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi158.zgcgyn-rgw 2024-02-15T18:15:34.892 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:33.594900+0000 mgr.smithi158.xjmdwr (mgr.14658) 46 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi158.zgcgyn on smithi158 2024-02-15T18:15:34.892 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:34.542322+0000 mon.smithi026 (mon.0) 837 : audit [INF] from='mds.? ' entity='mds.foofs.smithi158.wdmeny' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/2878309590"}]': finished 2024-02-15T18:15:34.892 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:34.542410+0000 mon.smithi026 (mon.0) 838 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-15T18:15:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:32.819862+0000 mgr.smithi158.xjmdwr (mgr.14658) 41 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:33.482006+0000 mgr.smithi158.xjmdwr (mgr.14658) 42 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:15:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:33.491801+0000 mgr.smithi158.xjmdwr (mgr.14658) 43 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 6.9 MiB/s wr, 666 op/s 2024-02-15T18:15:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:33.546043+0000 mds.foofs.smithi158.wdmeny (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14550 (172.21.15.26:0/2878309590) 2024-02-15T18:15:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:33.549015+0000 mds.foofs.smithi158.wdmeny (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14722 172.21.15.26:0/623837842) 2024-02-15T18:15:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:33.588467+0000 mgr.smithi158.xjmdwr (mgr.14658) 44 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:15:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:33.588581+0000 mgr.smithi158.xjmdwr (mgr.14658) 45 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi158.zgcgyn-rgw 2024-02-15T18:15:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:33.594900+0000 mgr.smithi158.xjmdwr (mgr.14658) 46 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi158.zgcgyn on smithi158 2024-02-15T18:15:35.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:34.542322+0000 mon.smithi026 (mon.0) 837 : audit [INF] from='mds.? ' entity='mds.foofs.smithi158.wdmeny' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/2878309590"}]': finished 2024-02-15T18:15:35.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:34.542410+0000 mon.smithi026 (mon.0) 838 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-15T18:15:35.103 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 0.00 MB/sec execute 3 sec latency 8140.904 ms 2024-02-15T18:15:36.103 INFO:teuthology.orchestra.run.smithi026.stdout: 5 93015 0.00 MB/sec execute 4 sec latency 9141.022 ms 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:[92575] open ./clients/client1/~dmtmp/PM/PMC186.TMP failed for handle 12643 (Stale file handle) 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:(92576) ERROR: handle 12643 was not found 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:[93190] open ./clients/client4/~dmtmp/PWRPNT/NEWTIPS.PPT failed for handle 12845 (Stale file handle) 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:(93191) ERROR: handle 12845 was not found 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:[92943] open ./clients/client0/~dmtmp/PWRPNT/NEWPCB.PPT failed for handle 12793 (Stale file handle) 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:(92944) ERROR: handle 12793 was not found 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:Child failed with status 1 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:[93352] open ./clients/client2/~dmtmp/WORD/~WRD0000.TMP failed for handle 12875 (Stale file handle) 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:(93353) ERROR: handle 12875 was not found 2024-02-15T18:15:36.176 INFO:teuthology.orchestra.run.smithi026.stdout:[93016] open ./clients/client3/~dmtmp/PWRPNT/NEWPCB.PPT failed for handle 12806 (Stale file handle) 2024-02-15T18:15:36.182 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-15T18:15:36.246 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-15T18:15:36.382 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:15:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:35.492172+0000 mgr.smithi158.xjmdwr (mgr.14658) 47 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 537 KiB/s wr, 58 op/s 2024-02-15T18:15:36.621 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:35.492172+0000 mgr.smithi158.xjmdwr (mgr.14658) 47 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 537 KiB/s wr, 58 op/s 2024-02-15T18:15:37.536 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:36.674411+0000 mds.foofs.smithi158.wdmeny (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24359 (172.21.15.158:0/288655771) 2024-02-15T18:15:37.536 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:36.674620+0000 mon.smithi158 (mon.1) 75 : audit [INF] from='mds.? [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503]' entity='mds.foofs.smithi158.wdmeny' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.158:0/288655771"}]: dispatch 2024-02-15T18:15:37.536 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:36.674849+0000 mon.smithi026 (mon.0) 839 : audit [INF] from='mds.? ' entity='mds.foofs.smithi158.wdmeny' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.158:0/288655771"}]: dispatch 2024-02-15T18:15:37.536 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:36.677875+0000 mds.foofs.smithi158.wdmeny (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24511 172.21.15.158:0/3736765725) 2024-02-15T18:15:37.536 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:36.804011+0000 mon.smithi026 (mon.0) 840 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:37.536 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:36.806659+0000 mon.smithi158 (mon.1) 76 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:37.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:36.674411+0000 mds.foofs.smithi158.wdmeny (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24359 (172.21.15.158:0/288655771) 2024-02-15T18:15:37.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:36.674620+0000 mon.smithi158 (mon.1) 75 : audit [INF] from='mds.? [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503]' entity='mds.foofs.smithi158.wdmeny' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.158:0/288655771"}]: dispatch 2024-02-15T18:15:37.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:36.674849+0000 mon.smithi026 (mon.0) 839 : audit [INF] from='mds.? ' entity='mds.foofs.smithi158.wdmeny' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.158:0/288655771"}]: dispatch 2024-02-15T18:15:37.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:36.677875+0000 mds.foofs.smithi158.wdmeny (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24511 172.21.15.158:0/3736765725) 2024-02-15T18:15:37.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:36.804011+0000 mon.smithi026 (mon.0) 840 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:37.599 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:36.806659+0000 mon.smithi158 (mon.1) 76 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:15:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:37.231762+0000 mon.smithi026 (mon.0) 841 : audit [INF] from='mds.? ' entity='mds.foofs.smithi158.wdmeny' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.158:0/288655771"}]': finished 2024-02-15T18:15:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:37.231828+0000 mon.smithi026 (mon.0) 842 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T18:15:38.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:37.492542+0000 mgr.smithi158.xjmdwr (mgr.14658) 48 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 579 KiB/s wr, 80 op/s 2024-02-15T18:15:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:37.231762+0000 mon.smithi026 (mon.0) 841 : audit [INF] from='mds.? ' entity='mds.foofs.smithi158.wdmeny' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.158:0/288655771"}]': finished 2024-02-15T18:15:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:37.231828+0000 mon.smithi026 (mon.0) 842 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-15T18:15:38.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:37.492542+0000 mgr.smithi158.xjmdwr (mgr.14658) 48 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 579 KiB/s wr, 80 op/s 2024-02-15T18:15:40.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:39.492984+0000 mgr.smithi158.xjmdwr (mgr.14658) 49 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 579 KiB/s wr, 80 op/s 2024-02-15T18:15:40.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:39.492984+0000 mgr.smithi158.xjmdwr (mgr.14658) 49 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 579 KiB/s wr, 80 op/s 2024-02-15T18:15:41.422 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:15:42.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:40.716218+0000 mon.smithi026 (mon.0) 843 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:42.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:41.060226+0000 mon.smithi026 (mon.0) 844 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:42.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:40.716218+0000 mon.smithi026 (mon.0) 843 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:42.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:41.060226+0000 mon.smithi026 (mon.0) 844 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:43.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:41.493418+0000 mgr.smithi158.xjmdwr (mgr.14658) 50 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 42 KiB/s wr, 21 op/s 2024-02-15T18:15:43.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:41.493418+0000 mgr.smithi158.xjmdwr (mgr.14658) 50 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 42 KiB/s wr, 21 op/s 2024-02-15T18:15:44.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:43.133621+0000 mon.smithi026 (mon.0) 845 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:44.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:43.135795+0000 mon.smithi158 (mon.1) 77 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:44.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:43.136712+0000 mon.smithi158 (mon.1) 78 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:15:44.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:43.140687+0000 mon.smithi026 (mon.0) 846 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:44.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:15:43.147562+0000 mon.smithi026 (mon.0) 847 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:44.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:43.150274+0000 mgr.smithi158.xjmdwr (mgr.14658) 51 : cephadm [INF] Reconfiguring prometheus.smithi026 (dependencies changed)... 2024-02-15T18:15:44.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:15:43.159694+0000 mgr.smithi158.xjmdwr (mgr.14658) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi026 on smithi026 2024-02-15T18:15:44.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:43.494136+0000 mgr.smithi158.xjmdwr (mgr.14658) 53 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 42 KiB/s wr, 25 op/s 2024-02-15T18:15:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:43.133621+0000 mon.smithi026 (mon.0) 845 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:43.135795+0000 mon.smithi158 (mon.1) 77 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:15:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:43.136712+0000 mon.smithi158 (mon.1) 78 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:15:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:43.140687+0000 mon.smithi026 (mon.0) 846 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:15:43.147562+0000 mon.smithi026 (mon.0) 847 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:15:44.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:43.150274+0000 mgr.smithi158.xjmdwr (mgr.14658) 51 : cephadm [INF] Reconfiguring prometheus.smithi026 (dependencies changed)... 2024-02-15T18:15:44.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:15:43.159694+0000 mgr.smithi158.xjmdwr (mgr.14658) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi026 on smithi026 2024-02-15T18:15:44.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:43.494136+0000 mgr.smithi158.xjmdwr (mgr.14658) 53 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 42 KiB/s wr, 25 op/s 2024-02-15T18:15:46.458 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:15:46.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:45.494520+0000 mgr.smithi158.xjmdwr (mgr.14658) 54 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 37 KiB/s wr, 23 op/s 2024-02-15T18:15:46.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:45.494520+0000 mgr.smithi158.xjmdwr (mgr.14658) 54 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 37 KiB/s wr, 23 op/s 2024-02-15T18:15:48.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:47.495248+0000 mgr.smithi158.xjmdwr (mgr.14658) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 3.9 KiB/s wr, 5 op/s 2024-02-15T18:15:48.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:47.495248+0000 mgr.smithi158.xjmdwr (mgr.14658) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 3.9 KiB/s wr, 5 op/s 2024-02-15T18:15:50.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:49.495760+0000 mgr.smithi158.xjmdwr (mgr.14658) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 3.3 KiB/s wr, 4 op/s 2024-02-15T18:15:50.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:49.495760+0000 mgr.smithi158.xjmdwr (mgr.14658) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 3.3 KiB/s wr, 4 op/s 2024-02-15T18:15:51.495 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:15:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:51.496132+0000 mgr.smithi158.xjmdwr (mgr.14658) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 3.3 KiB/s wr, 4 op/s 2024-02-15T18:15:52.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:51.496132+0000 mgr.smithi158.xjmdwr (mgr.14658) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 3.3 KiB/s wr, 4 op/s 2024-02-15T18:15:54.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:53.496884+0000 mgr.smithi158.xjmdwr (mgr.14658) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 3.7 KiB/s wr, 5 op/s 2024-02-15T18:15:54.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:53.496884+0000 mgr.smithi158.xjmdwr (mgr.14658) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 3.7 KiB/s wr, 5 op/s 2024-02-15T18:15:56.507 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:55.497436+0000 mgr.smithi158.xjmdwr (mgr.14658) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:15:56.543 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:15:56.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:55.497436+0000 mgr.smithi158.xjmdwr (mgr.14658) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:15:58.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:15:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:57.498411+0000 mgr.smithi158.xjmdwr (mgr.14658) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:15:58.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:15:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:57.498411+0000 mgr.smithi158.xjmdwr (mgr.14658) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:16:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:15:59.498920+0000 mgr.smithi158.xjmdwr (mgr.14658) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:16:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:00.333707+0000 mon.smithi026 (mon.0) 848 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:00.338903+0000 mon.smithi158 (mon.1) 79 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:16:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:00.340624+0000 mon.smithi158 (mon.1) 80 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T18:16:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:00.344481+0000 mon.smithi026 (mon.0) 849 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:00.350729+0000 mon.smithi158 (mon.1) 81 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:00.356179+0000 mon.smithi026 (mon.0) 850 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:00.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:15:59.498920+0000 mgr.smithi158.xjmdwr (mgr.14658) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:16:00.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:00.333707+0000 mon.smithi026 (mon.0) 848 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:00.338903+0000 mon.smithi158 (mon.1) 79 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:16:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:00.340624+0000 mon.smithi158 (mon.1) 80 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T18:16:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:00.344481+0000 mon.smithi026 (mon.0) 849 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:00.350729+0000 mon.smithi158 (mon.1) 81 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:00.356179+0000 mon.smithi026 (mon.0) 850 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:01.582 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:01.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:00.339419+0000 mgr.smithi158.xjmdwr (mgr.14658) 62 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:16:01.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:00.340989+0000 mgr.smithi158.xjmdwr (mgr.14658) 63 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T18:16:01.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:00.358879+0000 mgr.smithi158.xjmdwr (mgr.14658) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi158.xjmdwr) 2024-02-15T18:16:01.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:00.359302+0000 mgr.smithi158.xjmdwr (mgr.14658) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi158.xjmdwr) 2024-02-15T18:16:01.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:00.339419+0000 mgr.smithi158.xjmdwr (mgr.14658) 62 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:16:01.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:00.340989+0000 mgr.smithi158.xjmdwr (mgr.14658) 63 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2024-02-15T18:16:01.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:00.358879+0000 mgr.smithi158.xjmdwr (mgr.14658) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi158.xjmdwr) 2024-02-15T18:16:01.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:00.359302+0000 mgr.smithi158.xjmdwr (mgr.14658) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi158.xjmdwr) 2024-02-15T18:16:03.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:01.499487+0000 mgr.smithi158.xjmdwr (mgr.14658) 66 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:16:03.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:01.800252+0000 mgr.smithi158.xjmdwr (mgr.14658) 67 : cephadm [INF] Upgrade: Updating mgr.smithi026.gdpjol 2024-02-15T18:16:03.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:01.804601+0000 mon.smithi026 (mon.0) 851 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:03.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:01.806407+0000 mon.smithi158 (mon.1) 82 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.gdpjol", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:16:03.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:01.806653+0000 mon.smithi026 (mon.0) 852 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.gdpjol", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:16:03.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:01.807682+0000 mon.smithi158 (mon.1) 83 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:16:03.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:01.808597+0000 mon.smithi158 (mon.1) 84 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:03.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:01.809269+0000 mgr.smithi158.xjmdwr (mgr.14658) 68 : cephadm [INF] Deploying daemon mgr.smithi026.gdpjol on smithi026 2024-02-15T18:16:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:01.499487+0000 mgr.smithi158.xjmdwr (mgr.14658) 66 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:16:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:01.800252+0000 mgr.smithi158.xjmdwr (mgr.14658) 67 : cephadm [INF] Upgrade: Updating mgr.smithi026.gdpjol 2024-02-15T18:16:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:01.804601+0000 mon.smithi026 (mon.0) 851 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:01.806407+0000 mon.smithi158 (mon.1) 82 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.gdpjol", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:16:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:01.806653+0000 mon.smithi026 (mon.0) 852 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.gdpjol", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:16:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:01.807682+0000 mon.smithi158 (mon.1) 83 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:16:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:01.808597+0000 mon.smithi158 (mon.1) 84 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:01.809269+0000 mgr.smithi158.xjmdwr (mgr.14658) 68 : cephadm [INF] Deploying daemon mgr.smithi026.gdpjol on smithi026 2024-02-15T18:16:03.814 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:16:04.450 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:16:04.450 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (7m) 21s ago 9m 19.6M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:16:04.450 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (9m) 21s ago 9m 6395k - 16.2.5 6933c2a0b7dd 04721383c114 2024-02-15T18:16:04.450 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (7m) 23s ago 7m 6391k - 16.2.5 6933c2a0b7dd 3eca1fb72e26 2024-02-15T18:16:04.450 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (6m) 21s ago 8m 33.0M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (2m) 21s ago 2m 15.1M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (2m) 23s ago 2m 38.4M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:9283 running (10m) 21s ago 10m 366M - 16.2.5 6933c2a0b7dd 102610ac93b6 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (65s) 23s ago 7m 432M - 16.2.14-521-g0e714d9a 1fbc92c859dc abeb72964a40 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (10m) 21s ago 10m 49.8M 2048M 16.2.5 6933c2a0b7dd 7fb7b730fe34 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (7m) 23s ago 7m 44.2M 2048M 16.2.5 6933c2a0b7dd d78d021dec2e 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (34s) 21s ago 33s 47.4M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (28s) 23s ago 27s 50.8M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (8m) 21s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (7m) 23s ago 7m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (7m) 21s ago 7m 363M 1945M 16.2.5 6933c2a0b7dd ef87bb3374cb 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (6m) 21s ago 6m 284M 1945M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:16:04.451 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (6m) 21s ago 6m 241M 1945M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:16:04.452 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (5m) 21s ago 5m 335M 1945M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:16:04.452 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (5m) 23s ago 5m 352M 2712M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:16:04.452 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (5m) 23s ago 5m 369M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:16:04.452 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (4m) 23s ago 4m 309M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:16:04.452 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (4m) 23s ago 4m 446M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:16:04.452 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 starting - - - - 2024-02-15T18:16:04.835 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:16:04.836 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:16:04.837 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:16:04.837 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:16:04.837 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:16:04.837 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-15T18:16:04.837 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:16:04.837 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:16:05.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:03.500363+0000 mgr.smithi158.xjmdwr (mgr.14658) 69 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:16:05.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:03.798510+0000 mgr.smithi158.xjmdwr (mgr.14658) 70 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:05.148 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:16:05.148 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:16:05.148 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:16:05.148 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:16:05.148 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [], 2024-02-15T18:16:05.149 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "1/23 daemons upgraded", 2024-02-15T18:16:05.149 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading mgr daemons", 2024-02-15T18:16:05.149 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:16:05.149 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:16:05.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:03.500363+0000 mgr.smithi158.xjmdwr (mgr.14658) 69 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:16:05.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:03.798510+0000 mgr.smithi158.xjmdwr (mgr.14658) 70 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:05.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:04.105470+0000 mgr.smithi158.xjmdwr (mgr.14658) 71 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:05.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:04.440628+0000 mgr.smithi158.xjmdwr (mgr.14658) 72 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:05.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:04.834622+0000 mon.smithi026 (mon.0) 853 : audit [DBG] from='client.? 172.21.15.26:0/81247442' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:05.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:05.521132+0000 mon.smithi026 (mon.0) 854 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:05.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:05.523276+0000 mon.smithi158 (mon.1) 85 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:06.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:04.105470+0000 mgr.smithi158.xjmdwr (mgr.14658) 71 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:06.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:04.440628+0000 mgr.smithi158.xjmdwr (mgr.14658) 72 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:06.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:04.834622+0000 mon.smithi026 (mon.0) 853 : audit [DBG] from='client.? 172.21.15.26:0/81247442' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:06.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:05.521132+0000 mon.smithi026 (mon.0) 854 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:06.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:05.523276+0000 mon.smithi158 (mon.1) 85 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:06.622 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:07.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:05.147644+0000 mgr.smithi158.xjmdwr (mgr.14658) 73 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:07.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:05.500892+0000 mgr.smithi158.xjmdwr (mgr.14658) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T18:16:07.133 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:05.147644+0000 mgr.smithi158.xjmdwr (mgr.14658) 73 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:07.133 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:05.500892+0000 mgr.smithi158.xjmdwr (mgr.14658) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T18:16:08.885 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:07.501529+0000 mgr.smithi158.xjmdwr (mgr.14658) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:09.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:07.501529+0000 mgr.smithi158.xjmdwr (mgr.14658) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:10.937 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:09.502021+0000 mgr.smithi158.xjmdwr (mgr.14658) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T18:16:10.937 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:09.869784+0000 mon.smithi026 (mon.0) 855 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:11.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:09.502021+0000 mgr.smithi158.xjmdwr (mgr.14658) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T18:16:11.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:09.869784+0000 mon.smithi026 (mon.0) 855 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:11.663 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:12.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:11.228411+0000 mon.smithi026 (mon.0) 856 : cluster [DBG] Standby manager daemon smithi026.gdpjol restarted 2024-02-15T18:16:12.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:11.228507+0000 mon.smithi026 (mon.0) 857 : cluster [DBG] Standby manager daemon smithi026.gdpjol started 2024-02-15T18:16:12.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:11.231431+0000 mon.smithi026 (mon.0) 858 : audit [DBG] from='mgr.? 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi026.gdpjol/crt"}]: dispatch 2024-02-15T18:16:12.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:11.231843+0000 mon.smithi026 (mon.0) 859 : audit [DBG] from='mgr.? 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:16:12.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:11.234526+0000 mon.smithi026 (mon.0) 860 : audit [DBG] from='mgr.? 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi026.gdpjol/key"}]: dispatch 2024-02-15T18:16:12.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:11.235693+0000 mon.smithi026 (mon.0) 861 : audit [DBG] from='mgr.? 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:16:12.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:11.228411+0000 mon.smithi026 (mon.0) 856 : cluster [DBG] Standby manager daemon smithi026.gdpjol restarted 2024-02-15T18:16:12.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:11.228507+0000 mon.smithi026 (mon.0) 857 : cluster [DBG] Standby manager daemon smithi026.gdpjol started 2024-02-15T18:16:12.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:11.231431+0000 mon.smithi026 (mon.0) 858 : audit [DBG] from='mgr.? 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi026.gdpjol/crt"}]: dispatch 2024-02-15T18:16:12.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:11.231843+0000 mon.smithi026 (mon.0) 859 : audit [DBG] from='mgr.? 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:16:12.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:11.234526+0000 mon.smithi026 (mon.0) 860 : audit [DBG] from='mgr.? 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi026.gdpjol/key"}]: dispatch 2024-02-15T18:16:12.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:11.235693+0000 mon.smithi026 (mon.0) 861 : audit [DBG] from='mgr.? 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:11.502330+0000 mgr.smithi158.xjmdwr (mgr.14658) 77 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:11.825779+0000 mon.smithi026 (mon.0) 862 : cluster [DBG] mgrmap e28: smithi158.xjmdwr(active, since 57s), standbys: smithi026.gdpjol 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:12.594223+0000 mon.smithi026 (mon.0) 863 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:12.596327+0000 mon.smithi158 (mon.1) 86 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:12.597203+0000 mon.smithi158 (mon.1) 87 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:12.601483+0000 mon.smithi026 (mon.0) 864 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:12.608291+0000 mon.smithi026 (mon.0) 865 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:12.612073+0000 mon.smithi158 (mon.1) 88 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:12.616998+0000 mon.smithi158 (mon.1) 89 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr fail", "who": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:16:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:12.617347+0000 mon.smithi026 (mon.0) 866 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr fail", "who": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:16:12.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:12.620153+0000 mon.smithi026 (mon.0) 867 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-15T18:16:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:11.502330+0000 mgr.smithi158.xjmdwr (mgr.14658) 77 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-15T18:16:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:11.825779+0000 mon.smithi026 (mon.0) 862 : cluster [DBG] mgrmap e28: smithi158.xjmdwr(active, since 57s), standbys: smithi026.gdpjol 2024-02-15T18:16:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:12.594223+0000 mon.smithi026 (mon.0) 863 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:12.596327+0000 mon.smithi158 (mon.1) 86 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:12.597203+0000 mon.smithi158 (mon.1) 87 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:12.601483+0000 mon.smithi026 (mon.0) 864 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:12.608291+0000 mon.smithi026 (mon.0) 865 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' 2024-02-15T18:16:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:12.612073+0000 mon.smithi158 (mon.1) 88 : audit [DBG] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:12.616998+0000 mon.smithi158 (mon.1) 89 : audit [INF] from='mgr.14658 172.21.15.158:0/994627761' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr fail", "who": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:16:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:12.617347+0000 mon.smithi026 (mon.0) 866 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "mgr fail", "who": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:16:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:12.620153+0000 mon.smithi026 (mon.0) 867 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-15T18:16:13.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:12.614232+0000 mgr.smithi158.xjmdwr (mgr.14658) 78 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi158.xjmdwr) 2024-02-15T18:16:13.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:12.614668+0000 mgr.smithi158.xjmdwr (mgr.14658) 79 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi158.xjmdwr) 2024-02-15T18:16:13.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:12.616736+0000 mgr.smithi158.xjmdwr (mgr.14658) 80 : cephadm [INF] Failing over to other MGR 2024-02-15T18:16:13.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:13.246351+0000 mon.smithi026 (mon.0) 868 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:16:13.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.617060+0000 mon.smithi026 (mon.0) 869 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "mgr fail", "who": "smithi158.xjmdwr"}]': finished 2024-02-15T18:16:13.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:13.617145+0000 mon.smithi026 (mon.0) 870 : cluster [DBG] mgrmap e29: smithi026.gdpjol(active, starting, since 0.999142s), standbys: smithi158.xjmdwr 2024-02-15T18:16:13.871 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.618410+0000 mon.smithi026 (mon.0) 871 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.618622+0000 mon.smithi026 (mon.0) 872 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.618907+0000 mon.smithi026 (mon.0) 873 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.619200+0000 mon.smithi026 (mon.0) 874 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.620252+0000 mon.smithi026 (mon.0) 875 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi026.gdpjol", "id": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.620493+0000 mon.smithi026 (mon.0) 876 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi158.xjmdwr", "id": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.620716+0000 mon.smithi026 (mon.0) 877 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.620969+0000 mon.smithi026 (mon.0) 878 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.621167+0000 mon.smithi026 (mon.0) 879 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.621374+0000 mon.smithi026 (mon.0) 880 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.621589+0000 mon.smithi026 (mon.0) 881 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.621812+0000 mon.smithi026 (mon.0) 882 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.622116+0000 mon.smithi026 (mon.0) 883 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:16:13.872 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.622381+0000 mon.smithi026 (mon.0) 884 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:16:13.873 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.622725+0000 mon.smithi026 (mon.0) 885 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:16:13.873 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.622998+0000 mon.smithi026 (mon.0) 886 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:16:13.873 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.623490+0000 mon.smithi026 (mon.0) 887 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:16:13.873 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:13.651655+0000 mon.smithi026 (mon.0) 888 : cluster [INF] Manager daemon smithi026.gdpjol is now available 2024-02-15T18:16:13.873 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.763619+0000 mon.smithi026 (mon.0) 889 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:13.873 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.764974+0000 mon.smithi026 (mon.0) 890 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:13.873 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.814911+0000 mon.smithi026 (mon.0) 891 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:16:13.873 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:13.819394+0000 mon.smithi026 (mon.0) 892 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:16:14.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:12.614232+0000 mgr.smithi158.xjmdwr (mgr.14658) 78 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi158.xjmdwr) 2024-02-15T18:16:14.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:12.614668+0000 mgr.smithi158.xjmdwr (mgr.14658) 79 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi158.xjmdwr) 2024-02-15T18:16:14.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:12.616736+0000 mgr.smithi158.xjmdwr (mgr.14658) 80 : cephadm [INF] Failing over to other MGR 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:13.246351+0000 mon.smithi026 (mon.0) 868 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.617060+0000 mon.smithi026 (mon.0) 869 : audit [INF] from='mgr.14658 ' entity='mgr.smithi158.xjmdwr' cmd='[{"prefix": "mgr fail", "who": "smithi158.xjmdwr"}]': finished 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:13.617145+0000 mon.smithi026 (mon.0) 870 : cluster [DBG] mgrmap e29: smithi026.gdpjol(active, starting, since 0.999142s), standbys: smithi158.xjmdwr 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.618410+0000 mon.smithi026 (mon.0) 871 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.618622+0000 mon.smithi026 (mon.0) 872 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.618907+0000 mon.smithi026 (mon.0) 873 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.619200+0000 mon.smithi026 (mon.0) 874 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.620252+0000 mon.smithi026 (mon.0) 875 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi026.gdpjol", "id": "smithi026.gdpjol"}]: dispatch 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.620493+0000 mon.smithi026 (mon.0) 876 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr metadata", "who": "smithi158.xjmdwr", "id": "smithi158.xjmdwr"}]: dispatch 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.620716+0000 mon.smithi026 (mon.0) 877 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:16:14.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.620969+0000 mon.smithi026 (mon.0) 878 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:16:14.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.621167+0000 mon.smithi026 (mon.0) 879 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:16:14.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.621374+0000 mon.smithi026 (mon.0) 880 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:16:14.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.621589+0000 mon.smithi026 (mon.0) 881 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:16:14.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.621812+0000 mon.smithi026 (mon.0) 882 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:16:14.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.622116+0000 mon.smithi026 (mon.0) 883 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:16:14.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.622381+0000 mon.smithi026 (mon.0) 884 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:16:14.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.622725+0000 mon.smithi026 (mon.0) 885 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-15T18:16:14.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.622998+0000 mon.smithi026 (mon.0) 886 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-15T18:16:14.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.623490+0000 mon.smithi026 (mon.0) 887 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-15T18:16:14.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:13.651655+0000 mon.smithi026 (mon.0) 888 : cluster [INF] Manager daemon smithi026.gdpjol is now available 2024-02-15T18:16:14.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.763619+0000 mon.smithi026 (mon.0) 889 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:14.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.764974+0000 mon.smithi026 (mon.0) 890 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:14.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.814911+0000 mon.smithi026 (mon.0) 891 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/mirror_snapshot_schedule"}]: dispatch 2024-02-15T18:16:14.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:13.819394+0000 mon.smithi026 (mon.0) 892 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.gdpjol/trash_purge_schedule"}]: dispatch 2024-02-15T18:16:15.881 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:14.620794+0000 mon.smithi026 (mon.0) 893 : cluster [DBG] mgrmap e30: smithi026.gdpjol(active, since 2s), standbys: smithi158.xjmdwr 2024-02-15T18:16:15.881 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:14.631934+0000 mgr.smithi026.gdpjol (mgr.14760) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:16:15.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:14.620794+0000 mon.smithi026 (mon.0) 893 : cluster [DBG] mgrmap e30: smithi026.gdpjol(active, since 2s), standbys: smithi158.xjmdwr 2024-02-15T18:16:15.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:14.631934+0000 mgr.smithi026.gdpjol (mgr.14760) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:16:16.704 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:15.622403+0000 mgr.smithi026.gdpjol (mgr.14760) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:16:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:16.239791+0000 mon.smithi026 (mon.0) 894 : cluster [DBG] mgrmap e31: smithi026.gdpjol(active, since 3s), standbys: smithi158.xjmdwr 2024-02-15T18:16:17.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:15.622403+0000 mgr.smithi026.gdpjol (mgr.14760) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:16:17.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:16.239791+0000 mon.smithi026 (mon.0) 894 : cluster [DBG] mgrmap e31: smithi026.gdpjol(active, since 3s), standbys: smithi158.xjmdwr 2024-02-15T18:16:19.300 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:17.622824+0000 mgr.smithi026.gdpjol (mgr.14760) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:16:19.300 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:18.633464+0000 mon.smithi026 (mon.0) 895 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:19.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:17.622824+0000 mgr.smithi026.gdpjol (mgr.14760) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-15T18:16:19.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:18.633464+0000 mon.smithi026 (mon.0) 895 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:19.314393+0000 mon.smithi026 (mon.0) 896 : cluster [DBG] Standby manager daemon smithi158.xjmdwr restarted 2024-02-15T18:16:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:19.314507+0000 mon.smithi026 (mon.0) 897 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:16:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:19.316030+0000 mon.smithi158 (mon.1) 90 : audit [DBG] from='mgr.? 172.21.15.158:0/724278619' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/crt"}]: dispatch 2024-02-15T18:16:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:19.317226+0000 mon.smithi158 (mon.1) 91 : audit [DBG] from='mgr.? 172.21.15.158:0/724278619' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:16:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:19.319408+0000 mon.smithi158 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.158:0/724278619' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/key"}]: dispatch 2024-02-15T18:16:20.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:19.319732+0000 mon.smithi158 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.158:0/724278619' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:16:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:19.314393+0000 mon.smithi026 (mon.0) 896 : cluster [DBG] Standby manager daemon smithi158.xjmdwr restarted 2024-02-15T18:16:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:19.314507+0000 mon.smithi026 (mon.0) 897 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:16:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:19.316030+0000 mon.smithi158 (mon.1) 90 : audit [DBG] from='mgr.? 172.21.15.158:0/724278619' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/crt"}]: dispatch 2024-02-15T18:16:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:19.317226+0000 mon.smithi158 (mon.1) 91 : audit [DBG] from='mgr.? 172.21.15.158:0/724278619' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:16:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:19.319408+0000 mon.smithi158 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.158:0/724278619' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/key"}]: dispatch 2024-02-15T18:16:20.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:19.319732+0000 mon.smithi158 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.158:0/724278619' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:16:21.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:19.623256+0000 mgr.smithi026.gdpjol (mgr.14760) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s 2024-02-15T18:16:21.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:20.248854+0000 mon.smithi026 (mon.0) 898 : cluster [DBG] mgrmap e32: smithi026.gdpjol(active, since 7s), standbys: smithi158.xjmdwr 2024-02-15T18:16:21.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:21.099543+0000 mon.smithi026 (mon.0) 899 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:21.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:19.623256+0000 mgr.smithi026.gdpjol (mgr.14760) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s 2024-02-15T18:16:21.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:20.248854+0000 mon.smithi026 (mon.0) 898 : cluster [DBG] mgrmap e32: smithi026.gdpjol(active, since 7s), standbys: smithi158.xjmdwr 2024-02-15T18:16:21.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:21.099543+0000 mon.smithi026 (mon.0) 899 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:21.745 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:21.395918+0000 mon.smithi026 (mon.0) 900 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:21.396656+0000 mon.smithi026 (mon.0) 901 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:21.453486+0000 mon.smithi026 (mon.0) 902 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:21.462893+0000 mon.smithi026 (mon.0) 903 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:21.466314+0000 mon.smithi026 (mon.0) 904 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:21.471477+0000 mon.smithi026 (mon.0) 905 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:22.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:21.474354+0000 mon.smithi026 (mon.0) 906 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:22.627 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:21.395918+0000 mon.smithi026 (mon.0) 900 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:22.627 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:21.396656+0000 mon.smithi026 (mon.0) 901 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:22.627 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:21.453486+0000 mon.smithi026 (mon.0) 902 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:22.627 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:21.462893+0000 mon.smithi026 (mon.0) 903 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:22.627 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:21.466314+0000 mon.smithi026 (mon.0) 904 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:22.627 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:21.471477+0000 mon.smithi026 (mon.0) 905 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:22.627 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:21.474354+0000 mon.smithi026 (mon.0) 906 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:23.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:21.397752+0000 mgr.smithi026.gdpjol (mgr.14760) 5 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-02-15T18:16:23.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:21.397981+0000 mgr.smithi026.gdpjol (mgr.14760) 6 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.conf 2024-02-15T18:16:23.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:21.414814+0000 mgr.smithi026.gdpjol (mgr.14760) 7 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:16:23.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:21.416663+0000 mgr.smithi026.gdpjol (mgr.14760) 8 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:16:23.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:21.623811+0000 mgr.smithi026.gdpjol (mgr.14760) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 146 B/s wr, 0 op/s 2024-02-15T18:16:23.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:23.071354+0000 mon.smithi026 (mon.0) 907 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.xjmdwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:16:23.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:23.072336+0000 mon.smithi026 (mon.0) 908 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:16:23.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:23.073271+0000 mon.smithi026 (mon.0) 909 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:23.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:21.397752+0000 mgr.smithi026.gdpjol (mgr.14760) 5 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-02-15T18:16:23.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:21.397981+0000 mgr.smithi026.gdpjol (mgr.14760) 6 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.conf 2024-02-15T18:16:23.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:21.414814+0000 mgr.smithi026.gdpjol (mgr.14760) 7 : cephadm [INF] Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:16:23.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:21.416663+0000 mgr.smithi026.gdpjol (mgr.14760) 8 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-02-15T18:16:23.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:21.623811+0000 mgr.smithi026.gdpjol (mgr.14760) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 146 B/s wr, 0 op/s 2024-02-15T18:16:23.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:23.071354+0000 mon.smithi026 (mon.0) 907 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi158.xjmdwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-15T18:16:23.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:23.072336+0000 mon.smithi026 (mon.0) 908 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-15T18:16:23.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:23.073271+0000 mon.smithi026 (mon.0) 909 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:23.070870+0000 mgr.smithi026.gdpjol (mgr.14760) 10 : cephadm [INF] Upgrade: Updating mgr.smithi158.xjmdwr 2024-02-15T18:16:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:23.074049+0000 mgr.smithi026.gdpjol (mgr.14760) 11 : cephadm [INF] Deploying daemon mgr.smithi158.xjmdwr on smithi158 2024-02-15T18:16:24.626 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:23.070870+0000 mgr.smithi026.gdpjol (mgr.14760) 10 : cephadm [INF] Upgrade: Updating mgr.smithi158.xjmdwr 2024-02-15T18:16:24.626 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:23.074049+0000 mgr.smithi026.gdpjol (mgr.14760) 11 : cephadm [INF] Deploying daemon mgr.smithi158.xjmdwr on smithi158 2024-02-15T18:16:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:23.624297+0000 mgr.smithi026.gdpjol (mgr.14760) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 113 B/s wr, 0 op/s 2024-02-15T18:16:25.620 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:23.624297+0000 mgr.smithi026.gdpjol (mgr.14760) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 113 B/s wr, 0 op/s 2024-02-15T18:16:26.779 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:27.549 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:25.625242+0000 mgr.smithi026.gdpjol (mgr.14760) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-15T18:16:27.550 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:26.749908+0000 mon.smithi026 (mon.0) 910 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:27.550 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:26.751058+0000 mon.smithi026 (mon.0) 911 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:25.625242+0000 mgr.smithi026.gdpjol (mgr.14760) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-15T18:16:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:26.749908+0000 mon.smithi026 (mon.0) 910 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:26.751058+0000 mon.smithi026 (mon.0) 911 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:29.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:27.625856+0000 mgr.smithi026.gdpjol (mgr.14760) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:29.590 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:27.625856+0000 mgr.smithi026.gdpjol (mgr.14760) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:31.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:29.626687+0000 mgr.smithi026.gdpjol (mgr.14760) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.161902+0000 mon.smithi026 (mon.0) 912 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.162864+0000 mon.smithi026 (mon.0) 913 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.163770+0000 mon.smithi026 (mon.0) 914 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.168134+0000 mon.smithi026 (mon.0) 915 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.174137+0000 mon.smithi026 (mon.0) 916 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.177714+0000 mon.smithi026 (mon.0) 917 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.180239+0000 mon.smithi026 (mon.0) 918 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.185105+0000 mon.smithi026 (mon.0) 919 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.186032+0000 mon.smithi026 (mon.0) 920 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi026.gdpjol"}]: dispatch 2024-02-15T18:16:31.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.189463+0000 mon.smithi026 (mon.0) 921 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi026.gdpjol"}]': finished 2024-02-15T18:16:31.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.190171+0000 mon.smithi026 (mon.0) 922 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi158.xjmdwr"}]: dispatch 2024-02-15T18:16:31.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.193405+0000 mon.smithi026 (mon.0) 923 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi158.xjmdwr"}]': finished 2024-02-15T18:16:31.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:31.194706+0000 mon.smithi026 (mon.0) 924 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T18:16:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:29.626687+0000 mgr.smithi026.gdpjol (mgr.14760) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.161902+0000 mon.smithi026 (mon.0) 912 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.162864+0000 mon.smithi026 (mon.0) 913 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.163770+0000 mon.smithi026 (mon.0) 914 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.168134+0000 mon.smithi026 (mon.0) 915 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.174137+0000 mon.smithi026 (mon.0) 916 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.177714+0000 mon.smithi026 (mon.0) 917 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:31.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.180239+0000 mon.smithi026 (mon.0) 918 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:31.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.185105+0000 mon.smithi026 (mon.0) 919 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:31.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.186032+0000 mon.smithi026 (mon.0) 920 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi026.gdpjol"}]: dispatch 2024-02-15T18:16:31.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.189463+0000 mon.smithi026 (mon.0) 921 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi026.gdpjol"}]': finished 2024-02-15T18:16:31.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.190171+0000 mon.smithi026 (mon.0) 922 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi158.xjmdwr"}]: dispatch 2024-02-15T18:16:31.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.193405+0000 mon.smithi026 (mon.0) 923 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi158.xjmdwr"}]': finished 2024-02-15T18:16:31.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:31.194706+0000 mon.smithi026 (mon.0) 924 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T18:16:31.816 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:32.276 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:31.180960+0000 mgr.smithi026.gdpjol (mgr.14760) 16 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-15T18:16:32.317 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:31.180960+0000 mgr.smithi026.gdpjol (mgr.14760) 16 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-15T18:16:33.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:31.627245+0000 mgr.smithi026.gdpjol (mgr.14760) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:33.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:32.290694+0000 mon.smithi026 (mon.0) 925 : cluster [DBG] Standby manager daemon smithi158.xjmdwr restarted 2024-02-15T18:16:33.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:32.290793+0000 mon.smithi026 (mon.0) 926 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:16:33.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:32.292352+0000 mon.smithi158 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.158:0/4026558561' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/crt"}]: dispatch 2024-02-15T18:16:33.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:32.292870+0000 mon.smithi158 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.158:0/4026558561' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:16:33.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:32.294770+0000 mon.smithi158 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.158:0/4026558561' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/key"}]: dispatch 2024-02-15T18:16:33.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:32.295716+0000 mon.smithi158 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.158:0/4026558561' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:16:33.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:32.728760+0000 mon.smithi026 (mon.0) 927 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:33.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:32.729444+0000 mon.smithi026 (mon.0) 928 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:16:33.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:32.730043+0000 mon.smithi026 (mon.0) 929 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:16:33.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: audit 2024-02-15T18:16:32.730623+0000 mon.smithi026 (mon.0) 930 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:31.627245+0000 mgr.smithi026.gdpjol (mgr.14760) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:32.290694+0000 mon.smithi026 (mon.0) 925 : cluster [DBG] Standby manager daemon smithi158.xjmdwr restarted 2024-02-15T18:16:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:32.290793+0000 mon.smithi026 (mon.0) 926 : cluster [DBG] Standby manager daemon smithi158.xjmdwr started 2024-02-15T18:16:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:32.292352+0000 mon.smithi158 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.158:0/4026558561' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/crt"}]: dispatch 2024-02-15T18:16:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:32.292870+0000 mon.smithi158 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.158:0/4026558561' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-15T18:16:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:32.294770+0000 mon.smithi158 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.158:0/4026558561' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi158.xjmdwr/key"}]: dispatch 2024-02-15T18:16:33.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:32.295716+0000 mon.smithi158 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.158:0/4026558561' entity='mgr.smithi158.xjmdwr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-15T18:16:33.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:32.728760+0000 mon.smithi026 (mon.0) 927 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:33.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:32.729444+0000 mon.smithi026 (mon.0) 928 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:16:33.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:32.730043+0000 mon.smithi026 (mon.0) 929 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:16:33.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:32.730623+0000 mon.smithi026 (mon.0) 930 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:34.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:32.724457+0000 mgr.smithi026.gdpjol (mgr.14760) 18 : cephadm [INF] Upgrade: Updating mon.smithi026 2024-02-15T18:16:34.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cephadm 2024-02-15T18:16:32.731171+0000 mgr.smithi026.gdpjol (mgr.14760) 19 : cephadm [INF] Deploying daemon mon.smithi026 on smithi026 2024-02-15T18:16:34.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: cluster 2024-02-15T18:16:33.278553+0000 mon.smithi026 (mon.0) 931 : cluster [DBG] mgrmap e33: smithi026.gdpjol(active, since 20s), standbys: smithi158.xjmdwr 2024-02-15T18:16:34.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:34 smithi026 systemd[1]: Stopping Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:16:34.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:16:34.498+0000 7f8829caa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi026 -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-15T18:16:34.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:32.724457+0000 mgr.smithi026.gdpjol (mgr.14760) 18 : cephadm [INF] Upgrade: Updating mon.smithi026 2024-02-15T18:16:34.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:32.731171+0000 mgr.smithi026.gdpjol (mgr.14760) 19 : cephadm [INF] Deploying daemon mon.smithi026 on smithi026 2024-02-15T18:16:34.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:33.278553+0000 mon.smithi026 (mon.0) 931 : cluster [DBG] mgrmap e33: smithi026.gdpjol(active, since 20s), standbys: smithi158.xjmdwr 2024-02-15T18:16:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026[34517]: debug 2024-02-15T18:16:34.498+0000 7f8829caa700 -1 mon.smithi026@0(leader) e2 *** Got Signal Terminated *** 2024-02-15T18:16:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:34 smithi026 bash[76669]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026 2024-02-15T18:16:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:35 smithi026 bash[76733]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026 2024-02-15T18:16:35.467 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:16:36.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:35 smithi026 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026.service: Succeeded. 2024-02-15T18:16:36.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:35 smithi026 systemd[1]: Stopped Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:16:36.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:35 smithi026 systemd[1]: Starting Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:16:36.117 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (7m) 15s ago 9m 19.6M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (9m) 15s ago 9m 6395k - 16.2.5 6933c2a0b7dd 04721383c114 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (8m) 4s ago 8m 6391k - 16.2.5 6933c2a0b7dd 3eca1fb72e26 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (7m) 15s ago 9m 33.0M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (3m) 15s ago 3m 15.4M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (3m) 4s ago 3m 38.6M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (31s) 15s ago 11m 410M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (10s) 4s ago 8m 42.7M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (11m) 15s ago 11m 53.4M 2048M 16.2.5 6933c2a0b7dd 7fb7b730fe34 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (8m) 4s ago 8m 51.3M 2048M 16.2.5 6933c2a0b7dd d78d021dec2e 2024-02-15T18:16:36.118 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (66s) 15s ago 65s 48.6M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (59s) 4s ago 59s 51.2M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (8m) 15s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (7m) 4s ago 7m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (7m) 15s ago 7m 364M 1945M 16.2.5 6933c2a0b7dd ef87bb3374cb 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (7m) 15s ago 7m 284M 1945M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (6m) 15s ago 6m 240M 1945M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (6m) 15s ago 6m 335M 1945M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (6m) 4s ago 6m 352M 2712M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (5m) 4s ago 5m 369M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (5m) 4s ago 5m 308M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (5m) 4s ago 5m 445M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:16:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (36s) 15s ago 8m 42.1M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:16:36.486 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:16:36.486 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:16:36.487 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2, 2024-02-15T18:16:36.488 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12 2024-02-15T18:16:36.488 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:16:36.488 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:16:36.788 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:16:36.788 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:16:36.788 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:16:36.789 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:16:36.789 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:16:36.789 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:16:36.789 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:16:36.789 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "2/23 daemons upgraded", 2024-02-15T18:16:36.789 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading mon daemons", 2024-02-15T18:16:36.789 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:16:36.789 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:16:36.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.378+0000 7f1700585880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:16:36.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.378+0000 7f1700585880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.378+0000 7f1700585880 0 pidfile_write: ignore empty --pid-file 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.382+0000 7f1700585880 0 load: jerasure load: lrc load: isa 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Compile date Feb 8 2024 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: DB SUMMARY 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: CURRENT file: CURRENT 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 780 Bytes 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi026/store.db dir, Total Num: 1, files: 000020.sst 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi026/store.db: 000018.log size: 7156066 ; 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.create_if_missing: 0 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.env: 0x55ad5c141080 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.info_log: 0x55ad5d8f8560 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:16:36.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.db_log_dir: 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi026/store.db 2024-02-15T18:16:36.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.write_buffer_manager: 0x55ad5e5ea420 2024-02-15T18:16:36.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:16:36.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.row_cache: None 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.wal_filter: None 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:16:36.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:16:36.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Compression algorithms supported: 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: kZSTD supported: 0 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:16:36.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:16:36.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi026/store.db/MANIFEST-000008 2024-02-15T18:16:36.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:16:36.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:16:36.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.merge_operator: 2024-02-15T18:16:36.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ad5d89dd28) 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cache_index_and_filter_blocks: 1 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: pin_top_level_index_and_filter: 1 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: index_type: 0 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: data_block_index_type: 0 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: index_shortening: 1 2024-02-15T18:16:36.823 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: hash_index_allow_collision: 1 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: checksum: 1 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: no_block_cache: 0 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: block_cache: 0x55ad5d8d2f10 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: block_cache_name: BinnedLRUCache 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: block_cache_options: 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: capacity : 536870912 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: num_shard_bits : 4 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: strict_capacity_limit : 0 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: high_pri_pool_ratio: 0.000 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: block_cache_compressed: (nil) 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: persistent_cache: (nil) 2024-02-15T18:16:36.824 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: block_size: 4096 2024-02-15T18:16:36.825 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: block_size_deviation: 10 2024-02-15T18:16:36.825 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: block_restart_interval: 16 2024-02-15T18:16:36.825 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: index_block_restart_interval: 1 2024-02-15T18:16:36.825 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: metadata_block_size: 4096 2024-02-15T18:16:36.825 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: partition_filters: 0 2024-02-15T18:16:36.825 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: use_delta_encoding: 1 2024-02-15T18:16:36.825 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:16:36.825 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: whole_key_filtering: 1 2024-02-15T18:16:36.827 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: verify_compression: 0 2024-02-15T18:16:36.827 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: read_amp_bytes_per_bit: 0 2024-02-15T18:16:36.827 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: format_version: 2 2024-02-15T18:16:36.827 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: enable_index_compression: 1 2024-02-15T18:16:36.827 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: block_align: 0 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.num_levels: 7 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:16:36.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:16:36.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:16:36.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:16:36.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:16:36.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.383+0000 7f1700585880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.384+0000 7f1700585880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.384+0000 7f1700585880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi026/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9401, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.384+0000 7f1700585880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.384+0000 7f1700585880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020996385930, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.384+0000 7f1700585880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.390+0000 7f1700585880 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-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.398+0000 7f1700585880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020996399548, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 6901281, "table_properties": {"data_size": 6890742, "index_size": 8499, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1221, "raw_key_size": 10459, "raw_average_key_size": 22, "raw_value_size": 6877102, "raw_average_value_size": 14539, "num_data_blocks": 269, "num_entries": 473, "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": 1708020996, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.398+0000 7f1700585880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-15T18:16:36.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.398+0000 7f1700585880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.398+0000 7f1700585880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708020996399999, "job": 1, "event": "recovery_finished"} 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.399+0000 7f1700585880 4 rocksdb: DB pointer 0x55ad5d99b800 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.399+0000 7f16e7376700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.399+0000 7f16e7376700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ** DB Stats ** 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:16:36.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ** Compaction Stats [default] ** 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: L0 1/0 6.58 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.0 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: L6 1/0 22.08 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Sum 2/0 28.66 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.0 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.0 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ** Compaction Stats [default] ** 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:16:36.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 856.0 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:36.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:16:36.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Flush(GB): cumulative 0.006, interval 0.006 2024-02-15T18:16:36.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:16:36.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:16:36.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:16:36.837 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:16:36.837 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Cumulative compaction: 0.01 GB write, 407.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:16:36.837 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Interval compaction: 0.01 GB write, 407.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:16:36.837 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.837 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.837 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:16:36.838 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.838 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ** Compaction Stats [default] ** 2024-02-15T18:16:36.838 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.838 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:16:36.838 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: L0 1/0 6.58 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.0 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:36.838 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: L6 1/0 22.08 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:16:36.838 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Sum 2/0 28.66 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 856.0 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:36.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ** Compaction Stats [default] ** 2024-02-15T18:16:36.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:16:36.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 856.0 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:36.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:16:36.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Flush(GB): cumulative 0.006, interval 0.000 2024-02-15T18:16:36.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:16:36.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:16:36.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:16:36.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:16:36.841 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Cumulative compaction: 0.01 GB write, 406.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:16:36.841 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.842 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.842 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.842 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:16:36.842 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.842 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.400+0000 7f1700585880 0 starting mon.smithi026 rank 0 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi026 fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:16:36.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.401+0000 7f1700585880 1 mon.smithi026@-1(???) e2 preinit fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:16:36.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.401+0000 7f1700585880 0 mon.smithi026@-1(???).mds e8 new map 2024-02-15T18:16:36.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.401+0000 7f1700585880 0 mon.smithi026@-1(???).mds e8 print_map 2024-02-15T18:16:36.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: e8 2024-02-15T18:16:36.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T18:16:36.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: legacy client fscid: 1 2024-02-15T18:16:36.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Filesystem 'foofs' (1) 2024-02-15T18:16:36.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: fs_name foofs 2024-02-15T18:16:36.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: epoch 5 2024-02-15T18:16:36.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: flags 12 2024-02-15T18:16:36.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: created 2024-02-15T18:13:04.620025+0000 2024-02-15T18:16:36.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: modified 2024-02-15T18:13:12.188318+0000 2024-02-15T18:16:36.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: tableserver 0 2024-02-15T18:16:36.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: root 0 2024-02-15T18:16:36.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: session_timeout 60 2024-02-15T18:16:36.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: session_autoclose 300 2024-02-15T18:16:36.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: max_file_size 1099511627776 2024-02-15T18:16:36.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: required_client_features {} 2024-02-15T18:16:36.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: last_failure 0 2024-02-15T18:16:36.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: last_failure_osd_epoch 0 2024-02-15T18:16:36.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 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-15T18:16:36.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: max_mds 1 2024-02-15T18:16:36.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: in 0 2024-02-15T18:16:36.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: up {0=24293} 2024-02-15T18:16:36.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: failed 2024-02-15T18:16:36.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: damaged 2024-02-15T18:16:36.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: stopped 2024-02-15T18:16:36.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: data_pools [3] 2024-02-15T18:16:36.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: metadata_pool 2 2024-02-15T18:16:36.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: inline_data disabled 2024-02-15T18:16:36.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: balancer 2024-02-15T18:16:36.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: standby_count_wanted 1 2024-02-15T18:16:36.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: [mds.foofs.smithi158.wdmeny{0:24293} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T18:16:36.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: Standby daemons: 2024-02-15T18:16:36.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: [mds.foofs.smithi026.rykwlo{-1:14500} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.26:6834/3245492526,v1:172.21.15.26:6835/3245492526] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T18:16:36.848 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: 2024-02-15T18:16:36.848 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.401+0000 7f1700585880 0 mon.smithi026@-1(???).osd e68 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-15T18:16:36.848 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.401+0000 7f1700585880 0 mon.smithi026@-1(???).osd e68 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:16:36.848 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.401+0000 7f1700585880 0 mon.smithi026@-1(???).osd e68 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:16:36.848 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.401+0000 7f1700585880 0 mon.smithi026@-1(???).osd e68 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:16:36.849 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:16:32.724457+0000 mgr.smithi026.gdpjol (mgr.14760) 18 : cephadm [INF] Upgrade: Updating mon.smithi026 2024-02-15T18:16:36.849 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:16:32.731171+0000 mgr.smithi026.gdpjol (mgr.14760) 19 : cephadm [INF] Deploying daemon mon.smithi026 on smithi026 2024-02-15T18:16:36.849 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:33.278553+0000 mon.smithi026 (mon.0) 931 : cluster [DBG] mgrmap e33: smithi026.gdpjol(active, since 20s), standbys: smithi158.xjmdwr 2024-02-15T18:16:36.849 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:16:36.401+0000 7f1700585880 1 mon.smithi026@-1(???).paxosservice(auth 1..42) refresh upgraded, format 0 -> 3 2024-02-15T18:16:36.849 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 bash[76949]: a581fbf9642bb30c2259f168d25a96cee38ec1335b03fe78d805e41d6ebdea5f 2024-02-15T18:16:36.849 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:36 smithi026 systemd[1]: Started Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:16:36.855 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:38.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:34.507608+0000 mon.smithi158 (mon.1) 98 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:16:38.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:34.507985+0000 mon.smithi158 (mon.1) 99 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:16:38.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:35.454938+0000 mgr.smithi026.gdpjol (mgr.14760) 21 : audit [DBG] from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:38.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:35.628352+0000 mgr.smithi026.gdpjol (mgr.14760) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:35.794216+0000 mgr.smithi026.gdpjol (mgr.14760) 23 : audit [DBG] from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:36.108054+0000 mgr.smithi026.gdpjol (mgr.14760) 24 : audit [DBG] from='client.24565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:36.486833+0000 mon.smithi158 (mon.1) 100 : audit [DBG] from='client.? 172.21.15.26:0/2893726800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:36.788688+0000 mgr.smithi026.gdpjol (mgr.14760) 25 : audit [DBG] from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.812290+0000 mon.smithi026 (mon.0) 1 : cluster [INF] mon.smithi026 calling monitor election 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.826154+0000 mon.smithi026 (mon.0) 2 : cluster [INF] mon.smithi026 is new leader, mons smithi026,smithi158 in quorum (ranks 0,1) 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.830818+0000 mon.smithi026 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.831471+0000 mon.smithi026 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.831530+0000 mon.smithi026 (mon.0) 5 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.832521+0000 mon.smithi026 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi026.gdpjol(active, since 25s), standbys: smithi158.xjmdwr 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.839581+0000 mon.smithi026 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:37.839768+0000 mon.smithi026 (mon.0) 8 : audit [INF] from='mgr.14760 ' entity='' 2024-02-15T18:16:38.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:37.841663+0000 mon.smithi158 (mon.1) 101 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:38.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:34.507608+0000 mon.smithi158 (mon.1) 98 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:16:38.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:34.507985+0000 mon.smithi158 (mon.1) 99 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:16:38.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:35.454938+0000 mgr.smithi026.gdpjol (mgr.14760) 21 : audit [DBG] from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:38.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:35.628352+0000 mgr.smithi026.gdpjol (mgr.14760) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:38.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:35.794216+0000 mgr.smithi026.gdpjol (mgr.14760) 23 : audit [DBG] from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:36.108054+0000 mgr.smithi026.gdpjol (mgr.14760) 24 : audit [DBG] from='client.24565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:36.486833+0000 mon.smithi158 (mon.1) 100 : audit [DBG] from='client.? 172.21.15.26:0/2893726800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:36.788688+0000 mgr.smithi026.gdpjol (mgr.14760) 25 : audit [DBG] from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.812290+0000 mon.smithi026 (mon.0) 1 : cluster [INF] mon.smithi026 calling monitor election 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.826154+0000 mon.smithi026 (mon.0) 2 : cluster [INF] mon.smithi026 is new leader, mons smithi026,smithi158 in quorum (ranks 0,1) 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.830818+0000 mon.smithi026 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.831471+0000 mon.smithi026 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.831530+0000 mon.smithi026 (mon.0) 5 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.832521+0000 mon.smithi026 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi026.gdpjol(active, since 25s), standbys: smithi158.xjmdwr 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.839581+0000 mon.smithi026 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:37.839768+0000 mon.smithi026 (mon.0) 8 : audit [INF] from='mgr.14760 ' entity='' 2024-02-15T18:16:38.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:37.841663+0000 mon.smithi158 (mon.1) 101 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:39.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.628785+0000 mgr.smithi026.gdpjol (mgr.14760) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:39.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:37.891061+0000 mon.smithi026 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi026.gdpjol(active, since 25s), standbys: smithi158.xjmdwr 2024-02-15T18:16:39.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:38.099461+0000 mon.smithi026 (mon.0) 10 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:39.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.628785+0000 mgr.smithi026.gdpjol (mgr.14760) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:39.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:37.891061+0000 mon.smithi026 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi026.gdpjol(active, since 25s), standbys: smithi158.xjmdwr 2024-02-15T18:16:39.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:38.099461+0000 mon.smithi026 (mon.0) 10 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:41.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:39.629371+0000 mgr.smithi026.gdpjol (mgr.14760) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:41.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:39.629371+0000 mgr.smithi026.gdpjol (mgr.14760) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:41.891 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:42.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:41.630035+0000 mgr.smithi026.gdpjol (mgr.14760) 28 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:42.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:41.630035+0000 mgr.smithi026.gdpjol (mgr.14760) 28 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:44.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:43.630415+0000 mgr.smithi026.gdpjol (mgr.14760) 29 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:45.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:43.630415+0000 mgr.smithi026.gdpjol (mgr.14760) 29 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:46.117 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:44.987295+0000 mon.smithi026 (mon.0) 11 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:46.117 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:44.989105+0000 mon.smithi158 (mon.1) 102 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:46.117 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:44.990034+0000 mon.smithi158 (mon.1) 103 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:46.118 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:44.993906+0000 mon.smithi026 (mon.0) 12 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:46.118 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:44.999748+0000 mon.smithi026 (mon.0) 13 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:46.118 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:45.003542+0000 mon.smithi158 (mon.1) 104 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:46.118 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:45.006601+0000 mon.smithi158 (mon.1) 105 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:46.118 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:45.008219+0000 mon.smithi158 (mon.1) 106 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T18:16:46.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:44.987295+0000 mon.smithi026 (mon.0) 11 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:46.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:44.989105+0000 mon.smithi158 (mon.1) 102 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:46.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:44.990034+0000 mon.smithi158 (mon.1) 103 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:46.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:44.993906+0000 mon.smithi026 (mon.0) 12 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:46.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:44.999748+0000 mon.smithi026 (mon.0) 13 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:46.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:45.003542+0000 mon.smithi158 (mon.1) 104 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:46.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:45.006601+0000 mon.smithi158 (mon.1) 105 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:46.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:45.008219+0000 mon.smithi158 (mon.1) 106 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-15T18:16:46.932 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:45.631141+0000 mgr.smithi026.gdpjol (mgr.14760) 30 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:46.558046+0000 mon.smithi026 (mon.0) 14 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:46.559838+0000 mon.smithi158 (mon.1) 107 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:16:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:46.560622+0000 mon.smithi158 (mon.1) 108 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:16:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:46.561391+0000 mon.smithi158 (mon.1) 109 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:47.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cluster 2024-02-15T18:16:45.631141+0000 mgr.smithi026.gdpjol (mgr.14760) 30 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:47.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:46.558046+0000 mon.smithi026 (mon.0) 14 : audit [INF] from='mgr.14760 ' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:47.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:46.559838+0000 mon.smithi158 (mon.1) 107 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-15T18:16:47.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:46.560622+0000 mon.smithi158 (mon.1) 108 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-15T18:16:47.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: audit 2024-02-15T18:16:46.561391+0000 mon.smithi158 (mon.1) 109 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:48.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:16:46.553719+0000 mgr.smithi026.gdpjol (mgr.14760) 31 : cephadm [INF] Upgrade: Updating mon.smithi158 2024-02-15T18:16:48.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:16:46.561945+0000 mgr.smithi026.gdpjol (mgr.14760) 32 : cephadm [INF] Deploying daemon mon.smithi158 on smithi158 2024-02-15T18:16:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:46.553719+0000 mgr.smithi026.gdpjol (mgr.14760) 31 : cephadm [INF] Upgrade: Updating mon.smithi158 2024-02-15T18:16:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: cephadm 2024-02-15T18:16:46.561945+0000 mgr.smithi026.gdpjol (mgr.14760) 32 : cephadm [INF] Deploying daemon mon.smithi158 on smithi158 2024-02-15T18:16:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:48 smithi158 systemd[1]: Stopping Ceph mon.smithi158 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:16:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:16:48.183+0000 7f9d13105700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi158 -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-15T18:16:48.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158[38127]: debug 2024-02-15T18:16:48.183+0000 7f9d13105700 -1 mon.smithi158@1(peon) e2 *** Got Signal Terminated *** 2024-02-15T18:16:49.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:48 smithi158 bash[58561]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158 2024-02-15T18:16:49.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:48 smithi158 bash[58615]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158 2024-02-15T18:16:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:49 smithi158 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi158.service: Succeeded. 2024-02-15T18:16:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:49 smithi158 systemd[1]: Stopped Ceph mon.smithi158 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:16:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:49 smithi158 systemd[1]: Starting Ceph mon.smithi158 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:16:50.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.061+0000 7ff53b6db880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-15T18:16:50.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.061+0000 7ff53b6db880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.061+0000 7ff53b6db880 0 pidfile_write: ignore empty --pid-file 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 0 load: jerasure load: lrc load: isa 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: RocksDB version: 6.8.1 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Compile date Feb 8 2024 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: DB SUMMARY 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: CURRENT file: CURRENT 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 704 Bytes 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi158/store.db dir, Total Num: 1, files: 000017.sst 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi158/store.db: 000015.log size: 12199092 ; 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.error_if_exists: 0 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.create_if_missing: 0 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.paranoid_checks: 1 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.env: 0x556c79cba080 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.fs: Posix File System 2024-02-15T18:16:50.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.info_log: 0x556c7b36c560 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.statistics: (nil) 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.use_fsync: 0 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_log_file_size: 0 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.allow_fallocate: 1 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-15T18:16:50.402 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.use_direct_reads: 0 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.db_log_dir: 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi158/store.db 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_subcompactions: 1 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_background_flushes: -1 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-15T18:16:50.403 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.write_buffer_manager: 0x556c7c05e420 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-15T18:16:50.404 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-15T18:16:50.405 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.unordered_write: 0 2024-02-15T18:16:50.405 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-15T18:16:50.406 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.row_cache: None 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.wal_filter: None 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.preserve_deletes: 0 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.two_write_queues: 0 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.atomic_flush: 0 2024-02-15T18:16:50.407 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.log_readahead_size: 0 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_background_jobs: 2 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_background_compactions: -1 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-15T18:16:50.408 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.max_open_files: -1 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Compression algorithms supported: 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: kZSTD supported: 0 2024-02-15T18:16:50.409 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: kXpressCompression supported: 0 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: kLZ4Compression supported: 1 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: kBZip2Compression supported: 0 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: kZlibCompression supported: 1 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: kSnappyCompression supported: 1 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.066+0000 7ff53b6db880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi158/store.db/MANIFEST-000005 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.410 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.merge_operator: 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_filter: None 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556c7b311d28) 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cache_index_and_filter_blocks: 1 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: pin_top_level_index_and_filter: 1 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: index_type: 0 2024-02-15T18:16:50.411 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: data_block_index_type: 0 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: index_shortening: 1 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: data_block_hash_table_util_ratio: 0.750000 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: hash_index_allow_collision: 1 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: checksum: 1 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: no_block_cache: 0 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: block_cache: 0x556c7b346f10 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: block_cache_name: BinnedLRUCache 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: block_cache_options: 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: capacity : 536870912 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: num_shard_bits : 4 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: strict_capacity_limit : 0 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: high_pri_pool_ratio: 0.000 2024-02-15T18:16:50.412 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: block_cache_compressed: (nil) 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: persistent_cache: (nil) 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: block_size: 4096 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: block_size_deviation: 10 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: block_restart_interval: 16 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: index_block_restart_interval: 1 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: metadata_block_size: 4096 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: partition_filters: 0 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: use_delta_encoding: 1 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: whole_key_filtering: 1 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: verify_compression: 0 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: read_amp_bytes_per_bit: 0 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: format_version: 2 2024-02-15T18:16:50.413 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: enable_index_compression: 1 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: block_align: 0 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compression: NoCompression 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.num_levels: 7 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-15T18:16:50.414 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-15T18:16:50.415 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-15T18:16:50.416 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-15T18:16:50.417 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.table_properties_collectors: 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.inplace_update_support: 0 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-15T18:16:50.418 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.bloom_locality: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.max_successive_merges: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.ttl: 2592000 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi158/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9306, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.419 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021010068747, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.067+0000 7ff53b6db880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.077+0000 7ff53b6db880 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-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.085+0000 7ff53b6db880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021010086429, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 7830994, "table_properties": {"data_size": 7819122, "index_size": 9704, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1349, "raw_key_size": 11657, "raw_average_key_size": 21, "raw_value_size": 7803758, "raw_average_value_size": 14668, "num_data_blocks": 307, "num_entries": 532, "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": 1708021010, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.085+0000 7ff53b6db880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.085+0000 7ff53b6db880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.085+0000 7ff53b6db880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708021010086911, "job": 1, "event": "recovery_finished"} 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.087+0000 7ff53b6db880 4 rocksdb: DB pointer 0x556c7b40f800 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.087+0000 7ff5224cc700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.087+0000 7ff5224cc700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-15T18:16:50.420 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ** DB Stats ** 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ** Compaction Stats [default] ** 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: L0 1/0 7.47 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:50.421 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: L6 1/0 22.08 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Sum 2/0 29.55 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ** Compaction Stats [default] ** 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 898.9 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Flush(GB): cumulative 0.007, interval 0.007 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:16:50.422 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Cumulative compaction: 0.01 GB write, 364.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Interval compaction: 0.01 GB write, 364.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ** Compaction Stats [default] ** 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: L0 1/0 7.47 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: L6 1/0 22.08 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Sum 2/0 29.55 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:50.423 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ** Compaction Stats [default] ** 2024-02-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 898.9 0.01 0.00 1 0.008 0 0 2024-02-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Flush(GB): cumulative 0.007, interval 0.000 2024-02-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: AddFile(Total Files): cumulative 0, interval 0 2024-02-15T18:16:50.424 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: AddFile(Keys): cumulative 0, interval 0 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Cumulative compaction: 0.01 GB write, 364.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: ** File Read Latency Histogram By Level [default] ** 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.088+0000 7ff53b6db880 0 starting mon.smithi158 rank 1 at public addrs [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] at bind addrs [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi158 fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.088+0000 7ff53b6db880 1 mon.smithi158@-1(???) e2 preinit fsid b4759b10-cc2c-11ee-95ba-87774f69a715 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.089+0000 7ff53b6db880 0 mon.smithi158@-1(???).mds e8 new map 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.089+0000 7ff53b6db880 0 mon.smithi158@-1(???).mds e8 print_map 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: e8 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-15T18:16:50.425 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: legacy client fscid: 1 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Filesystem 'foofs' (1) 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: fs_name foofs 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: epoch 5 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: flags 12 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: created 2024-02-15T18:13:04.620025+0000 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: modified 2024-02-15T18:13:12.188318+0000 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: tableserver 0 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: root 0 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: session_timeout 60 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: session_autoclose 300 2024-02-15T18:16:50.426 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: max_file_size 1099511627776 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: required_client_features {} 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: last_failure 0 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: last_failure_osd_epoch 0 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 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-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: max_mds 1 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: in 0 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: up {0=24293} 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: failed 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: damaged 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: stopped 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: data_pools [3] 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: metadata_pool 2 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: inline_data disabled 2024-02-15T18:16:50.427 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: balancer 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: standby_count_wanted 1 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: [mds.foofs.smithi158.wdmeny{0:24293} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.158:6832/3787792503,v1:172.21.15.158:6833/3787792503] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: Standby daemons: 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: [mds.foofs.smithi026.rykwlo{-1:14500} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.26:6834/3245492526,v1:172.21.15.26:6835/3245492526] compat {c=[1],r=[1],i=[7ff]}] 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.089+0000 7ff53b6db880 0 mon.smithi158@-1(???).osd e68 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.089+0000 7ff53b6db880 0 mon.smithi158@-1(???).osd e68 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:16:50.428 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.089+0000 7ff53b6db880 0 mon.smithi158@-1(???).osd e68 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:16:50.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.089+0000 7ff53b6db880 0 mon.smithi158@-1(???).osd e68 crush map has features 432629239337189376, adjusting msgr requires 2024-02-15T18:16:50.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:16:46.553719+0000 mgr.smithi026.gdpjol (mgr.14760) 31 : cephadm [INF] Upgrade: Updating mon.smithi158 2024-02-15T18:16:50.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:16:46.561945+0000 mgr.smithi026.gdpjol (mgr.14760) 32 : cephadm [INF] Deploying daemon mon.smithi158 on smithi158 2024-02-15T18:16:50.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:16:50.089+0000 7ff53b6db880 1 mon.smithi158@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2024-02-15T18:16:50.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 bash[58758]: 51d541bb46a94f95d12c4b3cc53060c80f4bedd3453b4a7e4bb5d53ecfe40a9d 2024-02-15T18:16:50.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 systemd[1]: Started Ceph mon.smithi158 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:16:50.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:48.197355+0000 mon.smithi026 (mon.0) 15 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:16:50.429 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:48.198108+0000 mon.smithi026 (mon.0) 16 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:16:50.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:48.197355+0000 mon.smithi026 (mon.0) 15 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2024-02-15T18:16:50.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:48.198108+0000 mon.smithi026 (mon.0) 16 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mon metadata", "id": "smithi158"}]: dispatch 2024-02-15T18:16:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:49.632297+0000 mgr.smithi026.gdpjol (mgr.14760) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:50.217827+0000 mon.smithi158 (mon.1) 1 : cluster [INF] mon.smithi158 calling monitor election 2024-02-15T18:16:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:50.218726+0000 mon.smithi026 (mon.0) 17 : cluster [INF] mon.smithi026 calling monitor election 2024-02-15T18:16:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:50.242795+0000 mon.smithi026 (mon.0) 18 : cluster [INF] mon.smithi026 is new leader, mons smithi026,smithi158 in quorum (ranks 0,1) 2024-02-15T18:16:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:50.246594+0000 mon.smithi026 (mon.0) 19 : cluster [DBG] monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2024-02-15T18:16:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:50.247130+0000 mon.smithi026 (mon.0) 20 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:16:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:50.247165+0000 mon.smithi026 (mon.0) 21 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-15T18:16:51.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:50.247497+0000 mon.smithi026 (mon.0) 22 : cluster [DBG] mgrmap e34: smithi026.gdpjol(active, since 37s), standbys: smithi158.xjmdwr 2024-02-15T18:16:51.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:50.261283+0000 mon.smithi026 (mon.0) 23 : cluster [INF] overall HEALTH_OK 2024-02-15T18:16:51.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:50.264053+0000 mon.smithi026 (mon.0) 24 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:51.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:50.265222+0000 mon.smithi026 (mon.0) 25 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:49.632297+0000 mgr.smithi026.gdpjol (mgr.14760) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:50.217827+0000 mon.smithi158 (mon.1) 1 : cluster [INF] mon.smithi158 calling monitor election 2024-02-15T18:16:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:50.218726+0000 mon.smithi026 (mon.0) 17 : cluster [INF] mon.smithi026 calling monitor election 2024-02-15T18:16:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:50.242795+0000 mon.smithi026 (mon.0) 18 : cluster [INF] mon.smithi026 is new leader, mons smithi026,smithi158 in quorum (ranks 0,1) 2024-02-15T18:16:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:50.246594+0000 mon.smithi026 (mon.0) 19 : cluster [DBG] monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi158=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2024-02-15T18:16:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:50.247130+0000 mon.smithi026 (mon.0) 20 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:16:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:50.247165+0000 mon.smithi026 (mon.0) 21 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-15T18:16:51.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:50.247497+0000 mon.smithi026 (mon.0) 22 : cluster [DBG] mgrmap e34: smithi026.gdpjol(active, since 37s), standbys: smithi158.xjmdwr 2024-02-15T18:16:51.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:50.261283+0000 mon.smithi026 (mon.0) 23 : cluster [INF] overall HEALTH_OK 2024-02-15T18:16:51.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:50.264053+0000 mon.smithi026 (mon.0) 24 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:51.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:50.265222+0000 mon.smithi026 (mon.0) 25 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:51.975 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:51.632878+0000 mgr.smithi026.gdpjol (mgr.14760) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:52.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:51.632878+0000 mgr.smithi026.gdpjol (mgr.14760) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:53.633345+0000 mgr.smithi026.gdpjol (mgr.14760) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.314615+0000 mon.smithi026 (mon.0) 26 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:55.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.315575+0000 mon.smithi026 (mon.0) 27 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.316457+0000 mon.smithi026 (mon.0) 28 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.320648+0000 mon.smithi026 (mon.0) 29 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.326588+0000 mon.smithi026 (mon.0) 30 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.329947+0000 mon.smithi026 (mon.0) 31 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.332719+0000 mon.smithi026 (mon.0) 32 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.334264+0000 mon.smithi026 (mon.0) 33 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:16:54.334985+0000 mgr.smithi026.gdpjol (mgr.14760) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.338703+0000 mon.smithi026 (mon.0) 34 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.339482+0000 mon.smithi026 (mon.0) 35 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi026"}]: dispatch 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.342504+0000 mon.smithi026 (mon.0) 36 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi026"}]': finished 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.343236+0000 mon.smithi026 (mon.0) 37 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi158"}]: dispatch 2024-02-15T18:16:55.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:54.346440+0000 mon.smithi026 (mon.0) 38 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi158"}]': finished 2024-02-15T18:16:55.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:53.633345+0000 mgr.smithi026.gdpjol (mgr.14760) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.314615+0000 mon.smithi026 (mon.0) 26 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.315575+0000 mon.smithi026 (mon.0) 27 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.316457+0000 mon.smithi026 (mon.0) 28 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.320648+0000 mon.smithi026 (mon.0) 29 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.326588+0000 mon.smithi026 (mon.0) 30 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.329947+0000 mon.smithi026 (mon.0) 31 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.332719+0000 mon.smithi026 (mon.0) 32 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.334264+0000 mon.smithi026 (mon.0) 33 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:16:54.334985+0000 mgr.smithi026.gdpjol (mgr.14760) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.338703+0000 mon.smithi026 (mon.0) 34 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:55.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.339482+0000 mon.smithi026 (mon.0) 35 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi026"}]: dispatch 2024-02-15T18:16:55.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.342504+0000 mon.smithi026 (mon.0) 36 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi026"}]': finished 2024-02-15T18:16:55.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.343236+0000 mon.smithi026 (mon.0) 37 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi158"}]: dispatch 2024-02-15T18:16:55.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:54.346440+0000 mon.smithi026 (mon.0) 38 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi158"}]': finished 2024-02-15T18:16:57.013 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:16:57.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:55.634032+0000 mgr.smithi026.gdpjol (mgr.14760) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:57.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:16:56.044097+0000 mgr.smithi026.gdpjol (mgr.14760) 39 : cephadm [INF] Upgrade: Updating crash.smithi026 (1/2) 2024-02-15T18:16:57.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:56.048798+0000 mon.smithi026 (mon.0) 39 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:57.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:56.049563+0000 mon.smithi026 (mon.0) 40 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:16:57.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:56.050315+0000 mon.smithi026 (mon.0) 41 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:57.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:16:56.050900+0000 mgr.smithi026.gdpjol (mgr.14760) 40 : cephadm [INF] Deploying daemon crash.smithi026 on smithi026 2024-02-15T18:16:57.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:55.634032+0000 mgr.smithi026.gdpjol (mgr.14760) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:16:57.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:16:56.044097+0000 mgr.smithi026.gdpjol (mgr.14760) 39 : cephadm [INF] Upgrade: Updating crash.smithi026 (1/2) 2024-02-15T18:16:57.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:56.048798+0000 mon.smithi026 (mon.0) 39 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:16:57.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:56.049563+0000 mon.smithi026 (mon.0) 40 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:16:57.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:56.050315+0000 mon.smithi026 (mon.0) 41 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:16:57.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:16:56.050900+0000 mgr.smithi026.gdpjol (mgr.14760) 40 : cephadm [INF] Deploying daemon crash.smithi026 on smithi026 2024-02-15T18:16:59.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:16:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:57.634381+0000 mgr.smithi026.gdpjol (mgr.14760) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:16:59.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:16:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:57.634381+0000 mgr.smithi026.gdpjol (mgr.14760) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:00.889 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:16:59.634889+0000 mgr.smithi026.gdpjol (mgr.14760) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:17:00.889 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:16:59.727115+0000 mon.smithi026 (mon.0) 42 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:16:59.634889+0000 mgr.smithi026.gdpjol (mgr.14760) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:17:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:16:59.727115+0000 mon.smithi026 (mon.0) 42 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:02.060 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:02.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:01.213276+0000 mgr.smithi026.gdpjol (mgr.14760) 43 : cephadm [INF] Upgrade: Updating crash.smithi158 (2/2) 2024-02-15T18:17:02.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:01.217648+0000 mon.smithi026 (mon.0) 43 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:02.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:01.218578+0000 mon.smithi026 (mon.0) 44 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:17:02.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:01.219410+0000 mon.smithi026 (mon.0) 45 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:02.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:01.220276+0000 mgr.smithi026.gdpjol (mgr.14760) 44 : cephadm [INF] Deploying daemon crash.smithi158 on smithi158 2024-02-15T18:17:02.624 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:01.213276+0000 mgr.smithi026.gdpjol (mgr.14760) 43 : cephadm [INF] Upgrade: Updating crash.smithi158 (2/2) 2024-02-15T18:17:02.624 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:01.217648+0000 mon.smithi026 (mon.0) 43 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:02.624 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:01.218578+0000 mon.smithi026 (mon.0) 44 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi158", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-15T18:17:02.624 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:01.219410+0000 mon.smithi026 (mon.0) 45 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:02.625 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:01.220276+0000 mgr.smithi026.gdpjol (mgr.14760) 44 : cephadm [INF] Deploying daemon crash.smithi158 on smithi158 2024-02-15T18:17:03.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:01.635499+0000 mgr.smithi026.gdpjol (mgr.14760) 45 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:03.604 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:01.635499+0000 mgr.smithi026.gdpjol (mgr.14760) 45 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:05.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:03.636074+0000 mgr.smithi026.gdpjol (mgr.14760) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:05.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:04.680867+0000 mon.smithi026 (mon.0) 46 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:05.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:04.681807+0000 mon.smithi026 (mon.0) 47 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:05.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:03.636074+0000 mgr.smithi026.gdpjol (mgr.14760) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:04.680867+0000 mon.smithi026 (mon.0) 46 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:05.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:04.681807+0000 mon.smithi026 (mon.0) 47 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:07.089 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:07.115 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:17:07.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:05.636815+0000 mgr.smithi026.gdpjol (mgr.14760) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:17:07.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:05.636815+0000 mgr.smithi026.gdpjol (mgr.14760) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:17:07.733 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:17:07.733 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (8m) 22s ago 10m 19.6M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 starting - - - - 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 starting - - - - 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (7m) 22s ago 9m 33.0M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (4m) 22s ago 3m 15.9M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (3m) 13s ago 3m 38.7M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (62s) 22s ago 11m 425M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (41s) 13s ago 8m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (31s) 22s ago 11m 24.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (18s) 13s ago 8m 29.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (97s) 22s ago 97s 65.4M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (91s) 13s ago 90s 51.3M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:17:07.734 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (9m) 22s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (8m) 13s ago 8m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (8m) 22s ago 8m 364M 1945M 16.2.5 6933c2a0b7dd ef87bb3374cb 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (7m) 22s ago 7m 285M 1945M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (7m) 22s ago 7m 240M 1945M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (6m) 22s ago 6m 335M 1945M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (6m) 13s ago 6m 352M 2712M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (6m) 13s ago 6m 369M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (5m) 13s ago 5m 308M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (5m) 13s ago 5m 445M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:17:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (67s) 22s ago 9m 46.1M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:17:08.093 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:17:08.094 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:17:08.094 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:17:08.094 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:17:08.094 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-15T18:17:08.094 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10 2024-02-15T18:17:08.094 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:17:08.094 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:17:08.419 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:17:08.483 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:17:08.483 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:17:08.483 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:17:08.483 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:17:08.484 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:17:08.484 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:17:08.484 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:17:08.484 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "4/23 daemons upgraded", 2024-02-15T18:17:08.484 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading crash daemons", 2024-02-15T18:17:08.484 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:17:08.484 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:17:08.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:07.103898+0000 mgr.smithi026.gdpjol (mgr.14760) 48 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:08.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:08.093205+0000 mon.smithi026 (mon.0) 48 : audit [DBG] from='client.? 172.21.15.26:0/2746894550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:08.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:07.103898+0000 mgr.smithi026.gdpjol (mgr.14760) 48 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:08.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:08.093205+0000 mon.smithi026 (mon.0) 48 : audit [DBG] from='client.? 172.21.15.26:0/2746894550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:09.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:07.411099+0000 mgr.smithi026.gdpjol (mgr.14760) 49 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:09.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:07.637156+0000 mgr.smithi026.gdpjol (mgr.14760) 50 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:09.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:07.724961+0000 mgr.smithi026.gdpjol (mgr.14760) 51 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:09.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:08.670635+0000 mon.smithi026 (mon.0) 49 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:09.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:07.411099+0000 mgr.smithi026.gdpjol (mgr.14760) 49 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:09.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:07.637156+0000 mgr.smithi026.gdpjol (mgr.14760) 50 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:09.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:07.724961+0000 mgr.smithi026.gdpjol (mgr.14760) 51 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:09.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:08.670635+0000 mon.smithi026 (mon.0) 49 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:10.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:08.419544+0000 mgr.smithi026.gdpjol (mgr.14760) 52 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:10.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:08.419544+0000 mgr.smithi026.gdpjol (mgr.14760) 52 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:09.637646+0000 mgr.smithi026.gdpjol (mgr.14760) 53 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.155509+0000 mon.smithi026 (mon.0) 50 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.156346+0000 mon.smithi026 (mon.0) 51 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.157057+0000 mon.smithi026 (mon.0) 52 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.160572+0000 mon.smithi026 (mon.0) 53 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.165226+0000 mon.smithi026 (mon.0) 54 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.168072+0000 mon.smithi026 (mon.0) 55 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.170091+0000 mon.smithi026 (mon.0) 56 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:11.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.171236+0000 mon.smithi026 (mon.0) 57 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:11.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.172319+0000 mon.smithi026 (mon.0) 58 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:11.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.175855+0000 mon.smithi026 (mon.0) 59 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:11.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.176529+0000 mon.smithi026 (mon.0) 60 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi026"}]: dispatch 2024-02-15T18:17:11.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.179148+0000 mon.smithi026 (mon.0) 61 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi026"}]': finished 2024-02-15T18:17:11.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.179710+0000 mon.smithi026 (mon.0) 62 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi158"}]: dispatch 2024-02-15T18:17:11.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.182274+0000 mon.smithi026 (mon.0) 63 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi158"}]': finished 2024-02-15T18:17:11.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.183293+0000 mon.smithi026 (mon.0) 64 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T18:17:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:09.637646+0000 mgr.smithi026.gdpjol (mgr.14760) 53 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:17:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.155509+0000 mon.smithi026 (mon.0) 50 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.156346+0000 mon.smithi026 (mon.0) 51 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.157057+0000 mon.smithi026 (mon.0) 52 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:17:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.160572+0000 mon.smithi026 (mon.0) 53 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.165226+0000 mon.smithi026 (mon.0) 54 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:11.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.168072+0000 mon.smithi026 (mon.0) 55 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.170091+0000 mon.smithi026 (mon.0) 56 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.171236+0000 mon.smithi026 (mon.0) 57 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.172319+0000 mon.smithi026 (mon.0) 58 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.175855+0000 mon.smithi026 (mon.0) 59 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.176529+0000 mon.smithi026 (mon.0) 60 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi026"}]: dispatch 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.179148+0000 mon.smithi026 (mon.0) 61 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi026"}]': finished 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.179710+0000 mon.smithi026 (mon.0) 62 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi158"}]: dispatch 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.182274+0000 mon.smithi026 (mon.0) 63 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi158"}]': finished 2024-02-15T18:17:11.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.183293+0000 mon.smithi026 (mon.0) 64 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T18:17:12.122 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:11.172859+0000 mgr.smithi026.gdpjol (mgr.14760) 54 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-15T18:17:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:11.183424+0000 mgr.smithi026.gdpjol (mgr.14760) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T18:17:12.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:11.184130+0000 mgr.smithi026.gdpjol (mgr.14760) 56 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-15T18:17:12.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:11.172859+0000 mgr.smithi026.gdpjol (mgr.14760) 54 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-15T18:17:12.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:11.183424+0000 mgr.smithi026.gdpjol (mgr.14760) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-15T18:17:12.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:11.184130+0000 mgr.smithi026.gdpjol (mgr.14760) 56 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-15T18:17:13.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:11.638107+0000 mgr.smithi026.gdpjol (mgr.14760) 57 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:13.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:12.776188+0000 mon.smithi026 (mon.0) 65 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:13.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:12.776915+0000 mon.smithi026 (mon.0) 66 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T18:17:13.512 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:12.777534+0000 mon.smithi026 (mon.0) 67 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:13.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:11.638107+0000 mgr.smithi026.gdpjol (mgr.14760) 57 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:13.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:12.776188+0000 mon.smithi026 (mon.0) 65 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:13.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:12.776915+0000 mon.smithi026 (mon.0) 66 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-15T18:17:13.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:12.777534+0000 mon.smithi026 (mon.0) 67 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:12.771590+0000 mgr.smithi026.gdpjol (mgr.14760) 58 : cephadm [INF] Upgrade: Updating osd.0 2024-02-15T18:17:14.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:12.778712+0000 mgr.smithi026.gdpjol (mgr.14760) 59 : cephadm [INF] Deploying daemon osd.0 on smithi026 2024-02-15T18:17:14.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:12.771590+0000 mgr.smithi026.gdpjol (mgr.14760) 58 : cephadm [INF] Upgrade: Updating osd.0 2024-02-15T18:17:14.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:12.778712+0000 mgr.smithi026.gdpjol (mgr.14760) 59 : cephadm [INF] Deploying daemon osd.0 on smithi026 2024-02-15T18:17:15.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:13.638413+0000 mgr.smithi026.gdpjol (mgr.14760) 60 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:15.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:13.638413+0000 mgr.smithi026.gdpjol (mgr.14760) 60 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:15.983 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:15 smithi026 systemd[1]: Stopping Ceph osd.0 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:17:16.312 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0[44482]: debug 2024-02-15T18:17:15.979+0000 7f68ce624700 -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-15T18:17:16.312 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0[44482]: debug 2024-02-15T18:17:15.979+0000 7f68ce624700 -1 osd.0 68 *** Got signal Terminated *** 2024-02-15T18:17:16.312 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0[44482]: debug 2024-02-15T18:17:15.979+0000 7f68ce624700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:17:16.706 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:16 smithi026 bash[79846]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0 2024-02-15T18:17:17.062 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:16 smithi026 bash[79900]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0 2024-02-15T18:17:17.163 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:17.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:15.639153+0000 mgr.smithi026.gdpjol (mgr.14760) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.247342+0000 mon.smithi026 (mon.0) 68 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.247380+0000 mon.smithi026 (mon.0) 69 : cluster [INF] osd.0 failed (root=default,host=smithi026) (connection refused reported by osd.6) 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.247503+0000 mon.smithi026 (mon.0) 70 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.247595+0000 mon.smithi026 (mon.0) 71 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.247679+0000 mon.smithi026 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.247752+0000 mon.smithi026 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.247830+0000 mon.smithi026 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.247920+0000 mon.smithi026 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:17:17.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.248015+0000 mon.smithi026 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.248087+0000 mon.smithi026 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.248159+0000 mon.smithi026 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.248231+0000 mon.smithi026 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.248298+0000 mon.smithi026 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.248371+0000 mon.smithi026 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.248439+0000 mon.smithi026 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.647004+0000 mon.smithi026 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.647209+0000 mon.smithi026 (mon.0) 84 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.647462+0000 mon.smithi026 (mon.0) 85 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.647621+0000 mon.smithi026 (mon.0) 86 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:17:17.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.647706+0000 mon.smithi026 (mon.0) 87 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.647783+0000 mon.smithi026 (mon.0) 88 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.647884+0000 mon.smithi026 (mon.0) 89 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.648198+0000 mon.smithi026 (mon.0) 90 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.648279+0000 mon.smithi026 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.648480+0000 mon.smithi026 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.648632+0000 mon.smithi026 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.648771+0000 mon.smithi026 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.648910+0000 mon.smithi026 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:17:17.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:16.649054+0000 mon.smithi026 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:17:17.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:15.639153+0000 mgr.smithi026.gdpjol (mgr.14760) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:17:17.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.247342+0000 mon.smithi026 (mon.0) 68 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:17:17.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.247380+0000 mon.smithi026 (mon.0) 69 : cluster [INF] osd.0 failed (root=default,host=smithi026) (connection refused reported by osd.6) 2024-02-15T18:17:17.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.247503+0000 mon.smithi026 (mon.0) 70 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:17:17.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.247595+0000 mon.smithi026 (mon.0) 71 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.247679+0000 mon.smithi026 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.247752+0000 mon.smithi026 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.247830+0000 mon.smithi026 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.247920+0000 mon.smithi026 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.248015+0000 mon.smithi026 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.248087+0000 mon.smithi026 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.248159+0000 mon.smithi026 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.248231+0000 mon.smithi026 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.248298+0000 mon.smithi026 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.248371+0000 mon.smithi026 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.248439+0000 mon.smithi026 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:17:17.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.647004+0000 mon.smithi026 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:17:17.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.647209+0000 mon.smithi026 (mon.0) 84 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:17:17.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.647462+0000 mon.smithi026 (mon.0) 85 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-15T18:17:17.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.647621+0000 mon.smithi026 (mon.0) 86 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:17:17.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.647706+0000 mon.smithi026 (mon.0) 87 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:17:17.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.647783+0000 mon.smithi026 (mon.0) 88 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-15T18:17:17.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.647884+0000 mon.smithi026 (mon.0) 89 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-15T18:17:17.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.648198+0000 mon.smithi026 (mon.0) 90 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-15T18:17:17.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.648279+0000 mon.smithi026 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:17:17.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.648480+0000 mon.smithi026 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:17:17.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.648632+0000 mon.smithi026 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:17:17.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.648771+0000 mon.smithi026 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-15T18:17:17.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.648910+0000 mon.smithi026 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-15T18:17:17.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:16.649054+0000 mon.smithi026 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-15T18:17:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:17.246093+0000 mon.smithi026 (mon.0) 97 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:17:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:17.252608+0000 mon.smithi026 (mon.0) 98 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-15T18:17:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:17.252894+0000 mon.smithi026 (mon.0) 99 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:17:18.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:17.253465+0000 mon.smithi026 (mon.0) 100 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:17:18.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:17.246093+0000 mon.smithi026 (mon.0) 97 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:17:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:17.252608+0000 mon.smithi026 (mon.0) 98 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-15T18:17:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:17.252894+0000 mon.smithi026 (mon.0) 99 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:17:18.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:17.253465+0000 mon.smithi026 (mon.0) 100 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-15T18:17:19.062 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:18 smithi026 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.0.service: Succeeded. 2024-02-15T18:17:19.062 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:18 smithi026 systemd[1]: Stopped Ceph osd.0 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:17:19.062 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:18 smithi026 systemd[1]: Starting Ceph osd.0 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:17:19.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:17.639577+0000 mgr.smithi026.gdpjol (mgr.14760) 62 : cluster [DBG] pgmap v36: 129 pgs: 16 stale+active+clean, 113 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:17:19.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:18.254087+0000 mon.smithi026 (mon.0) 101 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:17:19.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:18.254252+0000 mon.smithi026 (mon.0) 102 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-15T18:17:19.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:17.639577+0000 mgr.smithi026.gdpjol (mgr.14760) 62 : cluster [DBG] pgmap v36: 129 pgs: 16 stale+active+clean, 113 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:17:19.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:18.254087+0000 mon.smithi026 (mon.0) 101 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-15T18:17:19.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:18.254252+0000 mon.smithi026 (mon.0) 102 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-15T18:17:19.964 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:19 smithi026 bash[80177]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:17:19.964 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:19 smithi026 bash[80177]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-15T18:17:19.964 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:19 smithi026 bash[80177]: 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-15T18:17:19.964 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:19 smithi026 bash[80177]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-15T18:17:19.964 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:19 smithi026 bash[80177]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-15T18:17:19.964 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:19 smithi026 bash[80177]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-15T18:17:19.964 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:19 smithi026 bash[80177]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-15T18:17:19.964 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:19 smithi026 bash[80177]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-15T18:17:20.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:20.253833+0000 mon.smithi026 (mon.0) 103 : cluster [WRN] Health check failed: Degraded data redundancy: 183/1377 objects degraded (13.290%), 29 pgs degraded (PG_DEGRADED) 2024-02-15T18:17:20.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:20.253833+0000 mon.smithi026 (mon.0) 103 : cluster [WRN] Health check failed: Degraded data redundancy: 183/1377 objects degraded (13.290%), 29 pgs degraded (PG_DEGRADED) 2024-02-15T18:17:21.307 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-0[80460]: debug 2024-02-15T18:17:20.937+0000 7f547e512700 1 -- 172.21.15.26:0/3761938113 <== mon.0 v2:172.21.15.26:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5575179d8680 con 0x55751799f400 2024-02-15T18:17:21.308 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:21 smithi026 bash[80445]: 6cdc173fbc4a3857356ce49cae78af27e5110664ad2d70918ceb779d96dec97e 2024-02-15T18:17:21.308 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:21 smithi026 systemd[1]: Started Ceph osd.0 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:17:21.562 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-0[80460]: debug 2024-02-15T18:17:21.455+0000 7f5485fa0380 -1 Falling back to public interface 2024-02-15T18:17:21.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:19.640216+0000 mgr.smithi026.gdpjol (mgr.14760) 63 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:21.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:21.049972+0000 mon.smithi026 (mon.0) 104 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:21.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:21.050775+0000 mon.smithi026 (mon.0) 105 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:21.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:19.640216+0000 mgr.smithi026.gdpjol (mgr.14760) 63 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:21.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:21.049972+0000 mon.smithi026 (mon.0) 104 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:21.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:21.050775+0000 mon.smithi026 (mon.0) 105 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:22.203 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:22.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:21.640640+0000 mgr.smithi026.gdpjol (mgr.14760) 64 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:22.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:21.640640+0000 mgr.smithi026.gdpjol (mgr.14760) 64 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:25.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:23.641020+0000 mgr.smithi026.gdpjol (mgr.14760) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:25.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:23.641020+0000 mgr.smithi026.gdpjol (mgr.14760) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:25.695 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-0[80460]: debug 2024-02-15T18:17:25.569+0000 7f5485fa0380 -1 osd.0 68 log_to_monitors {default=true} 2024-02-15T18:17:26.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:25.572819+0000 mon.smithi026 (mon.0) 106 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/4093743232,v1:172.21.15.26:6803/4093743232]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T18:17:26.062 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:17:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-0[80460]: debug 2024-02-15T18:17:25.711+0000 7f5476c86700 -1 osd.0 68 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:17:26.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:25.572819+0000 mon.smithi026 (mon.0) 106 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/4093743232,v1:172.21.15.26:6803/4093743232]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-15T18:17:27.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:25.641852+0000 mgr.smithi026.gdpjol (mgr.14760) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 244 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:27.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:25.701361+0000 mon.smithi026 (mon.0) 107 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/4093743232,v1:172.21.15.26:6803/4093743232]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T18:17:27.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:25.701413+0000 mon.smithi026 (mon.0) 108 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-15T18:17:27.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:25.702356+0000 mon.smithi026 (mon.0) 109 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/4093743232,v1:172.21.15.26:6803/4093743232]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:17:27.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:25.641852+0000 mgr.smithi026.gdpjol (mgr.14760) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 244 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:27.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:25.701361+0000 mon.smithi026 (mon.0) 107 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/4093743232,v1:172.21.15.26:6803/4093743232]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-15T18:17:27.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:25.701413+0000 mon.smithi026 (mon.0) 108 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-15T18:17:27.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:25.702356+0000 mon.smithi026 (mon.0) 109 : audit [INF] from='osd.0 [v2:172.21.15.26:6802/4093743232,v1:172.21.15.26:6803/4093743232]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:17:27.237 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:28.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:26.699940+0000 mon.smithi026 (mon.0) 110 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:17:28.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:26.703514+0000 mon.smithi026 (mon.0) 111 : cluster [INF] osd.0 [v2:172.21.15.26:6802/4093743232,v1:172.21.15.26:6803/4093743232] boot 2024-02-15T18:17:28.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:26.703588+0000 mon.smithi026 (mon.0) 112 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-15T18:17:28.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:26.707386+0000 mon.smithi026 (mon.0) 113 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:17:28.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:27.705331+0000 mon.smithi026 (mon.0) 114 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-15T18:17:28.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:26.699940+0000 mon.smithi026 (mon.0) 110 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:17:28.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:26.703514+0000 mon.smithi026 (mon.0) 111 : cluster [INF] osd.0 [v2:172.21.15.26:6802/4093743232,v1:172.21.15.26:6803/4093743232] boot 2024-02-15T18:17:28.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:26.703588+0000 mon.smithi026 (mon.0) 112 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-15T18:17:28.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:26.707386+0000 mon.smithi026 (mon.0) 113 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-15T18:17:28.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:27.705331+0000 mon.smithi026 (mon.0) 114 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-15T18:17:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:27.642314+0000 mgr.smithi026.gdpjol (mgr.14760) 67 : cluster [DBG] pgmap v44: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:27.763749+0000 mon.smithi026 (mon.0) 115 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.103966+0000 mon.smithi026 (mon.0) 116 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.104655+0000 mon.smithi026 (mon.0) 117 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:17:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.108915+0000 mon.smithi026 (mon.0) 118 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.113429+0000 mon.smithi026 (mon.0) 119 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:29.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.116178+0000 mon.smithi026 (mon.0) 120 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:29.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.118111+0000 mon.smithi026 (mon.0) 121 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:29.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.119233+0000 mon.smithi026 (mon.0) 122 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:29.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.120350+0000 mon.smithi026 (mon.0) 123 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:29.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.121429+0000 mon.smithi026 (mon.0) 124 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:17:29.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.121584+0000 mgr.smithi026.gdpjol (mgr.14760) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:17:29.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:28.122182+0000 mgr.smithi026.gdpjol (mgr.14760) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:27.642314+0000 mgr.smithi026.gdpjol (mgr.14760) 67 : cluster [DBG] pgmap v44: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 183/1377 objects degraded (13.290%) 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:27.763749+0000 mon.smithi026 (mon.0) 115 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.103966+0000 mon.smithi026 (mon.0) 116 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.104655+0000 mon.smithi026 (mon.0) 117 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.108915+0000 mon.smithi026 (mon.0) 118 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.113429+0000 mon.smithi026 (mon.0) 119 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.116178+0000 mon.smithi026 (mon.0) 120 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.118111+0000 mon.smithi026 (mon.0) 121 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.119233+0000 mon.smithi026 (mon.0) 122 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.120350+0000 mon.smithi026 (mon.0) 123 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.121429+0000 mon.smithi026 (mon.0) 124 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:17:29.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.121584+0000 mgr.smithi026.gdpjol (mgr.14760) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:17:29.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:28.122182+0000 mgr.smithi026.gdpjol (mgr.14760) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:17:30.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:28.808335+0000 mon.smithi026 (mon.0) 125 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:30.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:28.808335+0000 mon.smithi026 (mon.0) 125 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:31.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:29.643058+0000 mgr.smithi026.gdpjol (mgr.14760) 70 : cluster [DBG] pgmap v46: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 71/1377 objects degraded (5.156%) 2024-02-15T18:17:31.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:29.806949+0000 mon.smithi026 (mon.0) 126 : cluster [WRN] Health check update: Degraded data redundancy: 71/1377 objects degraded (5.156%), 9 pgs degraded (PG_DEGRADED) 2024-02-15T18:17:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:29.643058+0000 mgr.smithi026.gdpjol (mgr.14760) 70 : cluster [DBG] pgmap v46: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 71/1377 objects degraded (5.156%) 2024-02-15T18:17:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:29.806949+0000 mon.smithi026 (mon.0) 126 : cluster [WRN] Health check update: Degraded data redundancy: 71/1377 objects degraded (5.156%), 9 pgs degraded (PG_DEGRADED) 2024-02-15T18:17:32.286 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:32.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:31.643799+0000 mgr.smithi026.gdpjol (mgr.14760) 71 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:32.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:31.643799+0000 mgr.smithi026.gdpjol (mgr.14760) 71 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:32.419456+0000 mon.smithi026 (mon.0) 127 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/1377 objects degraded (5.156%), 9 pgs degraded) 2024-02-15T18:17:33.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:32.419517+0000 mon.smithi026 (mon.0) 128 : cluster [INF] Cluster is now healthy 2024-02-15T18:17:33.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:32.419456+0000 mon.smithi026 (mon.0) 127 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/1377 objects degraded (5.156%), 9 pgs degraded) 2024-02-15T18:17:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:32.419517+0000 mon.smithi026 (mon.0) 128 : cluster [INF] Cluster is now healthy 2024-02-15T18:17:34.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:33.644390+0000 mgr.smithi026.gdpjol (mgr.14760) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 257 B/s rd, 128 B/s wr, 0 op/s 2024-02-15T18:17:34.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:33.644390+0000 mgr.smithi026.gdpjol (mgr.14760) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 257 B/s rd, 128 B/s wr, 0 op/s 2024-02-15T18:17:37.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:35.645382+0000 mgr.smithi026.gdpjol (mgr.14760) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s 2024-02-15T18:17:37.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:35.645382+0000 mgr.smithi026.gdpjol (mgr.14760) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s 2024-02-15T18:17:37.329 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:38.752 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:17:39.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:37.646056+0000 mgr.smithi026.gdpjol (mgr.14760) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:17:39.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:37.646056+0000 mgr.smithi026.gdpjol (mgr.14760) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (8m) 11s ago 10m 19.4M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (40s) 11s ago 10m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (35s) 30s ago 9m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (8m) 11s ago 10m 33.2M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (4m) 11s ago 4m 16.0M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (4m) 30s ago 4m 38.5M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (94s) 11s ago 12m 431M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (73s) 30s ago 9m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (63s) 11s ago 12m 38.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:17:39.349 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (49s) 30s ago 9m 33.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (2m) 11s ago 2m 76.6M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (2m) 30s ago 2m 51.3M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (10m) 11s ago 10m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (9m) 30s ago 9m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (18s) 11s ago 8m 13.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (8m) 11s ago 8m 284M 1945M 16.2.5 6933c2a0b7dd 344b99696571 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (7m) 11s ago 7m 240M 1945M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (7m) 11s ago 7m 333M 1945M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (7m) 30s ago 7m 352M 2712M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (6m) 30s ago 6m 370M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (6m) 30s ago 6m 308M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (6m) 30s ago 6m 445M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:17:39.350 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (99s) 11s ago 9m 50.9M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-15T18:17:39.708 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:17:39.709 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "crash", 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "7/23 daemons upgraded", 2024-02-15T18:17:40.015 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:17:40.016 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:17:40.016 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:17:40.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:38.739952+0000 mgr.smithi026.gdpjol (mgr.14760) 75 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:40.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:38.854701+0000 mon.smithi026 (mon.0) 129 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:40.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:39.043415+0000 mgr.smithi026.gdpjol (mgr.14760) 76 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:40.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:39.339972+0000 mgr.smithi026.gdpjol (mgr.14760) 77 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:40.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:39.708211+0000 mon.smithi026 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.26:0/46812808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:40.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:38.739952+0000 mgr.smithi026.gdpjol (mgr.14760) 75 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:40.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:38.854701+0000 mon.smithi026 (mon.0) 129 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:40.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:39.043415+0000 mgr.smithi026.gdpjol (mgr.14760) 76 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:40.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:39.339972+0000 mgr.smithi026.gdpjol (mgr.14760) 77 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:40.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:39.708211+0000 mon.smithi026 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.26:0/46812808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:17:41.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:39.646572+0000 mgr.smithi026.gdpjol (mgr.14760) 78 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 257 B/s wr, 0 op/s 2024-02-15T18:17:41.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:40.015190+0000 mgr.smithi026.gdpjol (mgr.14760) 79 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:41.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:39.646572+0000 mgr.smithi026.gdpjol (mgr.14760) 78 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 257 B/s wr, 0 op/s 2024-02-15T18:17:41.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:40.015190+0000 mgr.smithi026.gdpjol (mgr.14760) 79 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:17:42.378 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:42.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:41.647008+0000 mgr.smithi026.gdpjol (mgr.14760) 80 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:42.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:41.647008+0000 mgr.smithi026.gdpjol (mgr.14760) 80 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:43.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:43.137812+0000 mon.smithi026 (mon.0) 131 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:17:43.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:43.138024+0000 mgr.smithi026.gdpjol (mgr.14760) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:17:43.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:43.139153+0000 mgr.smithi026.gdpjol (mgr.14760) 82 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-15T18:17:43.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:43.137812+0000 mon.smithi026 (mon.0) 131 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:17:43.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:43.138024+0000 mgr.smithi026.gdpjol (mgr.14760) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-15T18:17:43.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:43.139153+0000 mgr.smithi026.gdpjol (mgr.14760) 82 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-15T18:17:45.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:43.647537+0000 mgr.smithi026.gdpjol (mgr.14760) 83 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:45.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:43.808861+0000 mon.smithi026 (mon.0) 132 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:45.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:44.728069+0000 mon.smithi026 (mon.0) 133 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:45.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:44.728887+0000 mon.smithi026 (mon.0) 134 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T18:17:45.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:44.729539+0000 mon.smithi026 (mon.0) 135 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:45.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:43.647537+0000 mgr.smithi026.gdpjol (mgr.14760) 83 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:17:45.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:43.808861+0000 mon.smithi026 (mon.0) 132 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:45.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:44.728069+0000 mon.smithi026 (mon.0) 133 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:45.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:44.728887+0000 mon.smithi026 (mon.0) 134 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-15T18:17:45.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:44.729539+0000 mon.smithi026 (mon.0) 135 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:17:46.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:44.722993+0000 mgr.smithi026.gdpjol (mgr.14760) 84 : cephadm [INF] Upgrade: Updating osd.1 2024-02-15T18:17:46.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:17:44.730796+0000 mgr.smithi026.gdpjol (mgr.14760) 85 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-02-15T18:17:46.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:44.722993+0000 mgr.smithi026.gdpjol (mgr.14760) 84 : cephadm [INF] Upgrade: Updating osd.1 2024-02-15T18:17:46.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:17:44.730796+0000 mgr.smithi026.gdpjol (mgr.14760) 85 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-02-15T18:17:47.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:45.648132+0000 mgr.smithi026.gdpjol (mgr.14760) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:17:47.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:45.820885+0000 mon.smithi026 (mon.0) 136 : cluster [DBG] mgrmap e35: smithi026.gdpjol(active, since 93s), standbys: smithi158.xjmdwr 2024-02-15T18:17:47.212 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:45.648132+0000 mgr.smithi026.gdpjol (mgr.14760) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-15T18:17:47.213 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:45.820885+0000 mon.smithi026 (mon.0) 136 : cluster [DBG] mgrmap e35: smithi026.gdpjol(active, since 93s), standbys: smithi158.xjmdwr 2024-02-15T18:17:47.421 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:47.915 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:47 smithi026 systemd[1]: Stopping Ceph osd.1 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:17:48.278 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.1[47809]: debug 2024-02-15T18:17:47.912+0000 7f9d8efe1700 -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-15T18:17:48.278 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.1[47809]: debug 2024-02-15T18:17:47.912+0000 7f9d8efe1700 -1 osd.1 73 *** Got signal Terminated *** 2024-02-15T18:17:48.279 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.1[47809]: debug 2024-02-15T18:17:47.912+0000 7f9d8efe1700 -1 osd.1 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:17:48.562 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:48 smithi026 bash[82378]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.1 2024-02-15T18:17:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:47.648532+0000 mgr.smithi026.gdpjol (mgr.14760) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:17:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170217+0000 mon.smithi026 (mon.0) 137 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:17:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170249+0000 mon.smithi026 (mon.0) 138 : cluster [INF] osd.1 failed (root=default,host=smithi026) (connection refused reported by osd.7) 2024-02-15T18:17:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170379+0000 mon.smithi026 (mon.0) 139 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:17:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170460+0000 mon.smithi026 (mon.0) 140 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:17:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170535+0000 mon.smithi026 (mon.0) 141 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170631+0000 mon.smithi026 (mon.0) 142 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170714+0000 mon.smithi026 (mon.0) 143 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170790+0000 mon.smithi026 (mon.0) 144 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170865+0000 mon.smithi026 (mon.0) 145 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.170938+0000 mon.smithi026 (mon.0) 146 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.171009+0000 mon.smithi026 (mon.0) 147 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.171078+0000 mon.smithi026 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.171144+0000 mon.smithi026 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.171213+0000 mon.smithi026 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.171284+0000 mon.smithi026 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.570871+0000 mon.smithi026 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.570991+0000 mon.smithi026 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571068+0000 mon.smithi026 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571146+0000 mon.smithi026 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:17:49.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571225+0000 mon.smithi026 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571306+0000 mon.smithi026 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571395+0000 mon.smithi026 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571437+0000 mon.smithi026 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571534+0000 mon.smithi026 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571600+0000 mon.smithi026 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571717+0000 mon.smithi026 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571759+0000 mon.smithi026 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571864+0000 mon.smithi026 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:17:49.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.571936+0000 mon.smithi026 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:47.648532+0000 mgr.smithi026.gdpjol (mgr.14760) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170217+0000 mon.smithi026 (mon.0) 137 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170249+0000 mon.smithi026 (mon.0) 138 : cluster [INF] osd.1 failed (root=default,host=smithi026) (connection refused reported by osd.7) 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170379+0000 mon.smithi026 (mon.0) 139 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170460+0000 mon.smithi026 (mon.0) 140 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170535+0000 mon.smithi026 (mon.0) 141 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170631+0000 mon.smithi026 (mon.0) 142 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170714+0000 mon.smithi026 (mon.0) 143 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170790+0000 mon.smithi026 (mon.0) 144 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:17:49.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170865+0000 mon.smithi026 (mon.0) 145 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.170938+0000 mon.smithi026 (mon.0) 146 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.171009+0000 mon.smithi026 (mon.0) 147 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.171078+0000 mon.smithi026 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.171144+0000 mon.smithi026 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.171213+0000 mon.smithi026 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.171284+0000 mon.smithi026 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.570871+0000 mon.smithi026 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.570991+0000 mon.smithi026 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571068+0000 mon.smithi026 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571146+0000 mon.smithi026 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571225+0000 mon.smithi026 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571306+0000 mon.smithi026 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571395+0000 mon.smithi026 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571437+0000 mon.smithi026 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:17:49.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571534+0000 mon.smithi026 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-15T18:17:49.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571600+0000 mon.smithi026 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-15T18:17:49.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571717+0000 mon.smithi026 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-15T18:17:49.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571759+0000 mon.smithi026 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-15T18:17:49.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571864+0000 mon.smithi026 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-15T18:17:49.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.571936+0000 mon.smithi026 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-15T18:17:50.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.817284+0000 mon.smithi026 (mon.0) 166 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:17:50.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:48.823637+0000 mon.smithi026 (mon.0) 167 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-15T18:17:50.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.817284+0000 mon.smithi026 (mon.0) 166 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:17:50.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:48.823637+0000 mon.smithi026 (mon.0) 167 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-15T18:17:50.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:50 smithi026 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.1.service: Succeeded. 2024-02-15T18:17:50.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:50 smithi026 systemd[1]: Stopped Ceph osd.1 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:17:50.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:50 smithi026 systemd[1]: Starting Ceph osd.1 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:17:51.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:49.649143+0000 mgr.smithi026.gdpjol (mgr.14760) 88 : cluster [DBG] pgmap v57: 129 pgs: 49 peering, 1 stale+active+clean, 79 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-15T18:17:51.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:49.821891+0000 mon.smithi026 (mon.0) 168 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 14 pgs peering (PG_AVAILABILITY) 2024-02-15T18:17:51.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:49.826465+0000 mon.smithi026 (mon.0) 169 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-15T18:17:51.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:49.649143+0000 mgr.smithi026.gdpjol (mgr.14760) 88 : cluster [DBG] pgmap v57: 129 pgs: 49 peering, 1 stale+active+clean, 79 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-15T18:17:51.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:49.821891+0000 mon.smithi026 (mon.0) 168 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 14 pgs peering (PG_AVAILABILITY) 2024-02-15T18:17:51.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:49.826465+0000 mon.smithi026 (mon.0) 169 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-15T18:17:51.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:51 smithi026 bash[82681]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:17:51.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:51 smithi026 bash[82681]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-15T18:17:51.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:51 smithi026 bash[82681]: 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-15T18:17:51.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:51 smithi026 bash[82681]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-15T18:17:51.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:51 smithi026 bash[82681]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-15T18:17:51.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:51 smithi026 bash[82681]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-15T18:17:51.812 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:51 smithi026 bash[82681]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-15T18:17:51.813 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:51 smithi026 bash[82681]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-15T18:17:52.460 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:52.692 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:51.649911+0000 mgr.smithi026.gdpjol (mgr.14760) 89 : cluster [DBG] pgmap v59: 129 pgs: 3 active+undersized+degraded, 49 peering, 1 active+undersized, 76 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 639 B/s wr, 0 op/s; 16/1377 objects degraded (1.162%) 2024-02-15T18:17:52.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:51.649911+0000 mgr.smithi026.gdpjol (mgr.14760) 89 : cluster [DBG] pgmap v59: 129 pgs: 3 active+undersized+degraded, 49 peering, 1 active+undersized, 76 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 639 B/s wr, 0 op/s; 16/1377 objects degraded (1.162%) 2024-02-15T18:17:53.062 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-1[82982]: debug 2024-02-15T18:17:52.690+0000 7f76d2737700 1 -- 172.21.15.26:0/1946484192 <== mon.0 v2:172.21.15.26:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55899339c680 con 0x558993363000 2024-02-15T18:17:53.062 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:52 smithi026 bash[82949]: 2b1307777b9133974a5197ecef1864e6a0ec9fa856dfc7b41c93f38542e31f5f 2024-02-15T18:17:53.062 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:52 smithi026 systemd[1]: Started Ceph osd.1 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:17:53.503 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-1[82982]: debug 2024-02-15T18:17:53.207+0000 7f76da1c5380 -1 Falling back to public interface 2024-02-15T18:17:53.503 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:52.423866+0000 mon.smithi026 (mon.0) 170 : cluster [WRN] Health check failed: Degraded data redundancy: 16/1377 objects degraded (1.162%), 3 pgs degraded (PG_DEGRADED) 2024-02-15T18:17:53.503 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:52.820844+0000 mon.smithi026 (mon.0) 171 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:53.503 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:52.821619+0000 mon.smithi026 (mon.0) 172 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:52.423866+0000 mon.smithi026 (mon.0) 170 : cluster [WRN] Health check failed: Degraded data redundancy: 16/1377 objects degraded (1.162%), 3 pgs degraded (PG_DEGRADED) 2024-02-15T18:17:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:52.820844+0000 mon.smithi026 (mon.0) 171 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:17:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:52.821619+0000 mon.smithi026 (mon.0) 172 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:17:54.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:53.650410+0000 mgr.smithi026.gdpjol (mgr.14760) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 49 peering, 1 active+undersized, 76 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 16/1377 objects degraded (1.162%) 2024-02-15T18:17:54.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:53.650410+0000 mgr.smithi026.gdpjol (mgr.14760) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 49 peering, 1 active+undersized, 76 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 16/1377 objects degraded (1.162%) 2024-02-15T18:17:56.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:55.701858+0000 mon.smithi026 (mon.0) 173 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 14 pgs peering) 2024-02-15T18:17:56.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:55.701858+0000 mon.smithi026 (mon.0) 173 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 14 pgs peering) 2024-02-15T18:17:57.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:55.651053+0000 mgr.smithi026.gdpjol (mgr.14760) 91 : cluster [DBG] pgmap v61: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 149/1377 objects degraded (10.821%) 2024-02-15T18:17:57.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:55.651053+0000 mgr.smithi026.gdpjol (mgr.14760) 91 : cluster [DBG] pgmap v61: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 149/1377 objects degraded (10.821%) 2024-02-15T18:17:57.492 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:17:57.561 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-1[82982]: debug 2024-02-15T18:17:57.153+0000 7f76da1c5380 -1 osd.1 73 log_to_monitors {default=true} 2024-02-15T18:17:58.062 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:17:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-1[82982]: debug 2024-02-15T18:17:57.766+0000 7f76c8ea7700 -1 osd.1 73 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:17:58.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:57.157749+0000 mon.smithi026 (mon.0) 174 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/3194694806,v1:172.21.15.26:6811/3194694806]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T18:17:58.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:57.157749+0000 mon.smithi026 (mon.0) 174 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/3194694806,v1:172.21.15.26:6811/3194694806]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-15T18:17:59.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:57.651618+0000 mgr.smithi026.gdpjol (mgr.14760) 92 : cluster [DBG] pgmap v62: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 231 B/s wr, 0 op/s; 149/1377 objects degraded (10.821%) 2024-02-15T18:17:59.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:57.761752+0000 mon.smithi026 (mon.0) 175 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/3194694806,v1:172.21.15.26:6811/3194694806]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T18:17:59.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:57.761793+0000 mon.smithi026 (mon.0) 176 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-15T18:17:59.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:57.762217+0000 mon.smithi026 (mon.0) 177 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/3194694806,v1:172.21.15.26:6811/3194694806]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:17:59.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:57.651618+0000 mgr.smithi026.gdpjol (mgr.14760) 92 : cluster [DBG] pgmap v62: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 231 B/s wr, 0 op/s; 149/1377 objects degraded (10.821%) 2024-02-15T18:17:59.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:57.761752+0000 mon.smithi026 (mon.0) 175 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/3194694806,v1:172.21.15.26:6811/3194694806]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-15T18:17:59.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:57.761793+0000 mon.smithi026 (mon.0) 176 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-15T18:17:59.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:57.762217+0000 mon.smithi026 (mon.0) 177 : audit [INF] from='osd.1 [v2:172.21.15.26:6810/3194694806,v1:172.21.15.26:6811/3194694806]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:18:00.017 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:58.759834+0000 mon.smithi026 (mon.0) 178 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:18:00.017 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:58.763662+0000 mon.smithi026 (mon.0) 179 : cluster [INF] osd.1 [v2:172.21.15.26:6810/3194694806,v1:172.21.15.26:6811/3194694806] boot 2024-02-15T18:18:00.017 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:58.763717+0000 mon.smithi026 (mon.0) 180 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-15T18:18:00.017 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:58.766809+0000 mon.smithi026 (mon.0) 181 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:18:00.017 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:17:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:58.809663+0000 mon.smithi026 (mon.0) 182 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:58.759834+0000 mon.smithi026 (mon.0) 178 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:18:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:58.763662+0000 mon.smithi026 (mon.0) 179 : cluster [INF] osd.1 [v2:172.21.15.26:6810/3194694806,v1:172.21.15.26:6811/3194694806] boot 2024-02-15T18:18:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:58.763717+0000 mon.smithi026 (mon.0) 180 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-15T18:18:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:58.766809+0000 mon.smithi026 (mon.0) 181 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-15T18:18:00.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:17:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:58.809663+0000 mon.smithi026 (mon.0) 182 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:59.652127+0000 mgr.smithi026.gdpjol (mgr.14760) 93 : cluster [DBG] pgmap v65: 129 pgs: 32 peering, 12 active+undersized+degraded, 9 active+undersized, 76 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 65/1377 objects degraded (4.720%) 2024-02-15T18:18:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:59.770855+0000 mon.smithi026 (mon.0) 183 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-02-15T18:18:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:17:59.807389+0000 mon.smithi026 (mon.0) 184 : cluster [WRN] Health check update: Degraded data redundancy: 65/1377 objects degraded (4.720%), 12 pgs degraded (PG_DEGRADED) 2024-02-15T18:18:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:17:59.999605+0000 mon.smithi026 (mon.0) 185 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.000443+0000 mon.smithi026 (mon.0) 186 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.001091+0000 mon.smithi026 (mon.0) 187 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:18:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.004570+0000 mon.smithi026 (mon.0) 188 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:01.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.009311+0000 mon.smithi026 (mon.0) 189 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:01.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.012072+0000 mon.smithi026 (mon.0) 190 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:01.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.014081+0000 mon.smithi026 (mon.0) 191 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:01.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.015219+0000 mon.smithi026 (mon.0) 192 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:01.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.016299+0000 mon.smithi026 (mon.0) 193 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:01.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.017399+0000 mon.smithi026 (mon.0) 194 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:18:01.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:00.017539+0000 mgr.smithi026.gdpjol (mgr.14760) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:18:01.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:18:00.018290+0000 mgr.smithi026.gdpjol (mgr.14760) 95 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-02-15T18:18:01.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:59.652127+0000 mgr.smithi026.gdpjol (mgr.14760) 93 : cluster [DBG] pgmap v65: 129 pgs: 32 peering, 12 active+undersized+degraded, 9 active+undersized, 76 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 65/1377 objects degraded (4.720%) 2024-02-15T18:18:01.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:59.770855+0000 mon.smithi026 (mon.0) 183 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:17:59.807389+0000 mon.smithi026 (mon.0) 184 : cluster [WRN] Health check update: Degraded data redundancy: 65/1377 objects degraded (4.720%), 12 pgs degraded (PG_DEGRADED) 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:17:59.999605+0000 mon.smithi026 (mon.0) 185 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.000443+0000 mon.smithi026 (mon.0) 186 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.001091+0000 mon.smithi026 (mon.0) 187 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.004570+0000 mon.smithi026 (mon.0) 188 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.009311+0000 mon.smithi026 (mon.0) 189 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.012072+0000 mon.smithi026 (mon.0) 190 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.014081+0000 mon.smithi026 (mon.0) 191 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.015219+0000 mon.smithi026 (mon.0) 192 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.016299+0000 mon.smithi026 (mon.0) 193 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.017399+0000 mon.smithi026 (mon.0) 194 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:00.017539+0000 mgr.smithi026.gdpjol (mgr.14760) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:18:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:18:00.018290+0000 mgr.smithi026.gdpjol (mgr.14760) 95 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-02-15T18:18:02.533 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:01.652622+0000 mgr.smithi026.gdpjol (mgr.14760) 96 : cluster [DBG] pgmap v67: 129 pgs: 32 peering, 10 active+undersized+degraded, 8 active+undersized, 79 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 53/1377 objects degraded (3.849%) 2024-02-15T18:18:02.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:01.652622+0000 mgr.smithi026.gdpjol (mgr.14760) 96 : cluster [DBG] pgmap v67: 129 pgs: 32 peering, 10 active+undersized+degraded, 8 active+undersized, 79 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 53/1377 objects degraded (3.849%) 2024-02-15T18:18:03.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:03.704087+0000 mon.smithi026 (mon.0) 195 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/1377 objects degraded (3.849%), 10 pgs degraded) 2024-02-15T18:18:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:03.704115+0000 mon.smithi026 (mon.0) 196 : cluster [INF] Cluster is now healthy 2024-02-15T18:18:04.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:03.704087+0000 mon.smithi026 (mon.0) 195 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/1377 objects degraded (3.849%), 10 pgs degraded) 2024-02-15T18:18:04.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:03.704115+0000 mon.smithi026 (mon.0) 196 : cluster [INF] Cluster is now healthy 2024-02-15T18:18:05.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:03.653169+0000 mgr.smithi026.gdpjol (mgr.14760) 97 : cluster [DBG] pgmap v68: 129 pgs: 32 peering, 97 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:05.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:03.653169+0000 mgr.smithi026.gdpjol (mgr.14760) 97 : cluster [DBG] pgmap v68: 129 pgs: 32 peering, 97 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:07.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:05.653903+0000 mgr.smithi026.gdpjol (mgr.14760) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 259 B/s rd, 259 B/s wr, 0 op/s 2024-02-15T18:18:07.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:05.653903+0000 mgr.smithi026.gdpjol (mgr.14760) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 259 B/s rd, 259 B/s wr, 0 op/s 2024-02-15T18:18:07.573 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:09.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:07.654515+0000 mgr.smithi026.gdpjol (mgr.14760) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-02-15T18:18:09.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:07.654515+0000 mgr.smithi026.gdpjol (mgr.14760) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-02-15T18:18:10.349 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (9m) 10s ago 11m 19.3M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (71s) 10s ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (66s) 62s ago 9m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (9m) 10s ago 10m 33.2M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (5m) 10s ago 5m 16.1M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (5m) 62s ago 5m 38.5M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (2m) 10s ago 12m 433M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:18:10.946 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (104s) 62s ago 9m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (94s) 10s ago 12m 41.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (81s) 62s ago 9m 33.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (2m) 10s ago 2m 78.5M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (2m) 62s ago 2m 51.3M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (10m) 10s ago 10m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (9m) 62s ago 9m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (50s) 10s ago 9m 111M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (18s) 10s ago 8m 13.1M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (8m) 10s ago 8m 241M 1945M 16.2.5 6933c2a0b7dd 1faabe52084c 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (8m) 10s ago 8m 334M 1945M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (7m) 62s ago 7m 352M 2712M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (7m) 62s ago 7m 370M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (7m) 62s ago 7m 308M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (6m) 62s ago 6m 445M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:18:10.947 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (2m) 10s ago 10m 53.2M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:18:11.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:09.655368+0000 mgr.smithi026.gdpjol (mgr.14760) 100 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:18:11.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:10.336811+0000 mgr.smithi026.gdpjol (mgr.14760) 101 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:11.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:09.655368+0000 mgr.smithi026.gdpjol (mgr.14760) 100 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:18:11.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:10.336811+0000 mgr.smithi026.gdpjol (mgr.14760) 101 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:11.302 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:18:11.302 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:18:11.302 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:18:11.302 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:18:11.302 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:18:11.302 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2, 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-15T18:18:11.303 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:18:11.304 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:18:11.603 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:18:11.603 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "crash", 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "8/23 daemons upgraded", 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:18:11.604 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:18:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:10.639987+0000 mgr.smithi026.gdpjol (mgr.14760) 102 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:10.937437+0000 mgr.smithi026.gdpjol (mgr.14760) 103 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:12.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:11.302843+0000 mon.smithi026 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.26:0/2506509963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:12.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:10.639987+0000 mgr.smithi026.gdpjol (mgr.14760) 102 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:12.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:10.937437+0000 mgr.smithi026.gdpjol (mgr.14760) 103 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:12.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:11.302843+0000 mon.smithi026 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.26:0/2506509963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:12.612 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:13.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:11.603813+0000 mgr.smithi026.gdpjol (mgr.14760) 104 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:13.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:11.655964+0000 mgr.smithi026.gdpjol (mgr.14760) 105 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-02-15T18:18:13.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:11.603813+0000 mgr.smithi026.gdpjol (mgr.14760) 104 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:13.152 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:11.655964+0000 mgr.smithi026.gdpjol (mgr.14760) 105 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-02-15T18:18:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:13.656481+0000 mgr.smithi026.gdpjol (mgr.14760) 106 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:13.812305+0000 mon.smithi026 (mon.0) 198 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:13.874902+0000 mon.smithi026 (mon.0) 199 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:15.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:13.656481+0000 mgr.smithi026.gdpjol (mgr.14760) 106 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:15.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:13.812305+0000 mon.smithi026 (mon.0) 198 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:13.874902+0000 mon.smithi026 (mon.0) 199 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:15.028168+0000 mon.smithi026 (mon.0) 200 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:18:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:15.028360+0000 mgr.smithi026.gdpjol (mgr.14760) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:18:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:18:15.029488+0000 mgr.smithi026.gdpjol (mgr.14760) 108 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-15T18:18:16.181 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:15.028168+0000 mon.smithi026 (mon.0) 200 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:18:16.181 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:15.028360+0000 mgr.smithi026.gdpjol (mgr.14760) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-15T18:18:16.181 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:18:15.029488+0000 mgr.smithi026.gdpjol (mgr.14760) 108 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-15T18:18:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:15.657097+0000 mgr.smithi026.gdpjol (mgr.14760) 109 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:18:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:16.562100+0000 mon.smithi026 (mon.0) 201 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:16.562916+0000 mon.smithi026 (mon.0) 202 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T18:18:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:16.563583+0000 mon.smithi026 (mon.0) 203 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:17.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:15.657097+0000 mgr.smithi026.gdpjol (mgr.14760) 109 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:18:17.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:16.562100+0000 mon.smithi026 (mon.0) 201 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:17.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:16.562916+0000 mon.smithi026 (mon.0) 202 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-15T18:18:17.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:16.563583+0000 mon.smithi026 (mon.0) 203 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:17.651 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:18.003 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:18:16.557926+0000 mgr.smithi026.gdpjol (mgr.14760) 110 : cephadm [INF] Upgrade: Updating osd.2 2024-02-15T18:18:18.003 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:18:16.564742+0000 mgr.smithi026.gdpjol (mgr.14760) 111 : cephadm [INF] Deploying daemon osd.2 on smithi026 2024-02-15T18:18:18.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:18:16.557926+0000 mgr.smithi026.gdpjol (mgr.14760) 110 : cephadm [INF] Upgrade: Updating osd.2 2024-02-15T18:18:18.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:18:16.564742+0000 mgr.smithi026.gdpjol (mgr.14760) 111 : cephadm [INF] Deploying daemon osd.2 on smithi026 2024-02-15T18:18:19.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:17.657588+0000 mgr.smithi026.gdpjol (mgr.14760) 112 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:17.657588+0000 mgr.smithi026.gdpjol (mgr.14760) 112 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:19.686 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:19 smithi026 systemd[1]: Stopping Ceph osd.2 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:18:20.025 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2[51249]: debug 2024-02-15T18:18:19.685+0000 7fe00d572700 -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-15T18:18:20.025 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2[51249]: debug 2024-02-15T18:18:19.685+0000 7fe00d572700 -1 osd.2 78 *** Got signal Terminated *** 2024-02-15T18:18:20.026 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2[51249]: debug 2024-02-15T18:18:19.685+0000 7fe00d572700 -1 osd.2 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:18:20.312 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:20 smithi026 bash[84826]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2 2024-02-15T18:18:20.811 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:20 smithi026 bash[84880]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.658216+0000 mgr.smithi026.gdpjol (mgr.14760) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.945995+0000 mon.smithi026 (mon.0) 204 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946026+0000 mon.smithi026 (mon.0) 205 : cluster [INF] osd.2 failed (root=default,host=smithi026) (connection refused reported by osd.0) 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946192+0000 mon.smithi026 (mon.0) 206 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946248+0000 mon.smithi026 (mon.0) 207 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946382+0000 mon.smithi026 (mon.0) 208 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946460+0000 mon.smithi026 (mon.0) 209 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946502+0000 mon.smithi026 (mon.0) 210 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:18:21.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946622+0000 mon.smithi026 (mon.0) 211 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946706+0000 mon.smithi026 (mon.0) 212 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946779+0000 mon.smithi026 (mon.0) 213 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946850+0000 mon.smithi026 (mon.0) 214 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.946891+0000 mon.smithi026 (mon.0) 215 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.947000+0000 mon.smithi026 (mon.0) 216 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.947070+0000 mon.smithi026 (mon.0) 217 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:19.947144+0000 mon.smithi026 (mon.0) 218 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.346899+0000 mon.smithi026 (mon.0) 219 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.346978+0000 mon.smithi026 (mon.0) 220 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347105+0000 mon.smithi026 (mon.0) 221 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347169+0000 mon.smithi026 (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347299+0000 mon.smithi026 (mon.0) 223 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347377+0000 mon.smithi026 (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347447+0000 mon.smithi026 (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:18:21.121 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347530+0000 mon.smithi026 (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:18:21.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347617+0000 mon.smithi026 (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:18:21.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347688+0000 mon.smithi026 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:18:21.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347758+0000 mon.smithi026 (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:18:21.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347830+0000 mon.smithi026 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:18:21.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347902+0000 mon.smithi026 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:18:21.122 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.347984+0000 mon.smithi026 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:18:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.658216+0000 mgr.smithi026.gdpjol (mgr.14760) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:18:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.945995+0000 mon.smithi026 (mon.0) 204 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:18:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946026+0000 mon.smithi026 (mon.0) 205 : cluster [INF] osd.2 failed (root=default,host=smithi026) (connection refused reported by osd.0) 2024-02-15T18:18:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946192+0000 mon.smithi026 (mon.0) 206 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:18:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946248+0000 mon.smithi026 (mon.0) 207 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:18:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946382+0000 mon.smithi026 (mon.0) 208 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:18:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946460+0000 mon.smithi026 (mon.0) 209 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946502+0000 mon.smithi026 (mon.0) 210 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946622+0000 mon.smithi026 (mon.0) 211 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946706+0000 mon.smithi026 (mon.0) 212 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946779+0000 mon.smithi026 (mon.0) 213 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946850+0000 mon.smithi026 (mon.0) 214 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.946891+0000 mon.smithi026 (mon.0) 215 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.947000+0000 mon.smithi026 (mon.0) 216 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.947070+0000 mon.smithi026 (mon.0) 217 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:19.947144+0000 mon.smithi026 (mon.0) 218 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.346899+0000 mon.smithi026 (mon.0) 219 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.346978+0000 mon.smithi026 (mon.0) 220 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347105+0000 mon.smithi026 (mon.0) 221 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:18:21.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347169+0000 mon.smithi026 (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347299+0000 mon.smithi026 (mon.0) 223 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347377+0000 mon.smithi026 (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347447+0000 mon.smithi026 (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347530+0000 mon.smithi026 (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347617+0000 mon.smithi026 (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347688+0000 mon.smithi026 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347758+0000 mon.smithi026 (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347830+0000 mon.smithi026 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347902+0000 mon.smithi026 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-15T18:18:21.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.347984+0000 mon.smithi026 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-15T18:18:22.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.827378+0000 mon.smithi026 (mon.0) 233 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:18:22.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:20.836078+0000 mon.smithi026 (mon.0) 234 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-15T18:18:22.160 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.827378+0000 mon.smithi026 (mon.0) 233 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:18:22.160 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:20.836078+0000 mon.smithi026 (mon.0) 234 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-15T18:18:22.562 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:22 smithi026 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.2.service: Succeeded. 2024-02-15T18:18:22.562 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:22 smithi026 systemd[1]: Stopped Ceph osd.2 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:18:22.562 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:22 smithi026 systemd[1]: Starting Ceph osd.2 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:18:22.698 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:23.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:21.658593+0000 mgr.smithi026.gdpjol (mgr.14760) 114 : cluster [DBG] pgmap v78: 129 pgs: 11 stale+active+clean, 118 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:18:23.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:21.836150+0000 mon.smithi026 (mon.0) 235 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-15T18:18:23.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:21.658593+0000 mgr.smithi026.gdpjol (mgr.14760) 114 : cluster [DBG] pgmap v78: 129 pgs: 11 stale+active+clean, 118 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:18:23.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:21.836150+0000 mon.smithi026 (mon.0) 235 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-15T18:18:23.417 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:23 smithi026 bash[85145]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:18:23.417 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:23 smithi026 bash[85145]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-15T18:18:23.417 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:23 smithi026 bash[85145]: 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-15T18:18:23.417 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:23 smithi026 bash[85145]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-15T18:18:23.417 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:23 smithi026 bash[85145]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-15T18:18:23.417 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:23 smithi026 bash[85145]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-15T18:18:23.417 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:23 smithi026 bash[85145]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-15T18:18:23.417 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:23 smithi026 bash[85145]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-15T18:18:24.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:23.835763+0000 mon.smithi026 (mon.0) 236 : cluster [WRN] Health check failed: Degraded data redundancy: 32/1377 objects degraded (2.324%), 4 pgs degraded (PG_DEGRADED) 2024-02-15T18:18:24.152 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:23.835763+0000 mon.smithi026 (mon.0) 236 : cluster [WRN] Health check failed: Degraded data redundancy: 32/1377 objects degraded (2.324%), 4 pgs degraded (PG_DEGRADED) 2024-02-15T18:18:24.562 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-2[85419]: debug 2024-02-15T18:18:24.298+0000 7fbaa26fa700 1 -- 172.21.15.26:0/3014387427 <== mon.0 v2:172.21.15.26:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5647312c0680 con 0x564731287400 2024-02-15T18:18:24.562 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:24 smithi026 bash[85404]: 4eabc88074b2c9ef38c619a61f150432e930e61f577f26fc8bc49d72283e20a5 2024-02-15T18:18:24.562 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:24 smithi026 systemd[1]: Started Ceph osd.2 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:18:25.090 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-2[85419]: debug 2024-02-15T18:18:24.823+0000 7fbaaa188380 -1 Falling back to public interface 2024-02-15T18:18:25.091 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:23.659154+0000 mgr.smithi026.gdpjol (mgr.14760) 115 : cluster [DBG] pgmap v80: 129 pgs: 4 active+undersized+degraded, 8 stale+active+clean, 3 active+undersized, 114 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 32/1377 objects degraded (2.324%) 2024-02-15T18:18:25.091 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:24.418905+0000 mon.smithi026 (mon.0) 237 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:25.091 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:24.419670+0000 mon.smithi026 (mon.0) 238 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:25.091 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:24.659950+0000 mon.smithi026 (mon.0) 239 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:25.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:23.659154+0000 mgr.smithi026.gdpjol (mgr.14760) 115 : cluster [DBG] pgmap v80: 129 pgs: 4 active+undersized+degraded, 8 stale+active+clean, 3 active+undersized, 114 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 32/1377 objects degraded (2.324%) 2024-02-15T18:18:25.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:24.418905+0000 mon.smithi026 (mon.0) 237 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:25.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:24.419670+0000 mon.smithi026 (mon.0) 238 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:25.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:24.659950+0000 mon.smithi026 (mon.0) 239 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:27.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:25.659792+0000 mgr.smithi026.gdpjol (mgr.14760) 116 : cluster [DBG] pgmap v81: 129 pgs: 20 active+undersized+degraded, 2 stale+active+clean, 9 active+undersized, 98 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 113/1377 objects degraded (8.206%) 2024-02-15T18:18:27.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:25.659792+0000 mgr.smithi026.gdpjol (mgr.14760) 116 : cluster [DBG] pgmap v81: 129 pgs: 20 active+undersized+degraded, 2 stale+active+clean, 9 active+undersized, 98 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 113/1377 objects degraded (8.206%) 2024-02-15T18:18:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:28.562 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-2[85419]: debug 2024-02-15T18:18:28.120+0000 7fbaaa188380 -1 osd.2 78 log_to_monitors {default=true} 2024-02-15T18:18:29.062 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:18:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-2[85419]: debug 2024-02-15T18:18:28.906+0000 7fba9c671700 -1 osd.2 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:18:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:27.660279+0000 mgr.smithi026.gdpjol (mgr.14760) 117 : cluster [DBG] pgmap v82: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 124/1377 objects degraded (9.005%) 2024-02-15T18:18:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:28.124032+0000 mon.smithi026 (mon.0) 240 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/804157913,v1:172.21.15.26:6819/804157913]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T18:18:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:28.812250+0000 mon.smithi026 (mon.0) 241 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:27.660279+0000 mgr.smithi026.gdpjol (mgr.14760) 117 : cluster [DBG] pgmap v82: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 309 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 124/1377 objects degraded (9.005%) 2024-02-15T18:18:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:28.124032+0000 mon.smithi026 (mon.0) 240 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/804157913,v1:172.21.15.26:6819/804157913]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-15T18:18:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:28.812250+0000 mon.smithi026 (mon.0) 241 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:30.158 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:28.899796+0000 mon.smithi026 (mon.0) 242 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/804157913,v1:172.21.15.26:6819/804157913]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T18:18:30.158 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:28.899892+0000 mon.smithi026 (mon.0) 243 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-15T18:18:30.158 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:28.900424+0000 mon.smithi026 (mon.0) 244 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/804157913,v1:172.21.15.26:6819/804157913]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:18:30.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:28.899796+0000 mon.smithi026 (mon.0) 242 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/804157913,v1:172.21.15.26:6819/804157913]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-15T18:18:30.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:28.899892+0000 mon.smithi026 (mon.0) 243 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-15T18:18:30.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:28.900424+0000 mon.smithi026 (mon.0) 244 : audit [INF] from='osd.2 [v2:172.21.15.26:6818/804157913,v1:172.21.15.26:6819/804157913]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:18:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:29.660915+0000 mgr.smithi026.gdpjol (mgr.14760) 118 : cluster [DBG] pgmap v84: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 124/1377 objects degraded (9.005%) 2024-02-15T18:18:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:29.898982+0000 mon.smithi026 (mon.0) 245 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:18:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:29.905248+0000 mon.smithi026 (mon.0) 246 : cluster [INF] osd.2 [v2:172.21.15.26:6818/804157913,v1:172.21.15.26:6819/804157913] boot 2024-02-15T18:18:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:29.905312+0000 mon.smithi026 (mon.0) 247 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-15T18:18:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:29.905769+0000 mon.smithi026 (mon.0) 248 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:18:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:29.660915+0000 mgr.smithi026.gdpjol (mgr.14760) 118 : cluster [DBG] pgmap v84: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 124/1377 objects degraded (9.005%) 2024-02-15T18:18:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:29.898982+0000 mon.smithi026 (mon.0) 245 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:18:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:29.905248+0000 mon.smithi026 (mon.0) 246 : cluster [INF] osd.2 [v2:172.21.15.26:6818/804157913,v1:172.21.15.26:6819/804157913] boot 2024-02-15T18:18:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:29.905312+0000 mon.smithi026 (mon.0) 247 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-15T18:18:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:29.905769+0000 mon.smithi026 (mon.0) 248 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-15T18:18:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:30.907398+0000 mon.smithi026 (mon.0) 249 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-02-15T18:18:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.422442+0000 mon.smithi026 (mon.0) 250 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:31.429777+0000 mon.smithi026 (mon.0) 251 : cluster [WRN] Health check update: Degraded data redundancy: 124/1377 objects degraded (9.005%), 21 pgs degraded (PG_DEGRADED) 2024-02-15T18:18:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.720443+0000 mon.smithi026 (mon.0) 252 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.721099+0000 mon.smithi026 (mon.0) 253 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:18:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.725106+0000 mon.smithi026 (mon.0) 254 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.729736+0000 mon.smithi026 (mon.0) 255 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:32.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.732408+0000 mon.smithi026 (mon.0) 256 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:32.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.734436+0000 mon.smithi026 (mon.0) 257 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:32.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.735595+0000 mon.smithi026 (mon.0) 258 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:32.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.736657+0000 mon.smithi026 (mon.0) 259 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:32.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.737768+0000 mon.smithi026 (mon.0) 260 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:30.907398+0000 mon.smithi026 (mon.0) 249 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.422442+0000 mon.smithi026 (mon.0) 250 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:31.429777+0000 mon.smithi026 (mon.0) 251 : cluster [WRN] Health check update: Degraded data redundancy: 124/1377 objects degraded (9.005%), 21 pgs degraded (PG_DEGRADED) 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.720443+0000 mon.smithi026 (mon.0) 252 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.721099+0000 mon.smithi026 (mon.0) 253 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.725106+0000 mon.smithi026 (mon.0) 254 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.729736+0000 mon.smithi026 (mon.0) 255 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.732408+0000 mon.smithi026 (mon.0) 256 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.734436+0000 mon.smithi026 (mon.0) 257 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.735595+0000 mon.smithi026 (mon.0) 258 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.736657+0000 mon.smithi026 (mon.0) 259 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:32.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.737768+0000 mon.smithi026 (mon.0) 260 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:18:32.774 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:31.661353+0000 mgr.smithi026.gdpjol (mgr.14760) 119 : cluster [DBG] pgmap v87: 129 pgs: 4 peering, 20 active+undersized+degraded, 11 active+undersized, 94 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 113/1377 objects degraded (8.206%) 2024-02-15T18:18:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:31.737902+0000 mgr.smithi026.gdpjol (mgr.14760) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:18:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:18:31.738512+0000 mgr.smithi026.gdpjol (mgr.14760) 121 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-15T18:18:33.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:31.661353+0000 mgr.smithi026.gdpjol (mgr.14760) 119 : cluster [DBG] pgmap v87: 129 pgs: 4 peering, 20 active+undersized+degraded, 11 active+undersized, 94 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 113/1377 objects degraded (8.206%) 2024-02-15T18:18:33.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:31.737902+0000 mgr.smithi026.gdpjol (mgr.14760) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:18:33.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:18:31.738512+0000 mgr.smithi026.gdpjol (mgr.14760) 121 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-15T18:18:35.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:33.661998+0000 mgr.smithi026.gdpjol (mgr.14760) 122 : cluster [DBG] pgmap v88: 129 pgs: 4 peering, 18 active+undersized+degraded, 9 active+undersized, 98 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 92/1377 objects degraded (6.681%) 2024-02-15T18:18:35.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:33.893844+0000 mon.smithi026 (mon.0) 261 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:33.661998+0000 mgr.smithi026.gdpjol (mgr.14760) 122 : cluster [DBG] pgmap v88: 129 pgs: 4 peering, 18 active+undersized+degraded, 9 active+undersized, 98 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 92/1377 objects degraded (6.681%) 2024-02-15T18:18:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:33.893844+0000 mon.smithi026 (mon.0) 261 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:36.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:35.893511+0000 mon.smithi026 (mon.0) 262 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 92/1377 objects degraded (6.681%), 18 pgs degraded) 2024-02-15T18:18:36.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:35.893579+0000 mon.smithi026 (mon.0) 263 : cluster [INF] Cluster is now healthy 2024-02-15T18:18:36.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:35.893511+0000 mon.smithi026 (mon.0) 262 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 92/1377 objects degraded (6.681%), 18 pgs degraded) 2024-02-15T18:18:36.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:35.893579+0000 mon.smithi026 (mon.0) 263 : cluster [INF] Cluster is now healthy 2024-02-15T18:18:37.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:35.662854+0000 mgr.smithi026.gdpjol (mgr.14760) 123 : cluster [DBG] pgmap v89: 129 pgs: 4 peering, 125 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 302 B/s rd, 302 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:18:37.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:35.662854+0000 mgr.smithi026.gdpjol (mgr.14760) 123 : cluster [DBG] pgmap v89: 129 pgs: 4 peering, 125 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 302 B/s rd, 302 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:18:37.827 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:39.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:37.663524+0000 mgr.smithi026.gdpjol (mgr.14760) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:18:39.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:37.663524+0000 mgr.smithi026.gdpjol (mgr.14760) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:18:41.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:39.664209+0000 mgr.smithi026.gdpjol (mgr.14760) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:18:41.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:39.664209+0000 mgr.smithi026.gdpjol (mgr.14760) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:18:41.938 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (9m) 11s ago 11m 19.3M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (103s) 11s ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (98s) 93s ago 10m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (9m) 11s ago 11m 33.3M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (5m) 11s ago 5m 16.2M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (5m) 93s ago 5m 38.5M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (2m) 11s ago 13m 435M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (2m) 93s ago 10m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:18:42.532 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (2m) 11s ago 13m 44.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (112s) 93s ago 10m 33.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (3m) 11s ago 3m 78.6M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (3m) 93s ago 3m 51.3M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (11m) 11s ago 11m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (10m) 93s ago 10m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (81s) 11s ago 9m 111M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (50s) 11s ago 9m 98.7M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (18s) 11s ago 8m 10.4M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (8m) 11s ago 8m 334M 1945M 16.2.5 6933c2a0b7dd 46c0ce37506b 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (8m) 93s ago 8m 352M 2712M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (7m) 93s ago 7m 370M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (7m) 93s ago 7m 308M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (7m) 93s ago 7m 445M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:18:42.533 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (2m) 11s ago 10m 57.8M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:18:42.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:41.664767+0000 mgr.smithi026.gdpjol (mgr.14760) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:18:42.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:41.925658+0000 mgr.smithi026.gdpjol (mgr.14760) 127 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:42.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:42.225836+0000 mgr.smithi026.gdpjol (mgr.14760) 128 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:42.855 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:18:42.889 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:18:42.890 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:18:42.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:41.664767+0000 mgr.smithi026.gdpjol (mgr.14760) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:18:42.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:41.925658+0000 mgr.smithi026.gdpjol (mgr.14760) 127 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:42.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:42.225836+0000 mgr.smithi026.gdpjol (mgr.14760) 128 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:43.192 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:18:43.192 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:18:43.192 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: "crash", 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "9/23 daemons upgraded", 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:18:43.193 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:18:43.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:42.523217+0000 mgr.smithi026.gdpjol (mgr.14760) 129 : audit [DBG] from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:43.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:42.889816+0000 mon.smithi026 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.26:0/2892360175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:43.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:43 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:43.192739+0000 mgr.smithi026.gdpjol (mgr.14760) 130 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:43.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:42.523217+0000 mgr.smithi026.gdpjol (mgr.14760) 129 : audit [DBG] from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:43.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:42.889816+0000 mon.smithi026 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.26:0/2892360175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:18:43.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:43 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:43.192739+0000 mgr.smithi026.gdpjol (mgr.14760) 130 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:18:45.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:43.665273+0000 mgr.smithi026.gdpjol (mgr.14760) 131 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 309 MiB data, 2.9 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-15T18:18:45.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:43.813196+0000 mon.smithi026 (mon.0) 265 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:45.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:43.906664+0000 mon.smithi026 (mon.0) 266 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:43.665273+0000 mgr.smithi026.gdpjol (mgr.14760) 131 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 309 MiB data, 2.9 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-15T18:18:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:43.813196+0000 mon.smithi026 (mon.0) 265 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:43.906664+0000 mon.smithi026 (mon.0) 266 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:47.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:45.666002+0000 mgr.smithi026.gdpjol (mgr.14760) 132 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 309 MiB data, 2.9 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-15T18:18:47.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:46.753130+0000 mon.smithi026 (mon.0) 267 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:18:47.289 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:45.666002+0000 mgr.smithi026.gdpjol (mgr.14760) 132 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 309 MiB data, 2.9 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-15T18:18:47.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:46.753130+0000 mon.smithi026 (mon.0) 267 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:18:47.888 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:48.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:46.753318+0000 mgr.smithi026.gdpjol (mgr.14760) 133 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:18:48.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:18:46.754448+0000 mgr.smithi026.gdpjol (mgr.14760) 134 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-15T18:18:48.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:46.753318+0000 mgr.smithi026.gdpjol (mgr.14760) 133 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-15T18:18:48.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:18:46.754448+0000 mgr.smithi026.gdpjol (mgr.14760) 134 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-15T18:18:49.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:47.666413+0000 mgr.smithi026.gdpjol (mgr.14760) 135 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:49.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:18:48.404739+0000 mgr.smithi026.gdpjol (mgr.14760) 136 : cephadm [INF] Upgrade: Updating osd.3 2024-02-15T18:18:49.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:48.408952+0000 mon.smithi026 (mon.0) 268 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:49.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:48.409651+0000 mon.smithi026 (mon.0) 269 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T18:18:49.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:48.410201+0000 mon.smithi026 (mon.0) 270 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:49.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:18:48.411293+0000 mgr.smithi026.gdpjol (mgr.14760) 137 : cephadm [INF] Deploying daemon osd.3 on smithi026 2024-02-15T18:18:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:47.666413+0000 mgr.smithi026.gdpjol (mgr.14760) 135 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:18:48.404739+0000 mgr.smithi026.gdpjol (mgr.14760) 136 : cephadm [INF] Upgrade: Updating osd.3 2024-02-15T18:18:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:48.408952+0000 mon.smithi026 (mon.0) 268 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:48.409651+0000 mon.smithi026 (mon.0) 269 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-15T18:18:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:48.410201+0000 mon.smithi026 (mon.0) 270 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:18:49.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:18:48.411293+0000 mgr.smithi026.gdpjol (mgr.14760) 137 : cephadm [INF] Deploying daemon osd.3 on smithi026 2024-02-15T18:18:51.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:49.667033+0000 mgr.smithi026.gdpjol (mgr.14760) 138 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:18:51.558 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:51 smithi026 systemd[1]: Stopping Ceph osd.3 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:18:51.811 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3[54868]: debug 2024-02-15T18:18:51.556+0000 7f69bab26700 -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-15T18:18:51.812 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3[54868]: debug 2024-02-15T18:18:51.556+0000 7f69bab26700 -1 osd.3 83 *** Got signal Terminated *** 2024-02-15T18:18:51.812 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3[54868]: debug 2024-02-15T18:18:51.556+0000 7f69bab26700 -1 osd.3 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:18:51.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:49.667033+0000 mgr.smithi026.gdpjol (mgr.14760) 138 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:18:52.312 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:52 smithi026 bash[87287]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3 2024-02-15T18:18:52.443 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:52 smithi026 bash[87340]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3 2024-02-15T18:18:52.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.667703+0000 mgr.smithi026.gdpjol (mgr.14760) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:52.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.823883+0000 mon.smithi026 (mon.0) 271 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.823924+0000 mon.smithi026 (mon.0) 272 : cluster [INF] osd.3 failed (root=default,host=smithi026) (connection refused reported by osd.1) 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.824147+0000 mon.smithi026 (mon.0) 273 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.824281+0000 mon.smithi026 (mon.0) 274 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.824424+0000 mon.smithi026 (mon.0) 275 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.824581+0000 mon.smithi026 (mon.0) 276 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.824728+0000 mon.smithi026 (mon.0) 277 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.824863+0000 mon.smithi026 (mon.0) 278 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.825006+0000 mon.smithi026 (mon.0) 279 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.825152+0000 mon.smithi026 (mon.0) 280 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.825300+0000 mon.smithi026 (mon.0) 281 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.825447+0000 mon.smithi026 (mon.0) 282 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.825593+0000 mon.smithi026 (mon.0) 283 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:18:52.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.825733+0000 mon.smithi026 (mon.0) 284 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:18:52.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:51.825870+0000 mon.smithi026 (mon.0) 285 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:18:52.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.224976+0000 mon.smithi026 (mon.0) 286 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:18:52.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225103+0000 mon.smithi026 (mon.0) 287 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:18:52.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225208+0000 mon.smithi026 (mon.0) 288 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:18:52.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225293+0000 mon.smithi026 (mon.0) 289 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:18:52.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225405+0000 mon.smithi026 (mon.0) 290 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:18:52.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225448+0000 mon.smithi026 (mon.0) 291 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:18:52.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225549+0000 mon.smithi026 (mon.0) 292 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:18:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225647+0000 mon.smithi026 (mon.0) 293 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:18:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225730+0000 mon.smithi026 (mon.0) 294 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:18:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225814+0000 mon.smithi026 (mon.0) 295 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:18:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.225896+0000 mon.smithi026 (mon.0) 296 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:18:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.226004+0000 mon.smithi026 (mon.0) 297 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:18:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.226088+0000 mon.smithi026 (mon.0) 298 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:18:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.226165+0000 mon.smithi026 (mon.0) 299 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:18:52.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.667703+0000 mgr.smithi026.gdpjol (mgr.14760) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:18:52.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.823883+0000 mon.smithi026 (mon.0) 271 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:18:52.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.823924+0000 mon.smithi026 (mon.0) 272 : cluster [INF] osd.3 failed (root=default,host=smithi026) (connection refused reported by osd.1) 2024-02-15T18:18:52.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.824147+0000 mon.smithi026 (mon.0) 273 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:18:52.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.824281+0000 mon.smithi026 (mon.0) 274 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:18:52.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.824424+0000 mon.smithi026 (mon.0) 275 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:18:52.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.824581+0000 mon.smithi026 (mon.0) 276 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.824728+0000 mon.smithi026 (mon.0) 277 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.824863+0000 mon.smithi026 (mon.0) 278 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.825006+0000 mon.smithi026 (mon.0) 279 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.825152+0000 mon.smithi026 (mon.0) 280 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.825300+0000 mon.smithi026 (mon.0) 281 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.825447+0000 mon.smithi026 (mon.0) 282 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.825593+0000 mon.smithi026 (mon.0) 283 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.825733+0000 mon.smithi026 (mon.0) 284 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:51.825870+0000 mon.smithi026 (mon.0) 285 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.224976+0000 mon.smithi026 (mon.0) 286 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225103+0000 mon.smithi026 (mon.0) 287 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:18:52.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225208+0000 mon.smithi026 (mon.0) 288 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225293+0000 mon.smithi026 (mon.0) 289 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225405+0000 mon.smithi026 (mon.0) 290 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225448+0000 mon.smithi026 (mon.0) 291 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225549+0000 mon.smithi026 (mon.0) 292 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225647+0000 mon.smithi026 (mon.0) 293 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225730+0000 mon.smithi026 (mon.0) 294 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225814+0000 mon.smithi026 (mon.0) 295 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.225896+0000 mon.smithi026 (mon.0) 296 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.226004+0000 mon.smithi026 (mon.0) 297 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.226088+0000 mon.smithi026 (mon.0) 298 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-15T18:18:52.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.226165+0000 mon.smithi026 (mon.0) 299 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-15T18:18:53.504 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:53.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.436517+0000 mon.smithi026 (mon.0) 300 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:18:53.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:52.445020+0000 mon.smithi026 (mon.0) 301 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-15T18:18:53.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.436517+0000 mon.smithi026 (mon.0) 300 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:18:53.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:52.445020+0000 mon.smithi026 (mon.0) 301 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-15T18:18:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:53.446347+0000 mon.smithi026 (mon.0) 302 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-15T18:18:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:53.668305+0000 mgr.smithi026.gdpjol (mgr.14760) 140 : cluster [DBG] pgmap v100: 129 pgs: 13 peering, 14 stale+active+clean, 102 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T18:18:54.563 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:54 smithi026 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.3.service: Succeeded. 2024-02-15T18:18:54.563 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:54 smithi026 systemd[1]: Stopped Ceph osd.3 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:18:54.563 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:54 smithi026 systemd[1]: Starting Ceph osd.3 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:18:54.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:53.446347+0000 mon.smithi026 (mon.0) 302 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-15T18:18:54.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:53.668305+0000 mgr.smithi026.gdpjol (mgr.14760) 140 : cluster [DBG] pgmap v100: 129 pgs: 13 peering, 14 stale+active+clean, 102 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T18:18:55.578 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:54.444823+0000 mon.smithi026 (mon.0) 303 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-15T18:18:55.579 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:55 smithi026 bash[87624]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:18:55.579 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:55 smithi026 bash[87624]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-15T18:18:55.579 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:55 smithi026 bash[87624]: 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-15T18:18:55.579 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:55 smithi026 bash[87624]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-15T18:18:55.579 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:55 smithi026 bash[87624]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-15T18:18:55.579 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:55 smithi026 bash[87624]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-15T18:18:55.579 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:55 smithi026 bash[87624]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-15T18:18:55.579 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:55 smithi026 bash[87624]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-15T18:18:55.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:54.444823+0000 mon.smithi026 (mon.0) 303 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-15T18:18:56.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:55.668983+0000 mgr.smithi026.gdpjol (mgr.14760) 141 : cluster [DBG] pgmap v101: 129 pgs: 16 active+undersized+degraded, 13 peering, 4 stale+active+clean, 11 active+undersized, 85 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 95/1377 objects degraded (6.899%) 2024-02-15T18:18:56.812 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-3[87912]: debug 2024-02-15T18:18:56.409+0000 7f98c04af700 1 -- 172.21.15.26:0/3257343187 <== mon.0 v2:172.21.15.26:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b3190b8680 con 0x55b31907f400 2024-02-15T18:18:56.812 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:56 smithi026 bash[87897]: c3c5f320ed2e02aa6d89e17257700b2fee27fdc4a80aafdf9873f23a3a98339a 2024-02-15T18:18:56.812 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:56 smithi026 systemd[1]: Started Ceph osd.3 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:18:56.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:55.668983+0000 mgr.smithi026.gdpjol (mgr.14760) 141 : cluster [DBG] pgmap v101: 129 pgs: 16 active+undersized+degraded, 13 peering, 4 stale+active+clean, 11 active+undersized, 85 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 95/1377 objects degraded (6.899%) 2024-02-15T18:18:57.312 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:18:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-3[87912]: debug 2024-02-15T18:18:56.926+0000 7f98c7f3d380 -1 Falling back to public interface 2024-02-15T18:18:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:56.450926+0000 mon.smithi026 (mon.0) 304 : cluster [WRN] Health check failed: Degraded data redundancy: 95/1377 objects degraded (6.899%), 16 pgs degraded (PG_DEGRADED) 2024-02-15T18:18:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:56.538733+0000 mon.smithi026 (mon.0) 305 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:56.539523+0000 mon.smithi026 (mon.0) 306 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:57.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:56.450926+0000 mon.smithi026 (mon.0) 304 : cluster [WRN] Health check failed: Degraded data redundancy: 95/1377 objects degraded (6.899%), 16 pgs degraded (PG_DEGRADED) 2024-02-15T18:18:57.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:56.538733+0000 mon.smithi026 (mon.0) 305 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:18:57.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:56.539523+0000 mon.smithi026 (mon.0) 306 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:18:58.541 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:18:58.657 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:57.669476+0000 mgr.smithi026.gdpjol (mgr.14760) 142 : cluster [DBG] pgmap v102: 129 pgs: 23 active+undersized+degraded, 13 peering, 14 active+undersized, 79 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 147/1377 objects degraded (10.675%) 2024-02-15T18:18:58.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:57.669476+0000 mgr.smithi026.gdpjol (mgr.14760) 142 : cluster [DBG] pgmap v102: 129 pgs: 23 active+undersized+degraded, 13 peering, 14 active+undersized, 79 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 147/1377 objects degraded (10.675%) 2024-02-15T18:19:00.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:18:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:18:58.813375+0000 mon.smithi026 (mon.0) 307 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:00.246 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:18:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:18:58.813375+0000 mon.smithi026 (mon.0) 307 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:01.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:59.670099+0000 mgr.smithi026.gdpjol (mgr.14760) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 174/1377 objects degraded (12.636%) 2024-02-15T18:19:01.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:18:59.815350+0000 mon.smithi026 (mon.0) 308 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-15T18:19:01.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:59.670099+0000 mgr.smithi026.gdpjol (mgr.14760) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 174/1377 objects degraded (12.636%) 2024-02-15T18:19:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:18:59.815350+0000 mon.smithi026 (mon.0) 308 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-15T18:19:01.562 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:19:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-3[87912]: debug 2024-02-15T18:19:01.112+0000 7f98c7f3d380 -1 osd.3 83 log_to_monitors {default=true} 2024-02-15T18:19:02.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:01.117204+0000 mon.smithi026 (mon.0) 309 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/2733373,v1:172.21.15.26:6827/2733373]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T18:19:02.179 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:01.117204+0000 mon.smithi026 (mon.0) 309 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/2733373,v1:172.21.15.26:6827/2733373]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-15T18:19:02.180 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:19:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-3[87912]: debug 2024-02-15T18:19:01.830+0000 7f98b7c21700 -1 osd.3 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:19:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:01.670624+0000 mgr.smithi026.gdpjol (mgr.14760) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 174/1377 objects degraded (12.636%) 2024-02-15T18:19:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:01.821372+0000 mon.smithi026 (mon.0) 310 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/2733373,v1:172.21.15.26:6827/2733373]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T18:19:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:01.821423+0000 mon.smithi026 (mon.0) 311 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-15T18:19:03.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:01.821929+0000 mon.smithi026 (mon.0) 312 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/2733373,v1:172.21.15.26:6827/2733373]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:19:03.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:01.670624+0000 mgr.smithi026.gdpjol (mgr.14760) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 309 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 174/1377 objects degraded (12.636%) 2024-02-15T18:19:03.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:01.821372+0000 mon.smithi026 (mon.0) 310 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/2733373,v1:172.21.15.26:6827/2733373]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-15T18:19:03.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:01.821423+0000 mon.smithi026 (mon.0) 311 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-15T18:19:03.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:01.821929+0000 mon.smithi026 (mon.0) 312 : audit [INF] from='osd.3 [v2:172.21.15.26:6826/2733373,v1:172.21.15.26:6827/2733373]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-02-15T18:19:04.002 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:04.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:02.819390+0000 mon.smithi026 (mon.0) 313 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:19:04.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:02.822710+0000 mon.smithi026 (mon.0) 314 : cluster [INF] osd.3 [v2:172.21.15.26:6826/2733373,v1:172.21.15.26:6827/2733373] boot 2024-02-15T18:19:04.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:02.822761+0000 mon.smithi026 (mon.0) 315 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-15T18:19:04.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:02.823129+0000 mon.smithi026 (mon.0) 316 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:19:04.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.335884+0000 mon.smithi026 (mon.0) 317 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:04.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.336760+0000 mon.smithi026 (mon.0) 318 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:04.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.337403+0000 mon.smithi026 (mon.0) 319 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:19:04.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.341105+0000 mon.smithi026 (mon.0) 320 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.346431+0000 mon.smithi026 (mon.0) 321 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.349304+0000 mon.smithi026 (mon.0) 322 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.351503+0000 mon.smithi026 (mon.0) 323 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.352623+0000 mon.smithi026 (mon.0) 324 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.353706+0000 mon.smithi026 (mon.0) 325 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.354892+0000 mon.smithi026 (mon.0) 326 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.355033+0000 mgr.smithi026.gdpjol (mgr.14760) 145 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:19:03.355700+0000 mgr.smithi026.gdpjol (mgr.14760) 146 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:19:04.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:03.825320+0000 mon.smithi026 (mon.0) 327 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-02-15T18:19:04.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:02.819390+0000 mon.smithi026 (mon.0) 313 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:19:04.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:02.822710+0000 mon.smithi026 (mon.0) 314 : cluster [INF] osd.3 [v2:172.21.15.26:6826/2733373,v1:172.21.15.26:6827/2733373] boot 2024-02-15T18:19:04.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:02.822761+0000 mon.smithi026 (mon.0) 315 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-15T18:19:04.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:02.823129+0000 mon.smithi026 (mon.0) 316 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-15T18:19:04.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.335884+0000 mon.smithi026 (mon.0) 317 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.336760+0000 mon.smithi026 (mon.0) 318 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.337403+0000 mon.smithi026 (mon.0) 319 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.341105+0000 mon.smithi026 (mon.0) 320 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.346431+0000 mon.smithi026 (mon.0) 321 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.349304+0000 mon.smithi026 (mon.0) 322 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.351503+0000 mon.smithi026 (mon.0) 323 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.352623+0000 mon.smithi026 (mon.0) 324 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.353706+0000 mon.smithi026 (mon.0) 325 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.354892+0000 mon.smithi026 (mon.0) 326 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.355033+0000 mgr.smithi026.gdpjol (mgr.14760) 145 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:19:03.355700+0000 mgr.smithi026.gdpjol (mgr.14760) 146 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:19:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:03.825320+0000 mon.smithi026 (mon.0) 327 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-02-15T18:19:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:03.671082+0000 mgr.smithi026.gdpjol (mgr.14760) 147 : cluster [DBG] pgmap v107: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 174/1377 objects degraded (12.636%) 2024-02-15T18:19:05.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:03.924157+0000 mon.smithi026 (mon.0) 328 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:05.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:03.671082+0000 mgr.smithi026.gdpjol (mgr.14760) 147 : cluster [DBG] pgmap v107: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 174/1377 objects degraded (12.636%) 2024-02-15T18:19:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:03.924157+0000 mon.smithi026 (mon.0) 328 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:06.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:05.923500+0000 mon.smithi026 (mon.0) 329 : cluster [WRN] Health check update: Degraded data redundancy: 120/1377 objects degraded (8.715%), 23 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:06.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:05.923500+0000 mon.smithi026 (mon.0) 329 : cluster [WRN] Health check update: Degraded data redundancy: 120/1377 objects degraded (8.715%), 23 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:07.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:05.671919+0000 mgr.smithi026.gdpjol (mgr.14760) 148 : cluster [DBG] pgmap v109: 129 pgs: 1 activating+degraded, 3 activating, 22 active+undersized+degraded, 11 active+undersized, 92 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 120/1377 objects degraded (8.715%) 2024-02-15T18:19:07.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:05.671919+0000 mgr.smithi026.gdpjol (mgr.14760) 148 : cluster [DBG] pgmap v109: 129 pgs: 1 activating+degraded, 3 activating, 22 active+undersized+degraded, 11 active+undersized, 92 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 120/1377 objects degraded (8.715%) 2024-02-15T18:19:09.054 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:09.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:07.672677+0000 mgr.smithi026.gdpjol (mgr.14760) 149 : cluster [DBG] pgmap v110: 129 pgs: 1 activating+degraded, 3 activating, 4 active+undersized+degraded, 3 active+undersized, 118 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 5 op/s; 17/1377 objects degraded (1.235%) 2024-02-15T18:19:09.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:07.672677+0000 mgr.smithi026.gdpjol (mgr.14760) 149 : cluster [DBG] pgmap v110: 129 pgs: 1 activating+degraded, 3 activating, 4 active+undersized+degraded, 3 active+undersized, 118 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 5 op/s; 17/1377 objects degraded (1.235%) 2024-02-15T18:19:10.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:09.980744+0000 mon.smithi026 (mon.0) 330 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/1377 objects degraded (1.235%), 5 pgs degraded) 2024-02-15T18:19:10.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:09.980776+0000 mon.smithi026 (mon.0) 331 : cluster [INF] Cluster is now healthy 2024-02-15T18:19:10.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:09.980744+0000 mon.smithi026 (mon.0) 330 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/1377 objects degraded (1.235%), 5 pgs degraded) 2024-02-15T18:19:10.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:09.980776+0000 mon.smithi026 (mon.0) 331 : cluster [INF] Cluster is now healthy 2024-02-15T18:19:11.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:09.673259+0000 mgr.smithi026.gdpjol (mgr.14760) 150 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 130 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:11.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:09.673259+0000 mgr.smithi026.gdpjol (mgr.14760) 150 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 130 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:12.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:11.673788+0000 mgr.smithi026.gdpjol (mgr.14760) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 115 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:12.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:11.673788+0000 mgr.smithi026.gdpjol (mgr.14760) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 115 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:13.523 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:19:14.086 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:19:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (10m) 10s ago 12m 19.3M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:19:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (2m) 10s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:19:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (2m) 2m ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:19:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (10m) 10s ago 11m 33.3M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:19:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (6m) 10s ago 6m 16.3M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (6m) 2m ago 6m 38.5M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (3m) 10s ago 13m 436M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (2m) 2m ago 10m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (2m) 10s ago 13m 47.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (2m) 2m ago 10m 33.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (3m) 10s ago 3m 78.8M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (3m) 2m ago 3m 51.3M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (11m) 10s ago 11m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (10m) 2m ago 10m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (113s) 10s ago 10m 113M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (81s) 10s ago 9m 98.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (50s) 10s ago 9m 81.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (18s) 10s ago 9m 10.5M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:19:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (8m) 2m ago 8m 352M 2712M 16.2.5 6933c2a0b7dd 4c688acce8c2 2024-02-15T18:19:14.141 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (8m) 2m ago 8m 370M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:19:14.141 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (8m) 2m ago 8m 308M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:19:14.141 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (7m) 2m ago 7m 445M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:19:14.141 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (3m) 10s ago 11m 57.9M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:19:14.496 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:19:14.496 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:19:14.497 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8, 2024-02-15T18:19:14.498 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-15T18:19:14.498 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:19:14.498 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:19:14.800 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:19:14.800 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:19:14.800 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:19:14.800 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout: "crash", 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "10/23 daemons upgraded", 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:19:14.801 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:19:15.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:13.511235+0000 mgr.smithi026.gdpjol (mgr.14760) 152 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:13.674191+0000 mgr.smithi026.gdpjol (mgr.14760) 153 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.5 KiB/s rd, 102 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:13.815401+0000 mon.smithi026 (mon.0) 332 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:13.819678+0000 mgr.smithi026.gdpjol (mgr.14760) 154 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:13.937809+0000 mon.smithi026 (mon.0) 333 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:14.130297+0000 mgr.smithi026.gdpjol (mgr.14760) 155 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:14.496967+0000 mon.smithi026 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.26:0/919602793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:13.511235+0000 mgr.smithi026.gdpjol (mgr.14760) 152 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:13.674191+0000 mgr.smithi026.gdpjol (mgr.14760) 153 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.5 KiB/s rd, 102 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:13.815401+0000 mon.smithi026 (mon.0) 332 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:13.819678+0000 mgr.smithi026.gdpjol (mgr.14760) 154 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:13.937809+0000 mon.smithi026 (mon.0) 333 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:14.130297+0000 mgr.smithi026.gdpjol (mgr.14760) 155 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:14.496967+0000 mon.smithi026 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.26:0/919602793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:14.800516+0000 mgr.smithi026.gdpjol (mgr.14760) 156 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:16.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:14.800516+0000 mgr.smithi026.gdpjol (mgr.14760) 156 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:17.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:15.674941+0000 mgr.smithi026.gdpjol (mgr.14760) 157 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 172 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:17.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:15.674941+0000 mgr.smithi026.gdpjol (mgr.14760) 157 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 172 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:19.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:17.675519+0000 mgr.smithi026.gdpjol (mgr.14760) 158 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 170 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:19.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:18.364963+0000 mon.smithi026 (mon.0) 335 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:19:19.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:18.365222+0000 mgr.smithi026.gdpjol (mgr.14760) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:19:19.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:19:18.366445+0000 mgr.smithi026.gdpjol (mgr.14760) 160 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-15T18:19:19.135 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:17.675519+0000 mgr.smithi026.gdpjol (mgr.14760) 158 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 170 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:18.364963+0000 mon.smithi026 (mon.0) 335 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:19:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:18.365222+0000 mgr.smithi026.gdpjol (mgr.14760) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-15T18:19:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:19:18.366445+0000 mgr.smithi026.gdpjol (mgr.14760) 160 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-15T18:19:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:19.676147+0000 mgr.smithi026.gdpjol (mgr.14760) 161 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 309 MiB data, 3.0 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-15T18:19:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:19:19.943286+0000 mgr.smithi026.gdpjol (mgr.14760) 162 : cephadm [INF] Upgrade: Updating osd.4 2024-02-15T18:19:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:19.947963+0000 mon.smithi026 (mon.0) 336 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:19.948746+0000 mon.smithi026 (mon.0) 337 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T18:19:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:19.949408+0000 mon.smithi026 (mon.0) 338 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:19:19.950970+0000 mgr.smithi026.gdpjol (mgr.14760) 163 : cephadm [INF] Deploying daemon osd.4 on smithi158 2024-02-15T18:19:21.336 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:19.676147+0000 mgr.smithi026.gdpjol (mgr.14760) 161 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 309 MiB data, 3.0 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-15T18:19:21.336 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:19:19.943286+0000 mgr.smithi026.gdpjol (mgr.14760) 162 : cephadm [INF] Upgrade: Updating osd.4 2024-02-15T18:19:21.336 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:19.947963+0000 mon.smithi026 (mon.0) 336 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:21.337 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:19.948746+0000 mon.smithi026 (mon.0) 337 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-15T18:19:21.337 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:19.949408+0000 mon.smithi026 (mon.0) 338 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:21.337 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:19:19.950970+0000 mgr.smithi026.gdpjol (mgr.14760) 163 : cephadm [INF] Deploying daemon osd.4 on smithi158 2024-02-15T18:19:22.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:21.676852+0000 mgr.smithi026.gdpjol (mgr.14760) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:19:22.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:21.676852+0000 mgr.smithi026.gdpjol (mgr.14760) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:19:22.931 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:22 smithi158 systemd[1]: Stopping Ceph osd.4 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:19:23.342 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.4[41954]: debug 2024-02-15T18:19:22.930+0000 7fbb6f5c1700 -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-15T18:19:23.342 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.4[41954]: debug 2024-02-15T18:19:22.930+0000 7fbb6f5c1700 -1 osd.4 88 *** Got signal Terminated *** 2024-02-15T18:19:23.342 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.4[41954]: debug 2024-02-15T18:19:22.930+0000 7fbb6f5c1700 -1 osd.4 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:19:23.648 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:23 smithi158 bash[60819]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.4 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.197845+0000 mon.smithi026 (mon.0) 339 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.197907+0000 mon.smithi026 (mon.0) 340 : cluster [INF] osd.4 failed (root=default,host=smithi158) (connection refused reported by osd.5) 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198131+0000 mon.smithi026 (mon.0) 341 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198250+0000 mon.smithi026 (mon.0) 342 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198338+0000 mon.smithi026 (mon.0) 343 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198439+0000 mon.smithi026 (mon.0) 344 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198543+0000 mon.smithi026 (mon.0) 345 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198673+0000 mon.smithi026 (mon.0) 346 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T18:19:23.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198763+0000 mon.smithi026 (mon.0) 347 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T18:19:23.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198852+0000 mon.smithi026 (mon.0) 348 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T18:19:23.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.198943+0000 mon.smithi026 (mon.0) 349 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T18:19:23.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.199032+0000 mon.smithi026 (mon.0) 350 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T18:19:23.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.199119+0000 mon.smithi026 (mon.0) 351 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T18:19:23.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.199219+0000 mon.smithi026 (mon.0) 352 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T18:19:23.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.199306+0000 mon.smithi026 (mon.0) 353 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T18:19:23.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.197845+0000 mon.smithi026 (mon.0) 339 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T18:19:23.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.197907+0000 mon.smithi026 (mon.0) 340 : cluster [INF] osd.4 failed (root=default,host=smithi158) (connection refused reported by osd.5) 2024-02-15T18:19:23.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198131+0000 mon.smithi026 (mon.0) 341 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T18:19:23.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198250+0000 mon.smithi026 (mon.0) 342 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198338+0000 mon.smithi026 (mon.0) 343 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198439+0000 mon.smithi026 (mon.0) 344 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198543+0000 mon.smithi026 (mon.0) 345 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198673+0000 mon.smithi026 (mon.0) 346 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198763+0000 mon.smithi026 (mon.0) 347 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198852+0000 mon.smithi026 (mon.0) 348 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.198943+0000 mon.smithi026 (mon.0) 349 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.199032+0000 mon.smithi026 (mon.0) 350 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.199119+0000 mon.smithi026 (mon.0) 351 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.199219+0000 mon.smithi026 (mon.0) 352 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-15T18:19:23.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.199306+0000 mon.smithi026 (mon.0) 353 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-15T18:19:24.516 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.446863+0000 mon.smithi026 (mon.0) 354 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:19:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.451537+0000 mon.smithi026 (mon.0) 355 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-15T18:19:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:23.677258+0000 mgr.smithi026.gdpjol (mgr.14760) 165 : cluster [DBG] pgmap v119: 129 pgs: 18 stale+active+clean, 111 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:19:24.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:24.452744+0000 mon.smithi026 (mon.0) 356 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-15T18:19:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.446863+0000 mon.smithi026 (mon.0) 354 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:19:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.451537+0000 mon.smithi026 (mon.0) 355 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-15T18:19:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:23.677258+0000 mgr.smithi026.gdpjol (mgr.14760) 165 : cluster [DBG] pgmap v119: 129 pgs: 18 stale+active+clean, 111 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:19:24.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:24.452744+0000 mon.smithi026 (mon.0) 356 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-15T18:19:25.649 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:25 smithi158 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.4.service: Succeeded. 2024-02-15T18:19:25.649 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:25 smithi158 systemd[1]: Stopped Ceph osd.4 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:19:25.649 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:25 smithi158 systemd[1]: Starting Ceph osd.4 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:19:26.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:25.729104+0000 mon.smithi026 (mon.0) 357 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-02-15T18:19:26.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:25.729177+0000 mon.smithi026 (mon.0) 358 : cluster [WRN] Health check failed: Degraded data redundancy: 119/1377 objects degraded (8.642%), 16 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:26.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:25.729104+0000 mon.smithi026 (mon.0) 357 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-02-15T18:19:26.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:25.729177+0000 mon.smithi026 (mon.0) 358 : cluster [WRN] Health check failed: Degraded data redundancy: 119/1377 objects degraded (8.642%), 16 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:26.747 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:26 smithi158 bash[61119]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:19:26.747 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:26 smithi158 bash[61119]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-15T18:19:26.747 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:26 smithi158 bash[61119]: 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-15T18:19:26.747 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:26 smithi158 bash[61119]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-15T18:19:26.747 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:26 smithi158 bash[61119]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-15T18:19:26.747 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:26 smithi158 bash[61119]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-15T18:19:26.747 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:26 smithi158 bash[61119]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-15T18:19:26.747 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:26 smithi158 bash[61119]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-15T18:19:27.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:25.678126+0000 mgr.smithi026.gdpjol (mgr.14760) 166 : cluster [DBG] pgmap v121: 129 pgs: 16 active+undersized+degraded, 3 peering, 8 stale+active+clean, 12 active+undersized, 90 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 119/1377 objects degraded (8.642%) 2024-02-15T18:19:27.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:25.678126+0000 mgr.smithi026.gdpjol (mgr.14760) 166 : cluster [DBG] pgmap v121: 129 pgs: 16 active+undersized+degraded, 3 peering, 8 stale+active+clean, 12 active+undersized, 90 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 119/1377 objects degraded (8.642%) 2024-02-15T18:19:27.898 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:19:27.584+0000 7f8ad3276700 1 -- 172.21.15.158:0/1109239269 <== mon.1 v2:172.21.15.158:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e8d8e62680 con 0x55e8d8e29400 2024-02-15T18:19:27.899 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:27 smithi158 bash[61381]: db036d752b7cb0db57ff6d7dbb82336e1b60e2671c215b45036c2ac9fc99ccb3 2024-02-15T18:19:27.899 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:27 smithi158 systemd[1]: Started Ceph osd.4 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:19:28.391 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:19:28.099+0000 7f8adad04380 -1 Falling back to public interface 2024-02-15T18:19:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:27.678897+0000 mgr.smithi026.gdpjol (mgr.14760) 167 : cluster [DBG] pgmap v122: 129 pgs: 26 active+undersized+degraded, 3 peering, 1 stale+active+clean, 19 active+undersized, 80 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 182/1377 objects degraded (13.217%) 2024-02-15T18:19:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:27.713842+0000 mon.smithi026 (mon.0) 359 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:27.714850+0000 mon.smithi026 (mon.0) 360 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:27.678897+0000 mgr.smithi026.gdpjol (mgr.14760) 167 : cluster [DBG] pgmap v122: 129 pgs: 26 active+undersized+degraded, 3 peering, 1 stale+active+clean, 19 active+undersized, 80 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 182/1377 objects degraded (13.217%) 2024-02-15T18:19:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:27.713842+0000 mon.smithi026 (mon.0) 359 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:29.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:27.714850+0000 mon.smithi026 (mon.0) 360 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:29.555 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:30.129 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:28.816174+0000 mon.smithi026 (mon.0) 361 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:30.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:28.816174+0000 mon.smithi026 (mon.0) 361 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:31.079 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:29.679747+0000 mgr.smithi026.gdpjol (mgr.14760) 168 : cluster [DBG] pgmap v123: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 214/1377 objects degraded (15.541%) 2024-02-15T18:19:31.079 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:29.814468+0000 mon.smithi026 (mon.0) 362 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T18:19:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:29.679747+0000 mgr.smithi026.gdpjol (mgr.14760) 168 : cluster [DBG] pgmap v123: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 214/1377 objects degraded (15.541%) 2024-02-15T18:19:31.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:29.814468+0000 mon.smithi026 (mon.0) 362 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T18:19:32.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:31.442016+0000 mon.smithi026 (mon.0) 363 : cluster [WRN] Health check update: Degraded data redundancy: 214/1377 objects degraded (15.541%), 32 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:32.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.548373+0000 mon.smithi026 (mon.0) 364 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:31.442016+0000 mon.smithi026 (mon.0) 363 : cluster [WRN] Health check update: Degraded data redundancy: 214/1377 objects degraded (15.541%), 32 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:32.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.548373+0000 mon.smithi026 (mon.0) 364 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:32.648 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:19:32.321+0000 7f8adad04380 -1 osd.4 88 log_to_monitors {default=true} 2024-02-15T18:19:33.148 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:19:32.877+0000 7f8acb9ea700 -1 osd.4 88 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:19:33.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:31.680349+0000 mgr.smithi026.gdpjol (mgr.14760) 169 : cluster [DBG] pgmap v124: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 248 B/s wr, 0 op/s; 214/1377 objects degraded (15.541%) 2024-02-15T18:19:33.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.851132+0000 mon.smithi026 (mon.0) 365 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:33.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.852112+0000 mon.smithi026 (mon.0) 366 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:19:33.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.856997+0000 mon.smithi026 (mon.0) 367 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:33.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.863480+0000 mon.smithi026 (mon.0) 368 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:33.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.867092+0000 mon.smithi026 (mon.0) 369 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:33.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.869855+0000 mon.smithi026 (mon.0) 370 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:33.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.871395+0000 mon.smithi026 (mon.0) 371 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:33.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.872864+0000 mon.smithi026 (mon.0) 372 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:33.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.874435+0000 mon.smithi026 (mon.0) 373 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:19:33.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:31.874619+0000 mgr.smithi026.gdpjol (mgr.14760) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:19:33.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:19:31.875387+0000 mgr.smithi026.gdpjol (mgr.14760) 171 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-15T18:19:33.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:32.325054+0000 mon.smithi158 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.158:6800/3535942780,v1:172.21.15.158:6801/3535942780]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:19:33.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:32.325679+0000 mon.smithi026 (mon.0) 374 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:19:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:31.680349+0000 mgr.smithi026.gdpjol (mgr.14760) 169 : cluster [DBG] pgmap v124: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 248 B/s wr, 0 op/s; 214/1377 objects degraded (15.541%) 2024-02-15T18:19:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.851132+0000 mon.smithi026 (mon.0) 365 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.852112+0000 mon.smithi026 (mon.0) 366 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:19:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.856997+0000 mon.smithi026 (mon.0) 367 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.863480+0000 mon.smithi026 (mon.0) 368 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.867092+0000 mon.smithi026 (mon.0) 369 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:33.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.869855+0000 mon.smithi026 (mon.0) 370 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:33.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.871395+0000 mon.smithi026 (mon.0) 371 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:33.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.872864+0000 mon.smithi026 (mon.0) 372 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:33.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.874435+0000 mon.smithi026 (mon.0) 373 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:19:33.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:31.874619+0000 mgr.smithi026.gdpjol (mgr.14760) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:19:33.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:19:31.875387+0000 mgr.smithi026.gdpjol (mgr.14760) 171 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-15T18:19:33.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:32.325054+0000 mon.smithi158 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.158:6800/3535942780,v1:172.21.15.158:6801/3535942780]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:19:33.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:32.325679+0000 mon.smithi026 (mon.0) 374 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-15T18:19:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:32.865960+0000 mon.smithi026 (mon.0) 375 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T18:19:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:32.866027+0000 mon.smithi026 (mon.0) 376 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-15T18:19:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:32.866883+0000 mon.smithi158 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.158:6800/3535942780,v1:172.21.15.158:6801/3535942780]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:19:34.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:32.867317+0000 mon.smithi026 (mon.0) 377 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:19:34.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:32.865960+0000 mon.smithi026 (mon.0) 375 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-15T18:19:34.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:32.866027+0000 mon.smithi026 (mon.0) 376 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-15T18:19:34.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:32.866883+0000 mon.smithi158 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.158:6800/3535942780,v1:172.21.15.158:6801/3535942780]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:19:34.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:32.867317+0000 mon.smithi026 (mon.0) 377 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:19:35.081 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:35.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:33.680851+0000 mgr.smithi026.gdpjol (mgr.14760) 172 : cluster [DBG] pgmap v126: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 221 B/s rd, 110 B/s wr, 0 op/s; 214/1377 objects degraded (15.541%) 2024-02-15T18:19:35.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:33.864549+0000 mon.smithi026 (mon.0) 378 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:19:35.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:33.869768+0000 mon.smithi026 (mon.0) 379 : cluster [INF] osd.4 [v2:172.21.15.158:6800/3535942780,v1:172.21.15.158:6801/3535942780] boot 2024-02-15T18:19:35.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:33.869800+0000 mon.smithi026 (mon.0) 380 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-15T18:19:35.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:33.870123+0000 mon.smithi026 (mon.0) 381 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:19:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:33.680851+0000 mgr.smithi026.gdpjol (mgr.14760) 172 : cluster [DBG] pgmap v126: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 221 B/s rd, 110 B/s wr, 0 op/s; 214/1377 objects degraded (15.541%) 2024-02-15T18:19:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:33.864549+0000 mon.smithi026 (mon.0) 378 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:19:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:33.869768+0000 mon.smithi026 (mon.0) 379 : cluster [INF] osd.4 [v2:172.21.15.158:6800/3535942780,v1:172.21.15.158:6801/3535942780] boot 2024-02-15T18:19:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:33.869800+0000 mon.smithi026 (mon.0) 380 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-15T18:19:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:33.870123+0000 mon.smithi026 (mon.0) 381 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-15T18:19:36.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:34.872051+0000 mon.smithi026 (mon.0) 382 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-15T18:19:36.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:34.872051+0000 mon.smithi026 (mon.0) 382 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-15T18:19:37.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:35.681331+0000 mgr.smithi026.gdpjol (mgr.14760) 173 : cluster [DBG] pgmap v129: 129 pgs: 21 peering, 17 active+undersized+degraded, 18 active+undersized, 73 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 110/1377 objects degraded (7.988%) 2024-02-15T18:19:37.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:36.443035+0000 mon.smithi026 (mon.0) 383 : cluster [WRN] Health check update: Degraded data redundancy: 110/1377 objects degraded (7.988%), 17 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:37.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:35.681331+0000 mgr.smithi026.gdpjol (mgr.14760) 173 : cluster [DBG] pgmap v129: 129 pgs: 21 peering, 17 active+undersized+degraded, 18 active+undersized, 73 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 110/1377 objects degraded (7.988%) 2024-02-15T18:19:37.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:36.443035+0000 mon.smithi026 (mon.0) 383 : cluster [WRN] Health check update: Degraded data redundancy: 110/1377 objects degraded (7.988%), 17 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:39.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:37.682072+0000 mgr.smithi026.gdpjol (mgr.14760) 174 : cluster [DBG] pgmap v130: 129 pgs: 21 peering, 9 active+undersized+degraded, 16 active+undersized, 83 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 54/1377 objects degraded (3.922%) 2024-02-15T18:19:39.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:37.682072+0000 mgr.smithi026.gdpjol (mgr.14760) 174 : cluster [DBG] pgmap v130: 129 pgs: 21 peering, 9 active+undersized+degraded, 16 active+undersized, 83 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 54/1377 objects degraded (3.922%) 2024-02-15T18:19:40.131 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:40.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:38.954174+0000 mon.smithi026 (mon.0) 384 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:40.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:38.954174+0000 mon.smithi026 (mon.0) 384 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:41.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:39.682841+0000 mgr.smithi026.gdpjol (mgr.14760) 175 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 300 B/s rd, 300 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:41.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:39.952243+0000 mon.smithi026 (mon.0) 385 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/1377 objects degraded (3.922%), 9 pgs degraded) 2024-02-15T18:19:41.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:39.952282+0000 mon.smithi026 (mon.0) 386 : cluster [INF] Cluster is now healthy 2024-02-15T18:19:41.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:39.682841+0000 mgr.smithi026.gdpjol (mgr.14760) 175 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 300 B/s rd, 300 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:41.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:39.952243+0000 mon.smithi026 (mon.0) 385 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/1377 objects degraded (3.922%), 9 pgs degraded) 2024-02-15T18:19:41.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:39.952282+0000 mon.smithi026 (mon.0) 386 : cluster [INF] Cluster is now healthy 2024-02-15T18:19:42.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:41.683507+0000 mgr.smithi026.gdpjol (mgr.14760) 176 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 309 MiB data, 3.1 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-15T18:19:42.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:41.683507+0000 mgr.smithi026.gdpjol (mgr.14760) 176 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 309 MiB data, 3.1 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-15T18:19:45.134 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:19:45.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:43.684255+0000 mgr.smithi026.gdpjol (mgr.14760) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 208 B/s rd, 208 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:45.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:43.816634+0000 mon.smithi026 (mon.0) 387 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:45.170 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:43.684255+0000 mgr.smithi026.gdpjol (mgr.14760) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 208 B/s rd, 208 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:43.816634+0000 mon.smithi026 (mon.0) 387 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:45.739 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:19:45.739 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (10m) 42s ago 12m 19.3M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:19:45.739 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (2m) 42s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:19:45.740 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (2m) 14s ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:19:45.740 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (10m) 42s ago 12m 33.3M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:19:45.740 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (6m) 42s ago 6m 16.3M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:19:45.740 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (6m) 14s ago 6m 38.7M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:19:45.740 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (3m) 42s ago 14m 436M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:19:45.740 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (3m) 14s ago 11m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:19:45.740 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (3m) 42s ago 14m 47.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (2m) 14s ago 11m 48.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (4m) 42s ago 4m 78.8M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (4m) 14s ago 4m 77.2M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (12m) 42s ago 12m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (11m) 14s ago 11m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (2m) 42s ago 10m 113M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (113s) 42s ago 10m 98.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (81s) 42s ago 9m 81.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:19:45.741 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (49s) 42s ago 9m 10.5M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:19:45.742 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (18s) 14s ago 9m 10.8M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc db036d752b7c 2024-02-15T18:19:45.742 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (8m) 14s ago 8m 370M 2712M 16.2.5 6933c2a0b7dd ead77bdfde8e 2024-02-15T18:19:45.742 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (8m) 14s ago 8m 309M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:19:45.742 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (8m) 14s ago 8m 445M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:19:45.742 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (3m) 42s ago 11m 57.9M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:19:46.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:45.122449+0000 mgr.smithi026.gdpjol (mgr.14760) 178 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:19:46.091 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:19:46.092 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:19:46.092 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:19:46.092 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:19:46.092 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 9, 2024-02-15T18:19:46.092 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-15T18:19:46.092 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:19:46.092 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:19:46.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:45.122449+0000 mgr.smithi026.gdpjol (mgr.14760) 178 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: "crash", 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:19:46.392 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "11/23 daemons upgraded", 2024-02-15T18:19:46.393 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:19:46.393 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:19:46.393 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:19:47.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:45.434753+0000 mgr.smithi026.gdpjol (mgr.14760) 179 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:47.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:45.684855+0000 mgr.smithi026.gdpjol (mgr.14760) 180 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 189 B/s rd, 189 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:47.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:45.729829+0000 mgr.smithi026.gdpjol (mgr.14760) 181 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:47.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:46.091331+0000 mon.smithi026 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.26:0/2652600593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:47.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:46.392237+0000 mgr.smithi026.gdpjol (mgr.14760) 182 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:45.434753+0000 mgr.smithi026.gdpjol (mgr.14760) 179 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:45.684855+0000 mgr.smithi026.gdpjol (mgr.14760) 180 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 189 B/s rd, 189 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:45.729829+0000 mgr.smithi026.gdpjol (mgr.14760) 181 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:46.091331+0000 mon.smithi026 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.26:0/2652600593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:19:47.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:46.392237+0000 mgr.smithi026.gdpjol (mgr.14760) 182 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:19:48.002 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:46.890885+0000 mon.smithi026 (mon.0) 389 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:19:48.002 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:46.891059+0000 mgr.smithi026.gdpjol (mgr.14760) 183 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:19:48.002 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:47 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:19:46.892010+0000 mgr.smithi026.gdpjol (mgr.14760) 184 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-15T18:19:48.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:46.890885+0000 mon.smithi026 (mon.0) 389 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:19:48.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:46.891059+0000 mgr.smithi026.gdpjol (mgr.14760) 183 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-15T18:19:48.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:47 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:19:46.892010+0000 mgr.smithi026.gdpjol (mgr.14760) 184 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-15T18:19:49.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:47.685338+0000 mgr.smithi026.gdpjol (mgr.14760) 185 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:49.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:19:48.343570+0000 mgr.smithi026.gdpjol (mgr.14760) 186 : cephadm [INF] Upgrade: Updating osd.5 2024-02-15T18:19:49.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:48.348566+0000 mon.smithi026 (mon.0) 390 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:49.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:48.349433+0000 mon.smithi026 (mon.0) 391 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T18:19:49.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:48.350148+0000 mon.smithi026 (mon.0) 392 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:49.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:19:48.351463+0000 mgr.smithi026.gdpjol (mgr.14760) 187 : cephadm [INF] Deploying daemon osd.5 on smithi158 2024-02-15T18:19:49.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:48.966464+0000 mon.smithi026 (mon.0) 393 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:49.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:47.685338+0000 mgr.smithi026.gdpjol (mgr.14760) 185 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-15T18:19:49.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:19:48.343570+0000 mgr.smithi026.gdpjol (mgr.14760) 186 : cephadm [INF] Upgrade: Updating osd.5 2024-02-15T18:19:49.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:48.348566+0000 mon.smithi026 (mon.0) 390 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:49.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:48.349433+0000 mon.smithi026 (mon.0) 391 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-15T18:19:49.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:48.350148+0000 mon.smithi026 (mon.0) 392 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:19:49.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:19:48.351463+0000 mgr.smithi026.gdpjol (mgr.14760) 187 : cephadm [INF] Deploying daemon osd.5 on smithi158 2024-02-15T18:19:49.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:48.966464+0000 mon.smithi026 (mon.0) 393 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:50.210 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:51.351 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:51 smithi158 systemd[1]: Stopping Ceph osd.5 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:19:51.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:49.686004+0000 mgr.smithi026.gdpjol (mgr.14760) 188 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 309 MiB data, 3.1 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-15T18:19:51.649 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5[44831]: debug 2024-02-15T18:19:51.371+0000 7f86d3b63700 -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-15T18:19:51.649 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5[44831]: debug 2024-02-15T18:19:51.371+0000 7f86d3b63700 -1 osd.5 93 *** Got signal Terminated *** 2024-02-15T18:19:51.650 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5[44831]: debug 2024-02-15T18:19:51.371+0000 7f86d3b63700 -1 osd.5 93 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:19:51.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:49.686004+0000 mgr.smithi026.gdpjol (mgr.14760) 188 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 309 MiB data, 3.1 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-15T18:19:52.148 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:51 smithi158 bash[62774]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5 2024-02-15T18:19:52.149 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:51 smithi158 bash[62828]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.656957+0000 mon.smithi026 (mon.0) 394 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657012+0000 mon.smithi026 (mon.0) 395 : cluster [INF] osd.5 failed (root=default,host=smithi158) (connection refused reported by osd.6) 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657221+0000 mon.smithi026 (mon.0) 396 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657362+0000 mon.smithi026 (mon.0) 397 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657459+0000 mon.smithi026 (mon.0) 398 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657582+0000 mon.smithi026 (mon.0) 399 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657679+0000 mon.smithi026 (mon.0) 400 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657742+0000 mon.smithi026 (mon.0) 401 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657865+0000 mon.smithi026 (mon.0) 402 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.657992+0000 mon.smithi026 (mon.0) 403 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:19:52.805 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.658130+0000 mon.smithi026 (mon.0) 404 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.658243+0000 mon.smithi026 (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.658338+0000 mon.smithi026 (mon.0) 406 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.658430+0000 mon.smithi026 (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.658518+0000 mon.smithi026 (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.686446+0000 mgr.smithi026.gdpjol (mgr.14760) 189 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.788417+0000 mon.smithi026 (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.788645+0000 mon.smithi026 (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.827512+0000 mon.smithi026 (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.959936+0000 mon.smithi026 (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.989245+0000 mon.smithi026 (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:51.989846+0000 mon.smithi026 (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.027875+0000 mon.smithi026 (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.806 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.057439+0000 mon.smithi026 (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.057579+0000 mon.smithi026 (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.057920+0000 mon.smithi026 (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.058068+0000 mon.smithi026 (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.058249+0000 mon.smithi026 (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.058338+0000 mon.smithi026 (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.058425+0000 mon.smithi026 (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.058516+0000 mon.smithi026 (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.058645+0000 mon.smithi026 (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.058788+0000 mon.smithi026 (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.058907+0000 mon.smithi026 (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.059020+0000 mon.smithi026 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.059115+0000 mon.smithi026 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.059202+0000 mon.smithi026 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.807 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.160968+0000 mon.smithi026 (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.808 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.390343+0000 mon.smithi026 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.808 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.390521+0000 mon.smithi026 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.808 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.428929+0000 mon.smithi026 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.656957+0000 mon.smithi026 (mon.0) 394 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657012+0000 mon.smithi026 (mon.0) 395 : cluster [INF] osd.5 failed (root=default,host=smithi158) (connection refused reported by osd.6) 2024-02-15T18:19:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657221+0000 mon.smithi026 (mon.0) 396 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:19:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657362+0000 mon.smithi026 (mon.0) 397 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:19:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657459+0000 mon.smithi026 (mon.0) 398 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657582+0000 mon.smithi026 (mon.0) 399 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657679+0000 mon.smithi026 (mon.0) 400 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657742+0000 mon.smithi026 (mon.0) 401 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657865+0000 mon.smithi026 (mon.0) 402 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.657992+0000 mon.smithi026 (mon.0) 403 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.658130+0000 mon.smithi026 (mon.0) 404 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.658243+0000 mon.smithi026 (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.658338+0000 mon.smithi026 (mon.0) 406 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.658430+0000 mon.smithi026 (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.658518+0000 mon.smithi026 (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.686446+0000 mgr.smithi026.gdpjol (mgr.14760) 189 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.788417+0000 mon.smithi026 (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.788645+0000 mon.smithi026 (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.827512+0000 mon.smithi026 (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.959936+0000 mon.smithi026 (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.989245+0000 mon.smithi026 (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:51.989846+0000 mon.smithi026 (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.027875+0000 mon.smithi026 (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.057439+0000 mon.smithi026 (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.057579+0000 mon.smithi026 (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.057920+0000 mon.smithi026 (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.058068+0000 mon.smithi026 (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.058249+0000 mon.smithi026 (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.058338+0000 mon.smithi026 (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.058425+0000 mon.smithi026 (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.058516+0000 mon.smithi026 (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.058645+0000 mon.smithi026 (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.058788+0000 mon.smithi026 (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.058907+0000 mon.smithi026 (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.059020+0000 mon.smithi026 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.059115+0000 mon.smithi026 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-15T18:19:52.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.059202+0000 mon.smithi026 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.160968+0000 mon.smithi026 (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-15T18:19:52.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.390343+0000 mon.smithi026 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-15T18:19:52.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.390521+0000 mon.smithi026 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-15T18:19:52.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.428929+0000 mon.smithi026 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-15T18:19:53.577 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.448420+0000 mon.smithi026 (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:19:53.577 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:52.458612+0000 mon.smithi026 (mon.0) 435 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-15T18:19:53.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.448420+0000 mon.smithi026 (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:19:53.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:52.458612+0000 mon.smithi026 (mon.0) 435 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-15T18:19:54.333 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:53 smithi158 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.5.service: Succeeded. 2024-02-15T18:19:54.333 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:53 smithi158 systemd[1]: Stopped Ceph osd.5 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:19:54.333 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 systemd[1]: Starting Ceph osd.5 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:19:54.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:53.456649+0000 mon.smithi026 (mon.0) 436 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-15T18:19:54.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:53.687075+0000 mgr.smithi026.gdpjol (mgr.14760) 190 : cluster [DBG] pgmap v140: 129 pgs: 16 peering, 10 stale+active+clean, 103 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-15T18:19:54.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:53.456649+0000 mon.smithi026 (mon.0) 436 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-15T18:19:54.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:53.687075+0000 mgr.smithi026.gdpjol (mgr.14760) 190 : cluster [DBG] pgmap v140: 129 pgs: 16 peering, 10 stale+active+clean, 103 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-15T18:19:55.254 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:19:55.284 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 bash[63086]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:19:55.284 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 bash[63086]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-15T18:19:55.284 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 bash[63086]: 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-15T18:19:55.284 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 bash[63086]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-15T18:19:55.284 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 bash[63086]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-15T18:19:55.284 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 bash[63086]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-15T18:19:55.285 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 bash[63086]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-15T18:19:55.285 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:54 smithi158 bash[63086]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-15T18:19:55.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:54.461049+0000 mon.smithi026 (mon.0) 437 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2024-02-15T18:19:55.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:54.461049+0000 mon.smithi026 (mon.0) 437 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2024-02-15T18:19:56.399 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:19:56.196+0000 7fc9986a0700 1 -- 172.21.15.158:0/1305486643 <== mon.1 v2:172.21.15.158:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560bf672c680 con 0x560bf66f3400 2024-02-15T18:19:56.399 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:56 smithi158 bash[63320]: 8e76b1298bebe555551c5c024f9a5634376fa7623823d0cd533fea94b01472d5 2024-02-15T18:19:56.399 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:56 smithi158 systemd[1]: Started Ceph osd.5 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:19:57.149 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:19:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:19:56.729+0000 7fc9a012e380 -1 Falling back to public interface 2024-02-15T18:19:57.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:55.687834+0000 mgr.smithi026.gdpjol (mgr.14760) 191 : cluster [DBG] pgmap v141: 129 pgs: 10 active+undersized+degraded, 16 peering, 5 stale+active+clean, 8 active+undersized, 90 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 60/1377 objects degraded (4.357%) 2024-02-15T18:19:57.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:56.318139+0000 mon.smithi026 (mon.0) 438 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:57.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:56.325659+0000 mon.smithi026 (mon.0) 439 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:57.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:56.467352+0000 mon.smithi026 (mon.0) 440 : cluster [WRN] Health check failed: Degraded data redundancy: 60/1377 objects degraded (4.357%), 10 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:55.687834+0000 mgr.smithi026.gdpjol (mgr.14760) 191 : cluster [DBG] pgmap v141: 129 pgs: 10 active+undersized+degraded, 16 peering, 5 stale+active+clean, 8 active+undersized, 90 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 60/1377 objects degraded (4.357%) 2024-02-15T18:19:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:56.318139+0000 mon.smithi026 (mon.0) 438 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:56.325659+0000 mon.smithi026 (mon.0) 439 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:19:57.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:56.467352+0000 mon.smithi026 (mon.0) 440 : cluster [WRN] Health check failed: Degraded data redundancy: 60/1377 objects degraded (4.357%), 10 pgs degraded (PG_DEGRADED) 2024-02-15T18:19:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:57.688604+0000 mgr.smithi026.gdpjol (mgr.14760) 192 : cluster [DBG] pgmap v142: 129 pgs: 17 active+undersized+degraded, 16 peering, 12 active+undersized, 84 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 122/1377 objects degraded (8.860%) 2024-02-15T18:19:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:19:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:19:58.817258+0000 mon.smithi026 (mon.0) 441 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:19:59.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:57.688604+0000 mgr.smithi026.gdpjol (mgr.14760) 192 : cluster [DBG] pgmap v142: 129 pgs: 17 active+undersized+degraded, 16 peering, 12 active+undersized, 84 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 122/1377 objects degraded (8.860%) 2024-02-15T18:19:59.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:19:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:19:58.817258+0000 mon.smithi026 (mon.0) 441 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:00.295 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000141+0000 mon.smithi026 (mon.0) 442 : cluster [WRN] Health detail: HEALTH_WARN 1 osds down; Reduced data availability: 3 pgs inactive, 7 pgs peering; Degraded data redundancy: 122/1377 objects degraded (8.860%), 17 pgs degraded 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000177+0000 mon.smithi026 (mon.0) 443 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000197+0000 mon.smithi026 (mon.0) 444 : cluster [WRN] osd.5 (root=default,host=smithi158) is down 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000213+0000 mon.smithi026 (mon.0) 445 : cluster [WRN] [WRN] PG_AVAILABILITY: Reduced data availability: 3 pgs inactive, 7 pgs peering 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000232+0000 mon.smithi026 (mon.0) 446 : cluster [WRN] pg 2.2 is stuck peering for 4m, current state peering, last acting [1,6] 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000248+0000 mon.smithi026 (mon.0) 447 : cluster [WRN] pg 2.18 is stuck peering for 4m, current state peering, last acting [4,7] 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000265+0000 mon.smithi026 (mon.0) 448 : cluster [WRN] pg 3.1c is stuck peering for 4m, current state peering, last acting [4,1] 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000303+0000 mon.smithi026 (mon.0) 449 : cluster [WRN] pg 3.1d is stuck peering for 4m, current state peering, last acting [4,6] 2024-02-15T18:20:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000322+0000 mon.smithi026 (mon.0) 450 : cluster [WRN] pg 5.7 is stuck peering for 119s, current state peering, last acting [1,0] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000339+0000 mon.smithi026 (mon.0) 451 : cluster [WRN] pg 5.f is stuck peering for 4m, current state peering, last acting [4,6] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000356+0000 mon.smithi026 (mon.0) 452 : cluster [WRN] pg 5.15 is stuck peering for 119s, current state peering, last acting [1,0] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000373+0000 mon.smithi026 (mon.0) 453 : cluster [WRN] [WRN] PG_DEGRADED: Degraded data redundancy: 122/1377 objects degraded (8.860%), 17 pgs degraded 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000391+0000 mon.smithi026 (mon.0) 454 : cluster [WRN] pg 2.3 is active+undersized+degraded, acting [2,7] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000418+0000 mon.smithi026 (mon.0) 455 : cluster [WRN] pg 2.b is active+undersized+degraded, acting [7,4] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000441+0000 mon.smithi026 (mon.0) 456 : cluster [WRN] pg 2.c is active+undersized+degraded, acting [2,0] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000460+0000 mon.smithi026 (mon.0) 457 : cluster [WRN] pg 2.12 is active+undersized+degraded, acting [3,7] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000478+0000 mon.smithi026 (mon.0) 458 : cluster [WRN] pg 2.14 is active+undersized+degraded, acting [6,3] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000496+0000 mon.smithi026 (mon.0) 459 : cluster [WRN] pg 2.16 is active+undersized+degraded, acting [6,2] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000514+0000 mon.smithi026 (mon.0) 460 : cluster [WRN] pg 2.17 is active+undersized+degraded, acting [6,2] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000533+0000 mon.smithi026 (mon.0) 461 : cluster [WRN] pg 2.1c is active+undersized+degraded, acting [7,2] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000550+0000 mon.smithi026 (mon.0) 462 : cluster [WRN] pg 2.1e is active+undersized+degraded, acting [3,0] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000584+0000 mon.smithi026 (mon.0) 463 : cluster [WRN] pg 3.2 is active+undersized+degraded, acting [3,6] 2024-02-15T18:20:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000600+0000 mon.smithi026 (mon.0) 464 : cluster [WRN] pg 3.5 is active+undersized+degraded, acting [3,2] 2024-02-15T18:20:00.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000619+0000 mon.smithi026 (mon.0) 465 : cluster [WRN] pg 3.c is active+undersized+degraded, acting [3,6] 2024-02-15T18:20:00.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000636+0000 mon.smithi026 (mon.0) 466 : cluster [WRN] pg 3.d is active+undersized+degraded, acting [7,6] 2024-02-15T18:20:00.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000665+0000 mon.smithi026 (mon.0) 467 : cluster [WRN] pg 3.10 is active+undersized+degraded, acting [6,0] 2024-02-15T18:20:00.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000682+0000 mon.smithi026 (mon.0) 468 : cluster [WRN] pg 3.16 is active+undersized+degraded, acting [7,1] 2024-02-15T18:20:00.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000700+0000 mon.smithi026 (mon.0) 469 : cluster [WRN] pg 3.17 is active+undersized+degraded, acting [0,3] 2024-02-15T18:20:00.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.000716+0000 mon.smithi026 (mon.0) 470 : cluster [WRN] pg 3.1f is active+undersized+degraded, acting [0,2] 2024-02-15T18:20:00.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000141+0000 mon.smithi026 (mon.0) 442 : cluster [WRN] Health detail: HEALTH_WARN 1 osds down; Reduced data availability: 3 pgs inactive, 7 pgs peering; Degraded data redundancy: 122/1377 objects degraded (8.860%), 17 pgs degraded 2024-02-15T18:20:00.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000177+0000 mon.smithi026 (mon.0) 443 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-02-15T18:20:00.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000197+0000 mon.smithi026 (mon.0) 444 : cluster [WRN] osd.5 (root=default,host=smithi158) is down 2024-02-15T18:20:00.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000213+0000 mon.smithi026 (mon.0) 445 : cluster [WRN] [WRN] PG_AVAILABILITY: Reduced data availability: 3 pgs inactive, 7 pgs peering 2024-02-15T18:20:00.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000232+0000 mon.smithi026 (mon.0) 446 : cluster [WRN] pg 2.2 is stuck peering for 4m, current state peering, last acting [1,6] 2024-02-15T18:20:00.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000248+0000 mon.smithi026 (mon.0) 447 : cluster [WRN] pg 2.18 is stuck peering for 4m, current state peering, last acting [4,7] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000265+0000 mon.smithi026 (mon.0) 448 : cluster [WRN] pg 3.1c is stuck peering for 4m, current state peering, last acting [4,1] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000303+0000 mon.smithi026 (mon.0) 449 : cluster [WRN] pg 3.1d is stuck peering for 4m, current state peering, last acting [4,6] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000322+0000 mon.smithi026 (mon.0) 450 : cluster [WRN] pg 5.7 is stuck peering for 119s, current state peering, last acting [1,0] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000339+0000 mon.smithi026 (mon.0) 451 : cluster [WRN] pg 5.f is stuck peering for 4m, current state peering, last acting [4,6] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000356+0000 mon.smithi026 (mon.0) 452 : cluster [WRN] pg 5.15 is stuck peering for 119s, current state peering, last acting [1,0] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000373+0000 mon.smithi026 (mon.0) 453 : cluster [WRN] [WRN] PG_DEGRADED: Degraded data redundancy: 122/1377 objects degraded (8.860%), 17 pgs degraded 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000391+0000 mon.smithi026 (mon.0) 454 : cluster [WRN] pg 2.3 is active+undersized+degraded, acting [2,7] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000418+0000 mon.smithi026 (mon.0) 455 : cluster [WRN] pg 2.b is active+undersized+degraded, acting [7,4] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000441+0000 mon.smithi026 (mon.0) 456 : cluster [WRN] pg 2.c is active+undersized+degraded, acting [2,0] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000460+0000 mon.smithi026 (mon.0) 457 : cluster [WRN] pg 2.12 is active+undersized+degraded, acting [3,7] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000478+0000 mon.smithi026 (mon.0) 458 : cluster [WRN] pg 2.14 is active+undersized+degraded, acting [6,3] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000496+0000 mon.smithi026 (mon.0) 459 : cluster [WRN] pg 2.16 is active+undersized+degraded, acting [6,2] 2024-02-15T18:20:00.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000514+0000 mon.smithi026 (mon.0) 460 : cluster [WRN] pg 2.17 is active+undersized+degraded, acting [6,2] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000533+0000 mon.smithi026 (mon.0) 461 : cluster [WRN] pg 2.1c is active+undersized+degraded, acting [7,2] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000550+0000 mon.smithi026 (mon.0) 462 : cluster [WRN] pg 2.1e is active+undersized+degraded, acting [3,0] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000584+0000 mon.smithi026 (mon.0) 463 : cluster [WRN] pg 3.2 is active+undersized+degraded, acting [3,6] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000600+0000 mon.smithi026 (mon.0) 464 : cluster [WRN] pg 3.5 is active+undersized+degraded, acting [3,2] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000619+0000 mon.smithi026 (mon.0) 465 : cluster [WRN] pg 3.c is active+undersized+degraded, acting [3,6] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000636+0000 mon.smithi026 (mon.0) 466 : cluster [WRN] pg 3.d is active+undersized+degraded, acting [7,6] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000665+0000 mon.smithi026 (mon.0) 467 : cluster [WRN] pg 3.10 is active+undersized+degraded, acting [6,0] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000682+0000 mon.smithi026 (mon.0) 468 : cluster [WRN] pg 3.16 is active+undersized+degraded, acting [7,1] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000700+0000 mon.smithi026 (mon.0) 469 : cluster [WRN] pg 3.17 is active+undersized+degraded, acting [0,3] 2024-02-15T18:20:00.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.000716+0000 mon.smithi026 (mon.0) 470 : cluster [WRN] pg 3.1f is active+undersized+degraded, acting [0,2] 2024-02-15T18:20:01.326 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:20:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:20:00.921+0000 7fc9a012e380 -1 osd.5 93 log_to_monitors {default=true} 2024-02-15T18:20:01.648 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:20:01.486+0000 7fc98ee10700 -1 osd.5 93 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:20:01.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:19:59.689596+0000 mgr.smithi026.gdpjol (mgr.14760) 193 : cluster [DBG] pgmap v143: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 163/1377 objects degraded (11.837%) 2024-02-15T18:20:01.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:00.320682+0000 mon.smithi026 (mon.0) 471 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 7 pgs peering) 2024-02-15T18:20:01.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.460364+0000 mon.smithi026 (mon.0) 472 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:01.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.461324+0000 mon.smithi026 (mon.0) 473 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:01.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.462161+0000 mon.smithi026 (mon.0) 474 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:01.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.466691+0000 mon.smithi026 (mon.0) 475 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:01.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.472372+0000 mon.smithi026 (mon.0) 476 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:01.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.475623+0000 mon.smithi026 (mon.0) 477 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:01.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.478016+0000 mon.smithi026 (mon.0) 478 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:01.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.479325+0000 mon.smithi026 (mon.0) 479 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:01.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.480563+0000 mon.smithi026 (mon.0) 480 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:01.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.481919+0000 mon.smithi026 (mon.0) 481 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:20:01.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.925534+0000 mon.smithi158 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.158:6808/2659682883,v1:172.21.15.158:6809/2659682883]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:20:01.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.925887+0000 mon.smithi026 (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:19:59.689596+0000 mgr.smithi026.gdpjol (mgr.14760) 193 : cluster [DBG] pgmap v143: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 309 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 163/1377 objects degraded (11.837%) 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:00.320682+0000 mon.smithi026 (mon.0) 471 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 7 pgs peering) 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.460364+0000 mon.smithi026 (mon.0) 472 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.461324+0000 mon.smithi026 (mon.0) 473 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.462161+0000 mon.smithi026 (mon.0) 474 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.466691+0000 mon.smithi026 (mon.0) 475 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.472372+0000 mon.smithi026 (mon.0) 476 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.475623+0000 mon.smithi026 (mon.0) 477 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.478016+0000 mon.smithi026 (mon.0) 478 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:01.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.479325+0000 mon.smithi026 (mon.0) 479 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:01.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.480563+0000 mon.smithi026 (mon.0) 480 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:01.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.481919+0000 mon.smithi026 (mon.0) 481 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:20:01.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.925534+0000 mon.smithi158 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.158:6808/2659682883,v1:172.21.15.158:6809/2659682883]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:20:01.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.925887+0000 mon.smithi026 (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-15T18:20:02.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:00.482077+0000 mgr.smithi026.gdpjol (mgr.14760) 194 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:20:02.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:00.482808+0000 mgr.smithi026.gdpjol (mgr.14760) 195 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-15T18:20:02.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:01.475061+0000 mon.smithi026 (mon.0) 483 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T18:20:02.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:01.475166+0000 mon.smithi026 (mon.0) 484 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-15T18:20:02.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:01.476998+0000 mon.smithi158 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.158:6808/2659682883,v1:172.21.15.158:6809/2659682883]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:02.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:01.477360+0000 mon.smithi026 (mon.0) 485 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:00.482077+0000 mgr.smithi026.gdpjol (mgr.14760) 194 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:20:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:00.482808+0000 mgr.smithi026.gdpjol (mgr.14760) 195 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-15T18:20:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:01.475061+0000 mon.smithi026 (mon.0) 483 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-15T18:20:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:01.475166+0000 mon.smithi026 (mon.0) 484 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-15T18:20:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:01.476998+0000 mon.smithi158 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.158:6808/2659682883,v1:172.21.15.158:6809/2659682883]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:01.477360+0000 mon.smithi026 (mon.0) 485 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:03.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:01.690183+0000 mgr.smithi026.gdpjol (mgr.14760) 196 : cluster [DBG] pgmap v145: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 248 B/s wr, 0 op/s; 163/1377 objects degraded (11.837%) 2024-02-15T18:20:03.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:02.472531+0000 mon.smithi026 (mon.0) 486 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:20:03.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:02.476128+0000 mon.smithi026 (mon.0) 487 : cluster [INF] osd.5 [v2:172.21.15.158:6808/2659682883,v1:172.21.15.158:6809/2659682883] boot 2024-02-15T18:20:03.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:02.476168+0000 mon.smithi026 (mon.0) 488 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-15T18:20:03.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:02.477618+0000 mon.smithi026 (mon.0) 489 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:20:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:01.690183+0000 mgr.smithi026.gdpjol (mgr.14760) 196 : cluster [DBG] pgmap v145: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 248 B/s wr, 0 op/s; 163/1377 objects degraded (11.837%) 2024-02-15T18:20:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:02.472531+0000 mon.smithi026 (mon.0) 486 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:20:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:02.476128+0000 mon.smithi026 (mon.0) 487 : cluster [INF] osd.5 [v2:172.21.15.158:6808/2659682883,v1:172.21.15.158:6809/2659682883] boot 2024-02-15T18:20:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:02.476168+0000 mon.smithi026 (mon.0) 488 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-15T18:20:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:02.477618+0000 mon.smithi026 (mon.0) 489 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-15T18:20:04.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:03.477513+0000 mon.smithi026 (mon.0) 490 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-15T18:20:04.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:03.690867+0000 mgr.smithi026.gdpjol (mgr.14760) 197 : cluster [DBG] pgmap v148: 129 pgs: 9 peering, 21 active+undersized+degraded, 15 active+undersized, 84 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 143/1377 objects degraded (10.385%) 2024-02-15T18:20:04.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:03.983365+0000 mon.smithi026 (mon.0) 491 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:04.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:03.477513+0000 mon.smithi026 (mon.0) 490 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-15T18:20:04.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:03.690867+0000 mgr.smithi026.gdpjol (mgr.14760) 197 : cluster [DBG] pgmap v148: 129 pgs: 9 peering, 21 active+undersized+degraded, 15 active+undersized, 84 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 143/1377 objects degraded (10.385%) 2024-02-15T18:20:04.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:03.983365+0000 mon.smithi026 (mon.0) 491 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:05.332 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:05.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:04.475380+0000 mon.smithi026 (mon.0) 492 : cluster [WRN] Health check update: Degraded data redundancy: 143/1377 objects degraded (10.385%), 21 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:05.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:04.475380+0000 mon.smithi026 (mon.0) 492 : cluster [WRN] Health check update: Degraded data redundancy: 143/1377 objects degraded (10.385%), 21 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:06.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:05.691526+0000 mgr.smithi026.gdpjol (mgr.14760) 198 : cluster [DBG] pgmap v149: 129 pgs: 9 peering, 14 active+undersized+degraded, 9 active+undersized, 97 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 101/1377 objects degraded (7.335%) 2024-02-15T18:20:06.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:05.691526+0000 mgr.smithi026.gdpjol (mgr.14760) 198 : cluster [DBG] pgmap v149: 129 pgs: 9 peering, 14 active+undersized+degraded, 9 active+undersized, 97 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 101/1377 objects degraded (7.335%) 2024-02-15T18:20:08.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:07.743032+0000 mon.smithi026 (mon.0) 493 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 101/1377 objects degraded (7.335%), 14 pgs degraded) 2024-02-15T18:20:08.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:07.743064+0000 mon.smithi026 (mon.0) 494 : cluster [INF] Cluster is now healthy 2024-02-15T18:20:08.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:07.743032+0000 mon.smithi026 (mon.0) 493 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 101/1377 objects degraded (7.335%), 14 pgs degraded) 2024-02-15T18:20:08.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:07.743064+0000 mon.smithi026 (mon.0) 494 : cluster [INF] Cluster is now healthy 2024-02-15T18:20:09.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:07.692236+0000 mgr.smithi026.gdpjol (mgr.14760) 199 : cluster [DBG] pgmap v150: 129 pgs: 9 peering, 120 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 329 B/s rd, 164 B/s wr, 0 op/s 2024-02-15T18:20:09.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:07.692236+0000 mgr.smithi026.gdpjol (mgr.14760) 199 : cluster [DBG] pgmap v150: 129 pgs: 9 peering, 120 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 329 B/s rd, 164 B/s wr, 0 op/s 2024-02-15T18:20:10.390 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:11.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:09.692862+0000 mgr.smithi026.gdpjol (mgr.14760) 200 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:11.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:09.692862+0000 mgr.smithi026.gdpjol (mgr.14760) 200 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:12.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:11.693335+0000 mgr.smithi026.gdpjol (mgr.14760) 201 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 222 B/s rd, 222 B/s wr, 0 op/s 2024-02-15T18:20:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:11.693335+0000 mgr.smithi026.gdpjol (mgr.14760) 201 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 222 B/s rd, 222 B/s wr, 0 op/s 2024-02-15T18:20:15.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:13.693918+0000 mgr.smithi026.gdpjol (mgr.14760) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2024-02-15T18:20:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:13.817680+0000 mon.smithi026 (mon.0) 495 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:13.997419+0000 mon.smithi026 (mon.0) 496 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:13.693918+0000 mgr.smithi026.gdpjol (mgr.14760) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2024-02-15T18:20:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:13.817680+0000 mon.smithi026 (mon.0) 495 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:13.997419+0000 mon.smithi026 (mon.0) 496 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:15.426 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:15.489701+0000 mon.smithi026 (mon.0) 497 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:20:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:15.489701+0000 mon.smithi026 (mon.0) 497 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:20:16.721 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:20:16.896 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:15.489899+0000 mgr.smithi026.gdpjol (mgr.14760) 203 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:20:16.896 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:15.490988+0000 mgr.smithi026.gdpjol (mgr.14760) 204 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-15T18:20:16.896 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:15.694509+0000 mgr.smithi026.gdpjol (mgr.14760) 205 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:17.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:15.489899+0000 mgr.smithi026.gdpjol (mgr.14760) 203 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-15T18:20:17.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:15.490988+0000 mgr.smithi026.gdpjol (mgr.14760) 204 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-15T18:20:17.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:15.694509+0000 mgr.smithi026.gdpjol (mgr.14760) 205 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:17.318 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:20:17.318 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (11m) 73s ago 13m 19.3M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (3m) 73s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (3m) 16s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (11m) 73s ago 12m 33.3M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (7m) 73s ago 7m 16.3M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (7m) 16s ago 7m 38.7M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (4m) 73s ago 14m 436M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (3m) 16s ago 11m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (3m) 73s ago 14m 47.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (3m) 16s ago 11m 52.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (4m) 73s ago 4m 78.8M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (4m) 16s ago 4m 79.0M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (12m) 73s ago 12m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:20:17.319 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (11m) 16s ago 11m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (2m) 73s ago 11m 113M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (2m) 73s ago 10m 98.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (113s) 73s ago 10m 81.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (81s) 73s ago 10m 10.5M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (50s) 16s ago 9m 115M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc db036d752b7c 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (21s) 16s ago 9m 11.6M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8e76b1298beb 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (9m) 16s ago 9m 308M 2712M 16.2.5 6933c2a0b7dd b17c90623ab5 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (8m) 16s ago 8m 446M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:20:17.320 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (4m) 73s ago 12m 57.9M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:20:17.672 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:20:17.672 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:20:17.672 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:20:17.672 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 10, 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-15T18:20:17.673 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:20:17.674 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:20:17.977 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:20:17.977 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:20:17.977 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:20:17.977 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout: "crash", 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "12/23 daemons upgraded", 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:20:17.978 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:20:18.260 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:16.708873+0000 mgr.smithi026.gdpjol (mgr.14760) 206 : audit [DBG] from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:18.260 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:16.919899+0000 mgr.smithi026.gdpjol (mgr.14760) 207 : cephadm [INF] Upgrade: Updating osd.6 2024-02-15T18:20:18.261 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:16.923888+0000 mon.smithi026 (mon.0) 498 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:18.261 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:16.924598+0000 mon.smithi026 (mon.0) 499 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T18:20:18.261 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:16.925190+0000 mon.smithi026 (mon.0) 500 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:18.261 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:16.926325+0000 mgr.smithi026.gdpjol (mgr.14760) 208 : cephadm [INF] Deploying daemon osd.6 on smithi158 2024-02-15T18:20:18.261 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:17.014437+0000 mgr.smithi026.gdpjol (mgr.14760) 209 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:18.261 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:17.309987+0000 mgr.smithi026.gdpjol (mgr.14760) 210 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:18.261 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:17.672821+0000 mon.smithi026 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.26:0/2748853514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:16.708873+0000 mgr.smithi026.gdpjol (mgr.14760) 206 : audit [DBG] from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:16.919899+0000 mgr.smithi026.gdpjol (mgr.14760) 207 : cephadm [INF] Upgrade: Updating osd.6 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:16.923888+0000 mon.smithi026 (mon.0) 498 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:16.924598+0000 mon.smithi026 (mon.0) 499 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:16.925190+0000 mon.smithi026 (mon.0) 500 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:16.926325+0000 mgr.smithi026.gdpjol (mgr.14760) 208 : cephadm [INF] Deploying daemon osd.6 on smithi158 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:17.014437+0000 mgr.smithi026.gdpjol (mgr.14760) 209 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:17.309987+0000 mgr.smithi026.gdpjol (mgr.14760) 210 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:17.672821+0000 mon.smithi026 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.26:0/2748853514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:19.269 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:17.694984+0000 mgr.smithi026.gdpjol (mgr.14760) 211 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:20:19.269 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:17.977749+0000 mgr.smithi026.gdpjol (mgr.14760) 212 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:19.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:17.694984+0000 mgr.smithi026.gdpjol (mgr.14760) 211 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:20:19.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:17.977749+0000 mgr.smithi026.gdpjol (mgr.14760) 212 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:20.060 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:19 smithi158 systemd[1]: Stopping Ceph osd.6 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:20:20.399 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6[47707]: debug 2024-02-15T18:20:20.059+0000 7f826d956700 -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-15T18:20:20.399 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6[47707]: debug 2024-02-15T18:20:20.059+0000 7f826d956700 -1 osd.6 98 *** Got signal Terminated *** 2024-02-15T18:20:20.399 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6[47707]: debug 2024-02-15T18:20:20.059+0000 7f826d956700 -1 osd.6 98 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:20:20.463 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:20.898 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:20 smithi158 bash[64688]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6 2024-02-15T18:20:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:19.695576+0000 mgr.smithi026.gdpjol (mgr.14760) 213 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.322273+0000 mon.smithi026 (mon.0) 502 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:20:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.322347+0000 mon.smithi026 (mon.0) 503 : cluster [INF] osd.6 failed (root=default,host=smithi158) (connection refused reported by osd.7) 2024-02-15T18:20:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.322578+0000 mon.smithi026 (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.322657+0000 mon.smithi026 (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.322786+0000 mon.smithi026 (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.322901+0000 mon.smithi026 (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.322995+0000 mon.smithi026 (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.323132+0000 mon.smithi026 (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.323196+0000 mon.smithi026 (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.323320+0000 mon.smithi026 (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.323372+0000 mon.smithi026 (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.323495+0000 mon.smithi026 (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.323627+0000 mon.smithi026 (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.323719+0000 mon.smithi026 (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.323893+0000 mon.smithi026 (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.723435+0000 mon.smithi026 (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:20:21.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.723585+0000 mon.smithi026 (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.723781+0000 mon.smithi026 (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724097+0000 mon.smithi026 (mon.0) 520 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724211+0000 mon.smithi026 (mon.0) 521 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724279+0000 mon.smithi026 (mon.0) 522 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724429+0000 mon.smithi026 (mon.0) 523 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724495+0000 mon.smithi026 (mon.0) 524 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724679+0000 mon.smithi026 (mon.0) 525 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724750+0000 mon.smithi026 (mon.0) 526 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724895+0000 mon.smithi026 (mon.0) 527 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.724959+0000 mon.smithi026 (mon.0) 528 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.725112+0000 mon.smithi026 (mon.0) 529 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:20:21.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.725213+0000 mon.smithi026 (mon.0) 530 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:20:21.398 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:20 smithi158 bash[64745]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6" found: no such container 2024-02-15T18:20:21.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:19.695576+0000 mgr.smithi026.gdpjol (mgr.14760) 213 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:21.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.322273+0000 mon.smithi026 (mon.0) 502 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:20:21.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.322347+0000 mon.smithi026 (mon.0) 503 : cluster [INF] osd.6 failed (root=default,host=smithi158) (connection refused reported by osd.7) 2024-02-15T18:20:21.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.322578+0000 mon.smithi026 (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:20:21.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.322657+0000 mon.smithi026 (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:20:21.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.322786+0000 mon.smithi026 (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:20:21.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.322901+0000 mon.smithi026 (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:20:21.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.322995+0000 mon.smithi026 (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.323132+0000 mon.smithi026 (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.323196+0000 mon.smithi026 (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.323320+0000 mon.smithi026 (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.323372+0000 mon.smithi026 (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.323495+0000 mon.smithi026 (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.323627+0000 mon.smithi026 (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.323719+0000 mon.smithi026 (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.323893+0000 mon.smithi026 (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.723435+0000 mon.smithi026 (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.723585+0000 mon.smithi026 (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-15T18:20:21.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.723781+0000 mon.smithi026 (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724097+0000 mon.smithi026 (mon.0) 520 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724211+0000 mon.smithi026 (mon.0) 521 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724279+0000 mon.smithi026 (mon.0) 522 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724429+0000 mon.smithi026 (mon.0) 523 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724495+0000 mon.smithi026 (mon.0) 524 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724679+0000 mon.smithi026 (mon.0) 525 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724750+0000 mon.smithi026 (mon.0) 526 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724895+0000 mon.smithi026 (mon.0) 527 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.724959+0000 mon.smithi026 (mon.0) 528 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.725112+0000 mon.smithi026 (mon.0) 529 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-15T18:20:21.401 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.725213+0000 mon.smithi026 (mon.0) 530 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-15T18:20:22.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.929262+0000 mon.smithi026 (mon.0) 531 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:20:22.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:20.937694+0000 mon.smithi026 (mon.0) 532 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-15T18:20:22.314 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.929262+0000 mon.smithi026 (mon.0) 531 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:20:22.314 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:20.937694+0000 mon.smithi026 (mon.0) 532 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-15T18:20:22.899 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:22 smithi158 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.6.service: Succeeded. 2024-02-15T18:20:22.899 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:22 smithi158 systemd[1]: Stopped Ceph osd.6 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:20:22.899 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:22 smithi158 systemd[1]: Starting Ceph osd.6 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:20:23.200 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:21.696129+0000 mgr.smithi026.gdpjol (mgr.14760) 214 : cluster [DBG] pgmap v158: 129 pgs: 8 peering, 11 stale+active+clean, 110 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:20:23.200 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:21.938710+0000 mon.smithi026 (mon.0) 533 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-15T18:20:23.200 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:22.454100+0000 mon.smithi026 (mon.0) 534 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-15T18:20:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:21.696129+0000 mgr.smithi026.gdpjol (mgr.14760) 214 : cluster [DBG] pgmap v158: 129 pgs: 8 peering, 11 stale+active+clean, 110 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:20:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:21.938710+0000 mon.smithi026 (mon.0) 533 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-15T18:20:23.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:22.454100+0000 mon.smithi026 (mon.0) 534 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-15T18:20:23.990 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:23 smithi158 bash[64998]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:20:23.990 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:23 smithi158 bash[64998]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-15T18:20:23.990 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:23 smithi158 bash[64998]: 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-15T18:20:23.990 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:23 smithi158 bash[64998]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-15T18:20:23.990 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:23 smithi158 bash[64998]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-15T18:20:23.990 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:23 smithi158 bash[64998]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-15T18:20:23.990 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:23 smithi158 bash[64998]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-15T18:20:23.990 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:23 smithi158 bash[64998]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-15T18:20:24.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:23.937931+0000 mon.smithi026 (mon.0) 535 : cluster [WRN] Health check failed: Degraded data redundancy: 56/1377 objects degraded (4.067%), 10 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:24.332 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:23.937931+0000 mon.smithi026 (mon.0) 535 : cluster [WRN] Health check failed: Degraded data redundancy: 56/1377 objects degraded (4.067%), 10 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:25.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:23.696893+0000 mgr.smithi026.gdpjol (mgr.14760) 215 : cluster [DBG] pgmap v160: 129 pgs: 10 active+undersized+degraded, 15 peering, 3 stale+active+clean, 8 active+undersized, 93 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 56/1377 objects degraded (4.067%) 2024-02-15T18:20:25.149 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:20:24.897+0000 7fa138622700 1 -- 172.21.15.158:0/3217952381 <== mon.1 v2:172.21.15.158:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ae6547c680 con 0x55ae65443400 2024-02-15T18:20:25.149 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:24 smithi158 bash[65237]: 4f7a4dab0a63fa0397b05acd112e3df189279220c25e547841e4cfb62e26f8d3 2024-02-15T18:20:25.149 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:24 smithi158 systemd[1]: Started Ceph osd.6 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:20:25.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:23.696893+0000 mgr.smithi026.gdpjol (mgr.14760) 215 : cluster [DBG] pgmap v160: 129 pgs: 10 active+undersized+degraded, 15 peering, 3 stale+active+clean, 8 active+undersized, 93 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 56/1377 objects degraded (4.067%) 2024-02-15T18:20:25.497 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:25.710 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:20:25.413+0000 7fa1400b0380 -1 Falling back to public interface 2024-02-15T18:20:26.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:25.022975+0000 mon.smithi026 (mon.0) 536 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:26.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:25.023884+0000 mon.smithi026 (mon.0) 537 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:26.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:25.022975+0000 mon.smithi026 (mon.0) 536 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:26.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:25.023884+0000 mon.smithi026 (mon.0) 537 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:27.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:25.697518+0000 mgr.smithi026.gdpjol (mgr.14760) 216 : cluster [DBG] pgmap v161: 129 pgs: 14 active+undersized+degraded, 15 peering, 2 stale+active+clean, 11 active+undersized, 87 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 85/1377 objects degraded (6.173%) 2024-02-15T18:20:27.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:25.697518+0000 mgr.smithi026.gdpjol (mgr.14760) 216 : cluster [DBG] pgmap v161: 129 pgs: 14 active+undersized+degraded, 15 peering, 2 stale+active+clean, 11 active+undersized, 87 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 85/1377 objects degraded (6.173%) 2024-02-15T18:20:28.383 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:28.027787+0000 mon.smithi026 (mon.0) 538 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T18:20:28.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:28.027787+0000 mon.smithi026 (mon.0) 538 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:27.698269+0000 mgr.smithi026.gdpjol (mgr.14760) 217 : cluster [DBG] pgmap v162: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 158/1377 objects degraded (11.474%) 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.818020+0000 mon.smithi026 (mon.0) 539 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.897493+0000 mon.smithi026 (mon.0) 540 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.898452+0000 mon.smithi026 (mon.0) 541 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.899308+0000 mon.smithi026 (mon.0) 542 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.903547+0000 mon.smithi026 (mon.0) 543 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.909394+0000 mon.smithi026 (mon.0) 544 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.912762+0000 mon.smithi026 (mon.0) 545 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:29.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.915194+0000 mon.smithi026 (mon.0) 546 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:29.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.916545+0000 mon.smithi026 (mon.0) 547 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:29.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.917909+0000 mon.smithi026 (mon.0) 548 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:29.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.919366+0000 mon.smithi026 (mon.0) 549 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:20:29.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:29.073220+0000 mon.smithi158 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.158:6816/3407016004,v1:172.21.15.158:6817/3407016004]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:20:29.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:29.073645+0000 mon.smithi026 (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:20:29.398 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:20:29.069+0000 7fa1400b0380 -1 osd.6 98 log_to_monitors {default=true} 2024-02-15T18:20:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:27.698269+0000 mgr.smithi026.gdpjol (mgr.14760) 217 : cluster [DBG] pgmap v162: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 158/1377 objects degraded (11.474%) 2024-02-15T18:20:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.818020+0000 mon.smithi026 (mon.0) 539 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.897493+0000 mon.smithi026 (mon.0) 540 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.898452+0000 mon.smithi026 (mon.0) 541 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.899308+0000 mon.smithi026 (mon.0) 542 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.903547+0000 mon.smithi026 (mon.0) 543 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:29.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.909394+0000 mon.smithi026 (mon.0) 544 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:29.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.912762+0000 mon.smithi026 (mon.0) 545 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:29.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.915194+0000 mon.smithi026 (mon.0) 546 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:29.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.916545+0000 mon.smithi026 (mon.0) 547 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:29.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.917909+0000 mon.smithi026 (mon.0) 548 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:29.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.919366+0000 mon.smithi026 (mon.0) 549 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:20:29.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:29.073220+0000 mon.smithi158 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.158:6816/3407016004,v1:172.21.15.158:6817/3407016004]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:20:29.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:29.073645+0000 mon.smithi026 (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-15T18:20:30.399 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:20:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:20:29.925+0000 7fa12ed92700 -1 osd.6 98 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:20:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:28.919523+0000 mgr.smithi026.gdpjol (mgr.14760) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:20:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:28.920330+0000 mgr.smithi026.gdpjol (mgr.14760) 219 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:20:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:29.912472+0000 mon.smithi026 (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T18:20:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:29.912539+0000 mon.smithi026 (mon.0) 552 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-15T18:20:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:29.915013+0000 mon.smithi158 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.158:6816/3407016004,v1:172.21.15.158:6817/3407016004]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:30.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:29.915469+0000 mon.smithi026 (mon.0) 553 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:30.530 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:30.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:28.919523+0000 mgr.smithi026.gdpjol (mgr.14760) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:20:30.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:28.920330+0000 mgr.smithi026.gdpjol (mgr.14760) 219 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-15T18:20:30.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:29.912472+0000 mon.smithi026 (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-15T18:20:30.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:29.912539+0000 mon.smithi026 (mon.0) 552 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-15T18:20:30.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:29.915013+0000 mon.smithi158 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.158:6816/3407016004,v1:172.21.15.158:6817/3407016004]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:30.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:29.915469+0000 mon.smithi026 (mon.0) 553 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:29.699015+0000 mgr.smithi026.gdpjol (mgr.14760) 220 : cluster [DBG] pgmap v163: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 233 B/s wr, 0 op/s; 158/1377 objects degraded (11.474%) 2024-02-15T18:20:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:30.910147+0000 mon.smithi026 (mon.0) 554 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:20:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:30.914277+0000 mon.smithi026 (mon.0) 555 : cluster [INF] osd.6 [v2:172.21.15.158:6816/3407016004,v1:172.21.15.158:6817/3407016004] boot 2024-02-15T18:20:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:30.914326+0000 mon.smithi026 (mon.0) 556 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-15T18:20:31.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:30.914516+0000 mon.smithi026 (mon.0) 557 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:20:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:29.699015+0000 mgr.smithi026.gdpjol (mgr.14760) 220 : cluster [DBG] pgmap v163: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 309 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 233 B/s wr, 0 op/s; 158/1377 objects degraded (11.474%) 2024-02-15T18:20:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:30.910147+0000 mon.smithi026 (mon.0) 554 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:20:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:30.914277+0000 mon.smithi026 (mon.0) 555 : cluster [INF] osd.6 [v2:172.21.15.158:6816/3407016004,v1:172.21.15.158:6817/3407016004] boot 2024-02-15T18:20:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:30.914326+0000 mon.smithi026 (mon.0) 556 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-15T18:20:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:30.914516+0000 mon.smithi026 (mon.0) 557 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-15T18:20:32.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:31.454107+0000 mon.smithi026 (mon.0) 558 : cluster [WRN] Health check update: Degraded data redundancy: 158/1377 objects degraded (11.474%), 25 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:32.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:31.915990+0000 mon.smithi026 (mon.0) 559 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-15T18:20:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:31.454107+0000 mon.smithi026 (mon.0) 558 : cluster [WRN] Health check update: Degraded data redundancy: 158/1377 objects degraded (11.474%), 25 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:32.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:31.915990+0000 mon.smithi026 (mon.0) 559 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-15T18:20:33.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:31.699589+0000 mgr.smithi026.gdpjol (mgr.14760) 221 : cluster [DBG] pgmap v166: 129 pgs: 6 peering, 21 active+undersized+degraded, 16 active+undersized, 86 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 128/1377 objects degraded (9.296%) 2024-02-15T18:20:33.510 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:31.699589+0000 mgr.smithi026.gdpjol (mgr.14760) 221 : cluster [DBG] pgmap v166: 129 pgs: 6 peering, 21 active+undersized+degraded, 16 active+undersized, 86 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 128/1377 objects degraded (9.296%) 2024-02-15T18:20:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:33.700328+0000 mgr.smithi026.gdpjol (mgr.14760) 222 : cluster [DBG] pgmap v168: 129 pgs: 12 peering, 12 active+undersized+degraded, 8 active+undersized, 97 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 68/1377 objects degraded (4.938%) 2024-02-15T18:20:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:34.014537+0000 mon.smithi026 (mon.0) 560 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:33.700328+0000 mgr.smithi026.gdpjol (mgr.14760) 222 : cluster [DBG] pgmap v168: 129 pgs: 12 peering, 12 active+undersized+degraded, 8 active+undersized, 97 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 68/1377 objects degraded (4.938%) 2024-02-15T18:20:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:34.014537+0000 mon.smithi026 (mon.0) 560 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:35.568 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:36.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:36.014111+0000 mon.smithi026 (mon.0) 561 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/1377 objects degraded (4.938%), 12 pgs degraded) 2024-02-15T18:20:36.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:36.014143+0000 mon.smithi026 (mon.0) 562 : cluster [INF] Cluster is now healthy 2024-02-15T18:20:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:36.014111+0000 mon.smithi026 (mon.0) 561 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/1377 objects degraded (4.938%), 12 pgs degraded) 2024-02-15T18:20:36.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:36.014143+0000 mon.smithi026 (mon.0) 562 : cluster [INF] Cluster is now healthy 2024-02-15T18:20:37.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:35.700916+0000 mgr.smithi026.gdpjol (mgr.14760) 223 : cluster [DBG] pgmap v169: 129 pgs: 12 peering, 1 active+undersized, 116 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-15T18:20:37.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:35.700916+0000 mgr.smithi026.gdpjol (mgr.14760) 223 : cluster [DBG] pgmap v169: 129 pgs: 12 peering, 1 active+undersized, 116 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-15T18:20:39.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:37.701740+0000 mgr.smithi026.gdpjol (mgr.14760) 224 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 262 B/s rd, 131 B/s wr, 0 op/s 2024-02-15T18:20:39.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:37.701740+0000 mgr.smithi026.gdpjol (mgr.14760) 224 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 262 B/s rd, 131 B/s wr, 0 op/s 2024-02-15T18:20:40.610 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:41.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:39.702408+0000 mgr.smithi026.gdpjol (mgr.14760) 225 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 232 B/s rd, 232 B/s wr, 0 op/s 2024-02-15T18:20:41.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:39.702408+0000 mgr.smithi026.gdpjol (mgr.14760) 225 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 232 B/s rd, 232 B/s wr, 0 op/s 2024-02-15T18:20:42.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:41.702924+0000 mgr.smithi026.gdpjol (mgr.14760) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:20:42.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:41.702924+0000 mgr.smithi026.gdpjol (mgr.14760) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:20:45.077 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:43.703613+0000 mgr.smithi026.gdpjol (mgr.14760) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2024-02-15T18:20:45.077 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:43.817392+0000 mon.smithi026 (mon.0) 563 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:45.077 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:43.935851+0000 mon.smithi026 (mon.0) 564 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:20:45.077 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:43.936067+0000 mgr.smithi026.gdpjol (mgr.14760) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:20:45.077 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:43.937211+0000 mgr.smithi026.gdpjol (mgr.14760) 229 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-15T18:20:45.078 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:44.027097+0000 mon.smithi026 (mon.0) 565 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:43.703613+0000 mgr.smithi026.gdpjol (mgr.14760) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2024-02-15T18:20:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:43.817392+0000 mon.smithi026 (mon.0) 563 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:43.935851+0000 mon.smithi026 (mon.0) 564 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:20:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:43.936067+0000 mgr.smithi026.gdpjol (mgr.14760) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-15T18:20:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:43.937211+0000 mgr.smithi026.gdpjol (mgr.14760) 229 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-15T18:20:45.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:44.027097+0000 mon.smithi026 (mon.0) 565 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:45.643 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:46.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:45.505083+0000 mgr.smithi026.gdpjol (mgr.14760) 230 : cephadm [INF] Upgrade: Updating osd.7 2024-02-15T18:20:46.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:45.510015+0000 mon.smithi026 (mon.0) 566 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:46.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:45.510976+0000 mon.smithi026 (mon.0) 567 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T18:20:46.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:45.511724+0000 mon.smithi026 (mon.0) 568 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:46.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:45.513148+0000 mgr.smithi026.gdpjol (mgr.14760) 231 : cephadm [INF] Deploying daemon osd.7 on smithi158 2024-02-15T18:20:46.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:45.704233+0000 mgr.smithi026.gdpjol (mgr.14760) 232 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:46.864 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:45.505083+0000 mgr.smithi026.gdpjol (mgr.14760) 230 : cephadm [INF] Upgrade: Updating osd.7 2024-02-15T18:20:46.864 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:45.510015+0000 mon.smithi026 (mon.0) 566 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:46.864 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:45.510976+0000 mon.smithi026 (mon.0) 567 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-15T18:20:46.864 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:45.511724+0000 mon.smithi026 (mon.0) 568 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:46.864 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:45.513148+0000 mgr.smithi026.gdpjol (mgr.14760) 231 : cephadm [INF] Deploying daemon osd.7 on smithi158 2024-02-15T18:20:46.864 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:45.704233+0000 mgr.smithi026.gdpjol (mgr.14760) 232 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:48.307 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:20:48.603 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:48 smithi158 systemd[1]: Stopping Ceph osd.7 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:20:48.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:47.704933+0000 mgr.smithi026.gdpjol (mgr.14760) 233 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:20:48.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:48.295692+0000 mgr.smithi026.gdpjol (mgr.14760) 234 : audit [DBG] from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:48.899 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.7[50599]: debug 2024-02-15T18:20:48.601+0000 7f1b37b02700 -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-15T18:20:48.900 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.7[50599]: debug 2024-02-15T18:20:48.601+0000 7f1b37b02700 -1 osd.7 103 *** Got signal Terminated *** 2024-02-15T18:20:48.900 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.7[50599]: debug 2024-02-15T18:20:48.601+0000 7f1b37b02700 -1 osd.7 103 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:20:48.910 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:20:48.910 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (11m) 105s ago 13m 19.3M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:20:48.910 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (3m) 105s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:20:48.910 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (3m) 20s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:20:48.911 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (11m) 105s ago 13m 33.3M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:20:48.911 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (7m) 105s ago 7m 16.3M - 16.2.5 6933c2a0b7dd a0145803da64 2024-02-15T18:20:48.911 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (7m) 20s ago 7m 38.6M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:20:48.911 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (4m) 105s ago 15m 436M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:20:48.911 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (4m) 20s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:20:48.911 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (4m) 105s ago 15m 47.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (3m) 20s ago 12m 54.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (5m) 105s ago 5m 78.8M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (5m) 20s ago 5m 79.0M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (13m) 105s ago 13m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (12m) 20s ago 12m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (3m) 105s ago 11m 113M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (2m) 105s ago 11m 98.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (2m) 105s ago 11m 81.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (112s) 105s ago 10m 10.5M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (81s) 20s ago 10m 116M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc db036d752b7c 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (53s) 20s ago 10m 114M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8e76b1298beb 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (24s) 20s ago 9m 10.7M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 4f7a4dab0a63 2024-02-15T18:20:48.912 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (9m) 20s ago 9m 446M 2712M 16.2.5 6933c2a0b7dd 1ba84f2f5706 2024-02-15T18:20:48.913 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (4m) 105s ago 12m 57.9M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:20:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:47.704933+0000 mgr.smithi026.gdpjol (mgr.14760) 233 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:20:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:48.295692+0000 mgr.smithi026.gdpjol (mgr.14760) 234 : audit [DBG] from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:49.263 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:20:49.263 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:20:49.263 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:20:49.263 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:20:49.263 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:20:49.263 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:20:49.263 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 11, 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:20:49.264 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:20:49.398 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:49 smithi158 bash[66565]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.7 2024-02-15T18:20:49.569 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:20:49.569 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:20:49.569 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:20:49.569 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:20:49.569 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:20:49.569 INFO:teuthology.orchestra.run.smithi026.stdout: "crash", 2024-02-15T18:20:49.569 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:20:49.570 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:20:49.570 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:20:49.570 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "13/23 daemons upgraded", 2024-02-15T18:20:49.570 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading osd daemons", 2024-02-15T18:20:49.570 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:20:49.570 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:20:50.013 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:48.600923+0000 mgr.smithi026.gdpjol (mgr.14760) 235 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:50.013 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886012+0000 mon.smithi026 (mon.0) 569 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:20:50.013 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886044+0000 mon.smithi026 (mon.0) 570 : cluster [INF] osd.7 failed (root=default,host=smithi158) (connection refused reported by osd.1) 2024-02-15T18:20:50.013 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886184+0000 mon.smithi026 (mon.0) 571 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886242+0000 mon.smithi026 (mon.0) 572 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886356+0000 mon.smithi026 (mon.0) 573 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886440+0000 mon.smithi026 (mon.0) 574 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886521+0000 mon.smithi026 (mon.0) 575 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886612+0000 mon.smithi026 (mon.0) 576 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886665+0000 mon.smithi026 (mon.0) 577 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886822+0000 mon.smithi026 (mon.0) 578 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.886919+0000 mon.smithi026 (mon.0) 579 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:20:50.014 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.887017+0000 mon.smithi026 (mon.0) 580 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.887118+0000 mon.smithi026 (mon.0) 581 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.887226+0000 mon.smithi026 (mon.0) 582 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:48.887333+0000 mon.smithi026 (mon.0) 583 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:48.901382+0000 mgr.smithi026.gdpjol (mgr.14760) 236 : audit [DBG] from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:49.263716+0000 mon.smithi026 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.26:0/824448729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287041+0000 mon.smithi026 (mon.0) 585 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287176+0000 mon.smithi026 (mon.0) 586 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287310+0000 mon.smithi026 (mon.0) 587 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287383+0000 mon.smithi026 (mon.0) 588 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:20:50.015 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287484+0000 mon.smithi026 (mon.0) 589 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287581+0000 mon.smithi026 (mon.0) 590 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287666+0000 mon.smithi026 (mon.0) 591 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287734+0000 mon.smithi026 (mon.0) 592 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287827+0000 mon.smithi026 (mon.0) 593 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.287924+0000 mon.smithi026 (mon.0) 594 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.288018+0000 mon.smithi026 (mon.0) 595 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.288154+0000 mon.smithi026 (mon.0) 596 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.288278+0000 mon.smithi026 (mon.0) 597 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:20:50.016 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.288409+0000 mon.smithi026 (mon.0) 598 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:20:50.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:48.600923+0000 mgr.smithi026.gdpjol (mgr.14760) 235 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:50.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886012+0000 mon.smithi026 (mon.0) 569 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:20:50.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886044+0000 mon.smithi026 (mon.0) 570 : cluster [INF] osd.7 failed (root=default,host=smithi158) (connection refused reported by osd.1) 2024-02-15T18:20:50.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886184+0000 mon.smithi026 (mon.0) 571 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:20:50.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886242+0000 mon.smithi026 (mon.0) 572 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:20:50.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886356+0000 mon.smithi026 (mon.0) 573 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886440+0000 mon.smithi026 (mon.0) 574 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886521+0000 mon.smithi026 (mon.0) 575 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886612+0000 mon.smithi026 (mon.0) 576 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886665+0000 mon.smithi026 (mon.0) 577 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886822+0000 mon.smithi026 (mon.0) 578 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.886919+0000 mon.smithi026 (mon.0) 579 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.887017+0000 mon.smithi026 (mon.0) 580 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.887118+0000 mon.smithi026 (mon.0) 581 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.887226+0000 mon.smithi026 (mon.0) 582 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:48.887333+0000 mon.smithi026 (mon.0) 583 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:20:50.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:48.901382+0000 mgr.smithi026.gdpjol (mgr.14760) 236 : audit [DBG] from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:49.263716+0000 mon.smithi026 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.26:0/824448729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287041+0000 mon.smithi026 (mon.0) 585 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287176+0000 mon.smithi026 (mon.0) 586 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287310+0000 mon.smithi026 (mon.0) 587 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287383+0000 mon.smithi026 (mon.0) 588 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287484+0000 mon.smithi026 (mon.0) 589 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287581+0000 mon.smithi026 (mon.0) 590 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287666+0000 mon.smithi026 (mon.0) 591 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287734+0000 mon.smithi026 (mon.0) 592 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-15T18:20:50.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287827+0000 mon.smithi026 (mon.0) 593 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-15T18:20:50.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.287924+0000 mon.smithi026 (mon.0) 594 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-15T18:20:50.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.288018+0000 mon.smithi026 (mon.0) 595 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:20:50.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.288154+0000 mon.smithi026 (mon.0) 596 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:20:50.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.288278+0000 mon.smithi026 (mon.0) 597 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-15T18:20:50.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.288409+0000 mon.smithi026 (mon.0) 598 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-15T18:20:50.685 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:51.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:49.569466+0000 mgr.smithi026.gdpjol (mgr.14760) 237 : audit [DBG] from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:51.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.705570+0000 mgr.smithi026.gdpjol (mgr.14760) 238 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:51.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.759533+0000 mon.smithi026 (mon.0) 599 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:20:51.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:49.768061+0000 mon.smithi026 (mon.0) 600 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-15T18:20:51.104 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:49.569466+0000 mgr.smithi026.gdpjol (mgr.14760) 237 : audit [DBG] from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:20:51.104 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.705570+0000 mgr.smithi026.gdpjol (mgr.14760) 238 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:20:51.104 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.759533+0000 mon.smithi026 (mon.0) 599 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-15T18:20:51.104 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:49.768061+0000 mon.smithi026 (mon.0) 600 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-15T18:20:51.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:51 smithi158 systemd[1]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.7.service: Succeeded. 2024-02-15T18:20:51.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:51 smithi158 systemd[1]: Stopped Ceph osd.7 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:20:51.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:51 smithi158 systemd[1]: Starting Ceph osd.7 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:20:51.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:50.769754+0000 mon.smithi026 (mon.0) 601 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-15T18:20:52.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:50.769754+0000 mon.smithi026 (mon.0) 601 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-15T18:20:52.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:52 smithi158 bash[66868]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-15T18:20:52.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:52 smithi158 bash[66868]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-15T18:20:52.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:52 smithi158 bash[66868]: 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-15T18:20:52.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:52 smithi158 bash[66868]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-15T18:20:52.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:52 smithi158 bash[66868]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-15T18:20:52.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:52 smithi158 bash[66868]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-15T18:20:52.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:52 smithi158 bash[66868]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-15T18:20:52.399 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:52 smithi158 bash[66868]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-15T18:20:53.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:51.706126+0000 mgr.smithi026.gdpjol (mgr.14760) 239 : cluster [DBG] pgmap v179: 129 pgs: 6 active+undersized+degraded, 18 peering, 9 stale+active+clean, 3 active+undersized, 93 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 33/1377 objects degraded (2.397%) 2024-02-15T18:20:53.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:52.462659+0000 mon.smithi026 (mon.0) 602 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-15T18:20:53.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:52.462716+0000 mon.smithi026 (mon.0) 603 : cluster [WRN] Health check failed: Degraded data redundancy: 33/1377 objects degraded (2.397%), 6 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:53.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:51.706126+0000 mgr.smithi026.gdpjol (mgr.14760) 239 : cluster [DBG] pgmap v179: 129 pgs: 6 active+undersized+degraded, 18 peering, 9 stale+active+clean, 3 active+undersized, 93 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 33/1377 objects degraded (2.397%) 2024-02-15T18:20:53.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:52.462659+0000 mon.smithi026 (mon.0) 602 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-15T18:20:53.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:52.462716+0000 mon.smithi026 (mon.0) 603 : cluster [WRN] Health check failed: Degraded data redundancy: 33/1377 objects degraded (2.397%), 6 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:53.649 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:20:53.372+0000 7f8db4db6700 1 -- 172.21.15.158:0/2688644021 <== mon.1 v2:172.21.15.158:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d3b0bc6680 con 0x55d3b0b8d000 2024-02-15T18:20:53.649 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:53 smithi158 bash[67132]: ed15be3352d5ce476b9c93e9853d2950a282afbeb6b558fc8ab9cfe6b466a76e 2024-02-15T18:20:53.649 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:53 smithi158 systemd[1]: Started Ceph osd.7 for b4759b10-cc2c-11ee-95ba-87774f69a715. 2024-02-15T18:20:54.149 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:20:53.887+0000 7f8dbc844380 -1 Falling back to public interface 2024-02-15T18:20:54.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:53.502138+0000 mon.smithi026 (mon.0) 604 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:54.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:53.503134+0000 mon.smithi026 (mon.0) 605 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:54.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:53.706917+0000 mgr.smithi026.gdpjol (mgr.14760) 240 : cluster [DBG] pgmap v180: 129 pgs: 25 active+undersized+degraded, 18 peering, 1 stale+active+clean, 9 active+undersized, 76 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-15T18:20:54.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:53.502138+0000 mon.smithi026 (mon.0) 604 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:54.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:53.503134+0000 mon.smithi026 (mon.0) 605 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:54.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:53.706917+0000 mgr.smithi026.gdpjol (mgr.14760) 240 : cluster [DBG] pgmap v180: 129 pgs: 25 active+undersized+degraded, 18 peering, 1 stale+active+clean, 9 active+undersized, 76 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-15T18:20:55.726 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:20:57.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:55.707612+0000 mgr.smithi026.gdpjol (mgr.14760) 241 : cluster [DBG] pgmap v181: 129 pgs: 31 active+undersized+degraded, 10 peering, 15 active+undersized, 73 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 176/1377 objects degraded (12.781%) 2024-02-15T18:20:57.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:55.707612+0000 mgr.smithi026.gdpjol (mgr.14760) 241 : cluster [DBG] pgmap v181: 129 pgs: 31 active+undersized+degraded, 10 peering, 15 active+undersized, 73 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 176/1377 objects degraded (12.781%) 2024-02-15T18:20:58.149 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:20:57.873+0000 7f8dbc844380 -1 osd.7 103 log_to_monitors {default=true} 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.311931+0000 mon.smithi026 (mon.0) 606 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.616515+0000 mon.smithi026 (mon.0) 607 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.617498+0000 mon.smithi026 (mon.0) 608 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.622933+0000 mon.smithi026 (mon.0) 609 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.629220+0000 mon.smithi026 (mon.0) 610 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.632756+0000 mon.smithi026 (mon.0) 611 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.635317+0000 mon.smithi026 (mon.0) 612 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.636776+0000 mon.smithi026 (mon.0) 613 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:58.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.638238+0000 mon.smithi026 (mon.0) 614 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.640234+0000 mon.smithi026 (mon.0) 615 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.644549+0000 mon.smithi026 (mon.0) 616 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.645372+0000 mon.smithi026 (mon.0) 617 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.648520+0000 mon.smithi026 (mon.0) 618 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.649244+0000 mon.smithi026 (mon.0) 619 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.652158+0000 mon.smithi026 (mon.0) 620 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.652876+0000 mon.smithi026 (mon.0) 621 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.655838+0000 mon.smithi026 (mon.0) 622 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.656499+0000 mon.smithi026 (mon.0) 623 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.659370+0000 mon.smithi026 (mon.0) 624 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.660070+0000 mon.smithi026 (mon.0) 625 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.662843+0000 mon.smithi026 (mon.0) 626 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.663482+0000 mon.smithi026 (mon.0) 627 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-15T18:20:58.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.666301+0000 mon.smithi026 (mon.0) 628 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-15T18:20:58.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.667001+0000 mon.smithi026 (mon.0) 629 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-15T18:20:58.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.669905+0000 mon.smithi026 (mon.0) 630 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-15T18:20:58.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.670545+0000 mon.smithi026 (mon.0) 631 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-15T18:20:58.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.673268+0000 mon.smithi026 (mon.0) 632 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-15T18:20:58.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.675145+0000 mon.smithi026 (mon.0) 633 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi026.rykwlo"]}]: dispatch 2024-02-15T18:20:58.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.877578+0000 mon.smithi158 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.158:6824/3148677961,v1:172.21.15.158:6825/3148677961]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:20:58.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:57.877942+0000 mon.smithi026 (mon.0) 634 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.311931+0000 mon.smithi026 (mon.0) 606 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.616515+0000 mon.smithi026 (mon.0) 607 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.617498+0000 mon.smithi026 (mon.0) 608 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.622933+0000 mon.smithi026 (mon.0) 609 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.629220+0000 mon.smithi026 (mon.0) 610 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.632756+0000 mon.smithi026 (mon.0) 611 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.635317+0000 mon.smithi026 (mon.0) 612 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.636776+0000 mon.smithi026 (mon.0) 613 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:58.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.638238+0000 mon.smithi026 (mon.0) 614 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.640234+0000 mon.smithi026 (mon.0) 615 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.644549+0000 mon.smithi026 (mon.0) 616 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.645372+0000 mon.smithi026 (mon.0) 617 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.648520+0000 mon.smithi026 (mon.0) 618 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.649244+0000 mon.smithi026 (mon.0) 619 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.652158+0000 mon.smithi026 (mon.0) 620 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.652876+0000 mon.smithi026 (mon.0) 621 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.655838+0000 mon.smithi026 (mon.0) 622 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.656499+0000 mon.smithi026 (mon.0) 623 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.659370+0000 mon.smithi026 (mon.0) 624 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.660070+0000 mon.smithi026 (mon.0) 625 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.662843+0000 mon.smithi026 (mon.0) 626 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.663482+0000 mon.smithi026 (mon.0) 627 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-15T18:20:58.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.666301+0000 mon.smithi026 (mon.0) 628 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-15T18:20:58.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.667001+0000 mon.smithi026 (mon.0) 629 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-15T18:20:58.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.669905+0000 mon.smithi026 (mon.0) 630 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-15T18:20:58.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.670545+0000 mon.smithi026 (mon.0) 631 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-15T18:20:58.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.673268+0000 mon.smithi026 (mon.0) 632 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-15T18:20:58.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.675145+0000 mon.smithi026 (mon.0) 633 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi026.rykwlo"]}]: dispatch 2024-02-15T18:20:58.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.877578+0000 mon.smithi158 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.158:6824/3148677961,v1:172.21.15.158:6825/3148677961]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:20:58.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:57.877942+0000 mon.smithi026 (mon.0) 634 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-15T18:20:59.148 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:20:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:20:58.692+0000 7f8dadd2b700 -1 osd.7 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:57.640907+0000 mgr.smithi026.gdpjol (mgr.14760) 242 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:57.675711+0000 mgr.smithi026.gdpjol (mgr.14760) 243 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi026.rykwlo 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:57.708254+0000 mgr.smithi026.gdpjol (mgr.14760) 244 : cluster [DBG] pgmap v182: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 212/1377 objects degraded (15.396%) 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:58.671284+0000 mon.smithi026 (mon.0) 635 : cluster [WRN] Health check update: Degraded data redundancy: 212/1377 objects degraded (15.396%), 36 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:58.671309+0000 mon.smithi026 (mon.0) 636 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:58.676841+0000 mon.smithi026 (mon.0) 637 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:58.676896+0000 mon.smithi026 (mon.0) 638 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:58.678423+0000 mon.smithi158 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.158:6824/3148677961,v1:172.21.15.158:6825/3148677961]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:58.678798+0000 mon.smithi026 (mon.0) 639 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:59.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:20:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:58.818124+0000 mon.smithi026 (mon.0) 640 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:20:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:57.640907+0000 mgr.smithi026.gdpjol (mgr.14760) 242 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-15T18:20:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:57.675711+0000 mgr.smithi026.gdpjol (mgr.14760) 243 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi026.rykwlo 2024-02-15T18:20:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:57.708254+0000 mgr.smithi026.gdpjol (mgr.14760) 244 : cluster [DBG] pgmap v182: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 212/1377 objects degraded (15.396%) 2024-02-15T18:20:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:58.671284+0000 mon.smithi026 (mon.0) 635 : cluster [WRN] Health check update: Degraded data redundancy: 212/1377 objects degraded (15.396%), 36 pgs degraded (PG_DEGRADED) 2024-02-15T18:20:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:58.671309+0000 mon.smithi026 (mon.0) 636 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-15T18:20:59.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:58.676841+0000 mon.smithi026 (mon.0) 637 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-15T18:20:59.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:58.676896+0000 mon.smithi026 (mon.0) 638 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-15T18:20:59.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:58.678423+0000 mon.smithi158 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.158:6824/3148677961,v1:172.21.15.158:6825/3148677961]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:59.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:58.678798+0000 mon.smithi026 (mon.0) 639 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2024-02-15T18:20:59.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:20:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:58.818124+0000 mon.smithi026 (mon.0) 640 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:00.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:59.307482+0000 mgr.smithi026.gdpjol (mgr.14760) 245 : cephadm [INF] Upgrade: Updating mds.foofs.smithi026.rykwlo 2024-02-15T18:21:00.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:59.311305+0000 mon.smithi026 (mon.0) 641 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:00.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:59.312323+0000 mon.smithi026 (mon.0) 642 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.rykwlo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:21:00.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:59.315882+0000 mon.smithi026 (mon.0) 643 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:00.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:20:59.316541+0000 mgr.smithi026.gdpjol (mgr.14760) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi026.rykwlo on smithi026 2024-02-15T18:21:00.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:59.675531+0000 mon.smithi026 (mon.0) 644 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:21:00.441 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:59.679211+0000 mon.smithi026 (mon.0) 645 : cluster [INF] osd.7 [v2:172.21.15.158:6824/3148677961,v1:172.21.15.158:6825/3148677961] boot 2024-02-15T18:21:00.441 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:59.679257+0000 mon.smithi026 (mon.0) 646 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-15T18:21:00.441 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:20:59.679512+0000 mon.smithi026 (mon.0) 647 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:59.307482+0000 mgr.smithi026.gdpjol (mgr.14760) 245 : cephadm [INF] Upgrade: Updating mds.foofs.smithi026.rykwlo 2024-02-15T18:21:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:59.311305+0000 mon.smithi026 (mon.0) 641 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:59.312323+0000 mon.smithi026 (mon.0) 642 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.rykwlo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:21:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:59.315882+0000 mon.smithi026 (mon.0) 643 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:20:59.316541+0000 mgr.smithi026.gdpjol (mgr.14760) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi026.rykwlo on smithi026 2024-02-15T18:21:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:59.675531+0000 mon.smithi026 (mon.0) 644 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-15T18:21:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:59.679211+0000 mon.smithi026 (mon.0) 645 : cluster [INF] osd.7 [v2:172.21.15.158:6824/3148677961,v1:172.21.15.158:6825/3148677961] boot 2024-02-15T18:21:00.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:59.679257+0000 mon.smithi026 (mon.0) 646 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-15T18:21:00.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:20:59.679512+0000 mon.smithi026 (mon.0) 647 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-15T18:21:00.766 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:21:01.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:20:59.708700+0000 mgr.smithi026.gdpjol (mgr.14760) 247 : cluster [DBG] pgmap v185: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 212/1377 objects degraded (15.396%) 2024-02-15T18:21:01.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:00.682586+0000 mon.smithi026 (mon.0) 648 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-15T18:21:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:20:59.708700+0000 mgr.smithi026.gdpjol (mgr.14760) 247 : cluster [DBG] pgmap v185: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 212/1377 objects degraded (15.396%) 2024-02-15T18:21:01.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:00.682586+0000 mon.smithi026 (mon.0) 648 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-15T18:21:02.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:01.351760+0000 mon.smithi026 (mon.0) 649 : cluster [WRN] daemon mds.foofs.smithi026.rykwlo compat changed unexpectedly 2024-02-15T18:21:02.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:01.364469+0000 mon.smithi026 (mon.0) 650 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-15T18:21:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:01.351760+0000 mon.smithi026 (mon.0) 649 : cluster [WRN] daemon mds.foofs.smithi026.rykwlo compat changed unexpectedly 2024-02-15T18:21:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:01.364469+0000 mon.smithi026 (mon.0) 650 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-15T18:21:03.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:01.709299+0000 mgr.smithi026.gdpjol (mgr.14760) 248 : cluster [DBG] pgmap v188: 129 pgs: 7 activating, 6 peering, 25 active+undersized+degraded, 11 active+undersized, 80 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1377 objects degraded (11.111%) 2024-02-15T18:21:03.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:02.319984+0000 mon.smithi026 (mon.0) 651 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T18:21:03.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:02.326288+0000 mon.smithi026 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 2024-02-15T18:21:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:01.709299+0000 mgr.smithi026.gdpjol (mgr.14760) 248 : cluster [DBG] pgmap v188: 129 pgs: 7 activating, 6 peering, 25 active+undersized+degraded, 11 active+undersized, 80 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1377 objects degraded (11.111%) 2024-02-15T18:21:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:02.319984+0000 mon.smithi026 (mon.0) 651 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T18:21:03.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:02.326288+0000 mon.smithi026 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 2024-02-15T18:21:05.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:03.709987+0000 mgr.smithi026.gdpjol (mgr.14760) 249 : cluster [DBG] pgmap v189: 129 pgs: 7 activating, 6 peering, 1 active+undersized+degraded, 2 active+undersized, 113 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 203 B/s wr, 0 op/s; 6/1377 objects degraded (0.436%) 2024-02-15T18:21:05.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:04.051204+0000 mon.smithi026 (mon.0) 653 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:05.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:05 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:04.322663+0000 mon.smithi026 (mon.0) 654 : cluster [WRN] Health check update: Degraded data redundancy: 6/1377 objects degraded (0.436%), 1 pg degraded (PG_DEGRADED) 2024-02-15T18:21:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:03.709987+0000 mgr.smithi026.gdpjol (mgr.14760) 249 : cluster [DBG] pgmap v189: 129 pgs: 7 activating, 6 peering, 1 active+undersized+degraded, 2 active+undersized, 113 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 203 B/s wr, 0 op/s; 6/1377 objects degraded (0.436%) 2024-02-15T18:21:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:04.051204+0000 mon.smithi026 (mon.0) 653 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:05.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:04.322663+0000 mon.smithi026 (mon.0) 654 : cluster [WRN] Health check update: Degraded data redundancy: 6/1377 objects degraded (0.436%), 1 pg degraded (PG_DEGRADED) 2024-02-15T18:21:05.808 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:21:06.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:06.050707+0000 mon.smithi026 (mon.0) 655 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/1377 objects degraded (0.436%), 1 pg degraded) 2024-02-15T18:21:06.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:06.050707+0000 mon.smithi026 (mon.0) 655 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/1377 objects degraded (0.436%), 1 pg degraded) 2024-02-15T18:21:07.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:05.710393+0000 mgr.smithi026.gdpjol (mgr.14760) 250 : cluster [DBG] pgmap v190: 129 pgs: 7 activating, 122 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 169 B/s wr, 0 op/s 2024-02-15T18:21:07.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:06.352255+0000 mon.smithi026 (mon.0) 656 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:07.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:06.353038+0000 mon.smithi026 (mon.0) 657 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:07.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:07.102987+0000 mon.smithi026 (mon.0) 658 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T18:21:07.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:07.103044+0000 mon.smithi026 (mon.0) 659 : cluster [INF] Cluster is now healthy 2024-02-15T18:21:07.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:07.106615+0000 mon.smithi026 (mon.0) 660 : cluster [DBG] mds.? [v2:172.21.15.26:6834/2238334115,v1:172.21.15.26:6835/2238334115] up:boot 2024-02-15T18:21:07.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:07.106677+0000 mon.smithi026 (mon.0) 661 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:21:07.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:07.106775+0000 mon.smithi026 (mon.0) 662 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:21:07.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:05.710393+0000 mgr.smithi026.gdpjol (mgr.14760) 250 : cluster [DBG] pgmap v190: 129 pgs: 7 activating, 122 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 169 B/s wr, 0 op/s 2024-02-15T18:21:07.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:06.352255+0000 mon.smithi026 (mon.0) 656 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:07.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:06.353038+0000 mon.smithi026 (mon.0) 657 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:07.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:07.102987+0000 mon.smithi026 (mon.0) 658 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T18:21:07.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:07.103044+0000 mon.smithi026 (mon.0) 659 : cluster [INF] Cluster is now healthy 2024-02-15T18:21:07.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:07.106615+0000 mon.smithi026 (mon.0) 660 : cluster [DBG] mds.? [v2:172.21.15.26:6834/2238334115,v1:172.21.15.26:6835/2238334115] up:boot 2024-02-15T18:21:07.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:07.106677+0000 mon.smithi026 (mon.0) 661 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi158.wdmeny=up:active} 1 up:standby 2024-02-15T18:21:07.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:07 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:07.106775+0000 mon.smithi026 (mon.0) 662 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:21:09.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:07.710968+0000 mgr.smithi026.gdpjol (mgr.14760) 251 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T18:21:09.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:09 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:07.710968+0000 mgr.smithi026.gdpjol (mgr.14760) 251 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-15T18:21:10.848 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:21:11.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:09.711653+0000 mgr.smithi026.gdpjol (mgr.14760) 252 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 226 B/s wr, 0 op/s 2024-02-15T18:21:11.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:09.711653+0000 mgr.smithi026.gdpjol (mgr.14760) 252 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 226 B/s wr, 0 op/s 2024-02-15T18:21:13.093 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:11.712190+0000 mgr.smithi026.gdpjol (mgr.14760) 253 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2024-02-15T18:21:13.093 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:11.967655+0000 mon.smithi026 (mon.0) 663 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:13.093 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.255196+0000 mon.smithi026 (mon.0) 664 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:13.093 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.255858+0000 mon.smithi026 (mon.0) 665 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.259783+0000 mon.smithi026 (mon.0) 666 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.264337+0000 mon.smithi026 (mon.0) 667 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.267632+0000 mon.smithi026 (mon.0) 668 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.269725+0000 mon.smithi026 (mon.0) 669 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.270792+0000 mon.smithi026 (mon.0) 670 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.271785+0000 mon.smithi026 (mon.0) 671 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.273280+0000 mon.smithi026 (mon.0) 672 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:12.274828+0000 mon.smithi026 (mon.0) 673 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi158.wdmeny"]}]: dispatch 2024-02-15T18:21:13.094 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:12.275277+0000 mgr.smithi026.gdpjol (mgr.14760) 254 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi158.wdmeny 2024-02-15T18:21:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:11.712190+0000 mgr.smithi026.gdpjol (mgr.14760) 253 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2024-02-15T18:21:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:11.967655+0000 mon.smithi026 (mon.0) 663 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.255196+0000 mon.smithi026 (mon.0) 664 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.255858+0000 mon.smithi026 (mon.0) 665 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.259783+0000 mon.smithi026 (mon.0) 666 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.264337+0000 mon.smithi026 (mon.0) 667 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:13.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.267632+0000 mon.smithi026 (mon.0) 668 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.269725+0000 mon.smithi026 (mon.0) 669 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.270792+0000 mon.smithi026 (mon.0) 670 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.271785+0000 mon.smithi026 (mon.0) 671 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.273280+0000 mon.smithi026 (mon.0) 672 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:12.274828+0000 mon.smithi026 (mon.0) 673 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi158.wdmeny"]}]: dispatch 2024-02-15T18:21:13.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:12.275277+0000 mgr.smithi026.gdpjol (mgr.14760) 254 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi158.wdmeny 2024-02-15T18:21:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:13.712953+0000 mgr.smithi026.gdpjol (mgr.14760) 255 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:21:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:13.732531+0000 mgr.smithi026.gdpjol (mgr.14760) 256 : cephadm [INF] Upgrade: Updating mds.foofs.smithi158.wdmeny 2024-02-15T18:21:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:13.737132+0000 mon.smithi026 (mon.0) 674 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:13.738103+0000 mon.smithi026 (mon.0) 675 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.wdmeny", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:21:15.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:13.738996+0000 mon.smithi026 (mon.0) 676 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:15.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:13.739714+0000 mgr.smithi026.gdpjol (mgr.14760) 257 : cephadm [INF] Deploying daemon mds.foofs.smithi158.wdmeny on smithi158 2024-02-15T18:21:15.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:13.818750+0000 mon.smithi026 (mon.0) 677 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:15.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:14.063910+0000 mon.smithi026 (mon.0) 678 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:15.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:13.712953+0000 mgr.smithi026.gdpjol (mgr.14760) 255 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-15T18:21:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:13.732531+0000 mgr.smithi026.gdpjol (mgr.14760) 256 : cephadm [INF] Upgrade: Updating mds.foofs.smithi158.wdmeny 2024-02-15T18:21:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:13.737132+0000 mon.smithi026 (mon.0) 674 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:13.738103+0000 mon.smithi026 (mon.0) 675 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi158.wdmeny", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-15T18:21:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:13.738996+0000 mon.smithi026 (mon.0) 676 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:13.739714+0000 mgr.smithi026.gdpjol (mgr.14760) 257 : cephadm [INF] Deploying daemon mds.foofs.smithi158.wdmeny on smithi158 2024-02-15T18:21:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:13.818750+0000 mon.smithi026 (mon.0) 677 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:15.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:14.063910+0000 mon.smithi026 (mon.0) 678 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:15.879 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:21:16.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:21:15.734+0000 7f16ec380700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:21:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.438966+0000 mon.smithi026 (mon.0) 679 : cluster [WRN] daemon mds.foofs.smithi158.wdmeny compat changed unexpectedly 2024-02-15T18:21:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.443395+0000 mon.smithi026 (mon.0) 680 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-15T18:21:16.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.438966+0000 mon.smithi026 (mon.0) 679 : cluster [WRN] daemon mds.foofs.smithi158.wdmeny compat changed unexpectedly 2024-02-15T18:21:16.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.443395+0000 mon.smithi026 (mon.0) 680 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-15T18:21:17.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.713403+0000 mgr.smithi026.gdpjol (mgr.14760) 258 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:21:17.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.736377+0000 mon.smithi026 (mon.0) 681 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-15T18:21:17.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.736407+0000 mon.smithi026 (mon.0) 682 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:21:17.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.742276+0000 mon.smithi026 (mon.0) 683 : cluster [INF] Standby daemon mds.foofs.smithi026.rykwlo assigned to filesystem foofs as rank 0 2024-02-15T18:21:17.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.742386+0000 mon.smithi026 (mon.0) 684 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T18:21:17.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.742410+0000 mon.smithi026 (mon.0) 685 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T18:21:17.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.742592+0000 mon.smithi026 (mon.0) 686 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-15T18:21:17.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:15.745379+0000 mon.smithi026 (mon.0) 687 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi026.rykwlo=up:replay} 2024-02-15T18:21:17.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.713403+0000 mgr.smithi026.gdpjol (mgr.14760) 258 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-15T18:21:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.736377+0000 mon.smithi026 (mon.0) 681 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-15T18:21:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.736407+0000 mon.smithi026 (mon.0) 682 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-15T18:21:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.742276+0000 mon.smithi026 (mon.0) 683 : cluster [INF] Standby daemon mds.foofs.smithi026.rykwlo assigned to filesystem foofs as rank 0 2024-02-15T18:21:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.742386+0000 mon.smithi026 (mon.0) 684 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-15T18:21:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.742410+0000 mon.smithi026 (mon.0) 685 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-15T18:21:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.742592+0000 mon.smithi026 (mon.0) 686 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-15T18:21:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:15.745379+0000 mon.smithi026 (mon.0) 687 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi026.rykwlo=up:replay} 2024-02-15T18:21:18.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:16.745419+0000 mon.smithi026 (mon.0) 688 : cluster [DBG] mds.? [v2:172.21.15.26:6834/2238334115,v1:172.21.15.26:6835/2238334115] up:reconnect 2024-02-15T18:21:18.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:16.745469+0000 mon.smithi026 (mon.0) 689 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi026.rykwlo=up:reconnect} 2024-02-15T18:21:18.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:16.745419+0000 mon.smithi026 (mon.0) 688 : cluster [DBG] mds.? [v2:172.21.15.26:6834/2238334115,v1:172.21.15.26:6835/2238334115] up:reconnect 2024-02-15T18:21:18.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:16.745469+0000 mon.smithi026 (mon.0) 689 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi026.rykwlo=up:reconnect} 2024-02-15T18:21:19.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:17.714069+0000 mgr.smithi026.gdpjol (mgr.14760) 259 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 MiB/s rd, 204 B/s wr, 1 op/s 2024-02-15T18:21:19.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:17.751034+0000 mon.smithi026 (mon.0) 690 : cluster [DBG] mds.? [v2:172.21.15.26:6834/2238334115,v1:172.21.15.26:6835/2238334115] up:rejoin 2024-02-15T18:21:19.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:17.751126+0000 mon.smithi026 (mon.0) 691 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi026.rykwlo=up:rejoin} 2024-02-15T18:21:19.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:17.753455+0000 mon.smithi026 (mon.0) 692 : cluster [INF] daemon mds.foofs.smithi026.rykwlo is now active in filesystem foofs as rank 0 2024-02-15T18:21:19.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:17.714069+0000 mgr.smithi026.gdpjol (mgr.14760) 259 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 MiB/s rd, 204 B/s wr, 1 op/s 2024-02-15T18:21:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:17.751034+0000 mon.smithi026 (mon.0) 690 : cluster [DBG] mds.? [v2:172.21.15.26:6834/2238334115,v1:172.21.15.26:6835/2238334115] up:rejoin 2024-02-15T18:21:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:17.751126+0000 mon.smithi026 (mon.0) 691 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi026.rykwlo=up:rejoin} 2024-02-15T18:21:19.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:17.753455+0000 mon.smithi026 (mon.0) 692 : cluster [INF] daemon mds.foofs.smithi026.rykwlo is now active in filesystem foofs as rank 0 2024-02-15T18:21:19.904 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:21:20.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:18.748891+0000 mon.smithi026 (mon.0) 693 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-15T18:21:20.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:18.752621+0000 mon.smithi026 (mon.0) 694 : cluster [DBG] mds.? [v2:172.21.15.26:6834/2238334115,v1:172.21.15.26:6835/2238334115] up:active 2024-02-15T18:21:20.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:18.752716+0000 mon.smithi026 (mon.0) 695 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi026.rykwlo=up:active} 2024-02-15T18:21:20.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:18.748891+0000 mon.smithi026 (mon.0) 693 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-15T18:21:20.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:18.752621+0000 mon.smithi026 (mon.0) 694 : cluster [DBG] mds.? [v2:172.21.15.26:6834/2238334115,v1:172.21.15.26:6835/2238334115] up:active 2024-02-15T18:21:20.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:18.752716+0000 mon.smithi026 (mon.0) 695 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi026.rykwlo=up:active} 2024-02-15T18:21:20.503 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:21:20.503 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (12m) 8s ago 14m 19.2M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:21:20.503 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (4m) 8s ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:21:20.503 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (4m) 23s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:21:20.503 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (12m) 8s ago 13m 33.6M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:21:20.503 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (14s) 8s ago 8m 11.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5cf0b1df1f98 2024-02-15T18:21:20.503 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (8m) 23s ago 8m 38.6M - 16.2.5 6933c2a0b7dd ba4d2093602a 2024-02-15T18:21:20.503 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (5m) 8s ago 15m 442M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (4m) 23s ago 13m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (4m) 8s ago 16m 53.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (4m) 23s ago 12m 37.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (5m) 8s ago 5m 80.5M - 3.5 6933c2a0b7dd e8a4452c1568 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (5m) 23s ago 5m 81.0M - 3.5 6933c2a0b7dd 5f846615ed7a 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (13m) 8s ago 13m 17.1M - 0.18.1 e5a616e4b9cf 18a28f122e67 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (12m) 23s ago 12m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (3m) 8s ago 12m 117M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (3m) 8s ago 11m 101M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (2m) 8s ago 11m 83.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (2m) 8s ago 11m 110M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (113s) 23s ago 10m 117M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc db036d752b7c 2024-02-15T18:21:20.504 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (84s) 23s ago 10m 114M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8e76b1298beb 2024-02-15T18:21:20.505 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (56s) 23s ago 10m 101M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 4f7a4dab0a63 2024-02-15T18:21:20.505 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (27s) 23s ago 9m 15.2M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc ed15be3352d5 2024-02-15T18:21:20.505 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (5m) 8s ago 13m 61.3M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:21:20.860 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:21:20.860 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:21:20.860 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:21:20.860 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:21:20.860 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:21:20.861 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:21:20.861 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:21:20.861 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:21:20.861 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:21:20.861 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:21:20.861 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:21:20.861 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-15T18:21:20.862 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:21:20.862 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:21:20.862 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 13 2024-02-15T18:21:20.862 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:21:20.862 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:21:20.923 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:21:21.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:19.714605+0000 mgr.smithi026.gdpjol (mgr.14760) 260 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 7 op/s 2024-02-15T18:21:21.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:19.892650+0000 mgr.smithi026.gdpjol (mgr.14760) 261 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:21.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:20.198627+0000 mgr.smithi026.gdpjol (mgr.14760) 262 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:19.714605+0000 mgr.smithi026.gdpjol (mgr.14760) 260 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 7 op/s 2024-02-15T18:21:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:19.892650+0000 mgr.smithi026.gdpjol (mgr.14760) 261 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:21.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:20.198627+0000 mgr.smithi026.gdpjol (mgr.14760) 262 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:21.163 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "osd", 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "crash", 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr" 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "15/23 daemons upgraded", 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading mds daemons", 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:21:21.164 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:21:22.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:20.494400+0000 mgr.smithi026.gdpjol (mgr.14760) 263 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:22.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:20.859049+0000 mon.smithi026 (mon.0) 696 : audit [DBG] from='client.? 172.21.15.26:0/2140188933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:22.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:21.164313+0000 mgr.smithi026.gdpjol (mgr.14760) 264 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:22.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:20.494400+0000 mgr.smithi026.gdpjol (mgr.14760) 263 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:22.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:20.859049+0000 mon.smithi026 (mon.0) 696 : audit [DBG] from='client.? 172.21.15.26:0/2140188933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:22.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:21.164313+0000 mgr.smithi026.gdpjol (mgr.14760) 264 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:22.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:21.715170+0000 mgr.smithi026.gdpjol (mgr.14760) 265 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 9 op/s 2024-02-15T18:21:23.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:21.715170+0000 mgr.smithi026.gdpjol (mgr.14760) 265 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 9 op/s 2024-02-15T18:21:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:23.715824+0000 mgr.smithi026.gdpjol (mgr.14760) 266 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 10 op/s 2024-02-15T18:21:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:24.200891+0000 mon.smithi026 (mon.0) 697 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:24.201849+0000 mon.smithi026 (mon.0) 698 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:24.764084+0000 mon.smithi026 (mon.0) 699 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T18:21:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:24.764163+0000 mon.smithi026 (mon.0) 700 : cluster [INF] Cluster is now healthy 2024-02-15T18:21:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:24.767845+0000 mon.smithi026 (mon.0) 701 : cluster [DBG] mds.? [v2:172.21.15.158:6832/652424778,v1:172.21.15.158:6833/652424778] up:boot 2024-02-15T18:21:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:24.767916+0000 mon.smithi026 (mon.0) 702 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi026.rykwlo=up:active} 1 up:standby 2024-02-15T18:21:25.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:24.768224+0000 mon.smithi026 (mon.0) 703 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:21:25.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:23.715824+0000 mgr.smithi026.gdpjol (mgr.14760) 266 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 10 op/s 2024-02-15T18:21:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:24.200891+0000 mon.smithi026 (mon.0) 697 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:24.201849+0000 mon.smithi026 (mon.0) 698 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:24.764084+0000 mon.smithi026 (mon.0) 699 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-15T18:21:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:24.764163+0000 mon.smithi026 (mon.0) 700 : cluster [INF] Cluster is now healthy 2024-02-15T18:21:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:24.767845+0000 mon.smithi026 (mon.0) 701 : cluster [DBG] mds.? [v2:172.21.15.158:6832/652424778,v1:172.21.15.158:6833/652424778] up:boot 2024-02-15T18:21:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:24.767916+0000 mon.smithi026 (mon.0) 702 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi026.rykwlo=up:active} 1 up:standby 2024-02-15T18:21:25.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:24.768224+0000 mon.smithi026 (mon.0) 703 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:21:25.971 INFO:teuthology.orchestra.run.smithi026.stderr:mount.nfs: mounting smithi026:/fake failed, reason given by server: No such file or directory 2024-02-15T18:21:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:25.716518+0000 mgr.smithi026.gdpjol (mgr.14760) 267 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 7.7 KiB/s wr, 13 op/s 2024-02-15T18:21:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.155385+0000 mon.smithi026 (mon.0) 704 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.156396+0000 mon.smithi026 (mon.0) 705 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.157319+0000 mon.smithi026 (mon.0) 706 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.161763+0000 mon.smithi026 (mon.0) 707 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.168613+0000 mon.smithi026 (mon.0) 708 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.172447+0000 mon.smithi026 (mon.0) 709 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.175188+0000 mon.smithi026 (mon.0) 710 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.176706+0000 mon.smithi026 (mon.0) 711 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.178189+0000 mon.smithi026 (mon.0) 712 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.180143+0000 mon.smithi026 (mon.0) 713 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.182154+0000 mon.smithi026 (mon.0) 714 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.186552+0000 mon.smithi026 (mon.0) 715 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.187377+0000 mon.smithi026 (mon.0) 716 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:21:27.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.190376+0000 mon.smithi026 (mon.0) 717 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi026.rykwlo"}]': finished 2024-02-15T18:21:27.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.191029+0000 mon.smithi026 (mon.0) 718 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:21:27.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.194211+0000 mon.smithi026 (mon.0) 719 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi158.wdmeny"}]': finished 2024-02-15T18:21:27.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.195209+0000 mon.smithi026 (mon.0) 720 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.199939+0000 mon.smithi026 (mon.0) 721 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:27 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.200955+0000 mon.smithi026 (mon.0) 722 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:25.716518+0000 mgr.smithi026.gdpjol (mgr.14760) 267 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 7.7 KiB/s wr, 13 op/s 2024-02-15T18:21:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.155385+0000 mon.smithi026 (mon.0) 704 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.156396+0000 mon.smithi026 (mon.0) 705 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.157319+0000 mon.smithi026 (mon.0) 706 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:27.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.161763+0000 mon.smithi026 (mon.0) 707 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.168613+0000 mon.smithi026 (mon.0) 708 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.172447+0000 mon.smithi026 (mon.0) 709 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.175188+0000 mon.smithi026 (mon.0) 710 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.176706+0000 mon.smithi026 (mon.0) 711 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.178189+0000 mon.smithi026 (mon.0) 712 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.180143+0000 mon.smithi026 (mon.0) 713 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.182154+0000 mon.smithi026 (mon.0) 714 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.186552+0000 mon.smithi026 (mon.0) 715 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.187377+0000 mon.smithi026 (mon.0) 716 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi026.rykwlo"}]: dispatch 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.190376+0000 mon.smithi026 (mon.0) 717 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi026.rykwlo"}]': finished 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.191029+0000 mon.smithi026 (mon.0) 718 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi158.wdmeny"}]: dispatch 2024-02-15T18:21:27.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.194211+0000 mon.smithi026 (mon.0) 719 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi158.wdmeny"}]': finished 2024-02-15T18:21:27.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.195209+0000 mon.smithi026 (mon.0) 720 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:27.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.199939+0000 mon.smithi026 (mon.0) 721 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:27.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.200955+0000 mon.smithi026 (mon.0) 722 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:27.182842+0000 mgr.smithi026.gdpjol (mgr.14760) 268 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-15T18:21:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:27.195844+0000 mgr.smithi026.gdpjol (mgr.14760) 269 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-15T18:21:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:27.201590+0000 mgr.smithi026.gdpjol (mgr.14760) 270 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-15T18:21:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.208860+0000 mon.smithi026 (mon.0) 723 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.209873+0000 mon.smithi026 (mon.0) 724 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.210913+0000 mon.smithi026 (mon.0) 725 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:27.211459+0000 mgr.smithi026.gdpjol (mgr.14760) 271 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-15T18:21:28.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:27.214785+0000 mon.smithi026 (mon.0) 726 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:28.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:27.182842+0000 mgr.smithi026.gdpjol (mgr.14760) 268 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-15T18:21:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:27.195844+0000 mgr.smithi026.gdpjol (mgr.14760) 269 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-15T18:21:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:27.201590+0000 mgr.smithi026.gdpjol (mgr.14760) 270 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-15T18:21:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.208860+0000 mon.smithi026 (mon.0) 723 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.209873+0000 mon.smithi026 (mon.0) 724 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.210913+0000 mon.smithi026 (mon.0) 725 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:27.211459+0000 mgr.smithi026.gdpjol (mgr.14760) 271 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-15T18:21:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:27.214785+0000 mon.smithi026 (mon.0) 726 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:29.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:27.717089+0000 mgr.smithi026.gdpjol (mgr.14760) 272 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.6 KiB/s wr, 11 op/s 2024-02-15T18:21:29.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.650449+0000 mon.smithi026 (mon.0) 727 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:29.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.651362+0000 mon.smithi026 (mon.0) 728 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:21:29.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.652161+0000 mon.smithi026 (mon.0) 729 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:21:29.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.655105+0000 mon.smithi026 (mon.0) 730 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:21:29.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.656618+0000 mon.smithi026 (mon.0) 731 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:29.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.698636+0000 mon.smithi026 (mon.0) 732 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:21:29.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.702221+0000 mon.smithi026 (mon.0) 733 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:21:29.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.748942+0000 mon.smithi026 (mon.0) 734 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:21:29.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:28.755229+0000 mon.smithi026 (mon.0) 735 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:27.717089+0000 mgr.smithi026.gdpjol (mgr.14760) 272 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.6 KiB/s wr, 11 op/s 2024-02-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.650449+0000 mon.smithi026 (mon.0) 727 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.651362+0000 mon.smithi026 (mon.0) 728 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.652161+0000 mon.smithi026 (mon.0) 729 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.655105+0000 mon.smithi026 (mon.0) 730 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.656618+0000 mon.smithi026 (mon.0) 731 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.698636+0000 mon.smithi026 (mon.0) 732 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.702221+0000 mon.smithi026 (mon.0) 733 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.748942+0000 mon.smithi026 (mon.0) 734 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.ilnpwf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:21:29.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:28.755229+0000 mon.smithi026 (mon.0) 735 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:30.521 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:28.645616+0000 mgr.smithi026.gdpjol (mgr.14760) 273 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi026.ilnpwf (1/2) 2024-02-15T18:21:30.521 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:28.651124+0000 mgr.smithi026.gdpjol (mgr.14760) 274 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi026.ilnpwf 2024-02-15T18:21:30.521 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:28.651959+0000 mgr.smithi026.gdpjol (mgr.14760) 275 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:21:30.521 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:28.748423+0000 mgr.smithi026.gdpjol (mgr.14760) 276 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:21:30.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:28.748544+0000 mgr.smithi026.gdpjol (mgr.14760) 277 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi026.ilnpwf-rgw 2024-02-15T18:21:30.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:28.756038+0000 mgr.smithi026.gdpjol (mgr.14760) 278 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi026.ilnpwf on smithi026 2024-02-15T18:21:30.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:28.645616+0000 mgr.smithi026.gdpjol (mgr.14760) 273 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi026.ilnpwf (1/2) 2024-02-15T18:21:30.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:28.651124+0000 mgr.smithi026.gdpjol (mgr.14760) 274 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi026.ilnpwf 2024-02-15T18:21:30.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:28.651959+0000 mgr.smithi026.gdpjol (mgr.14760) 275 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-15T18:21:30.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:28.748423+0000 mgr.smithi026.gdpjol (mgr.14760) 276 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:21:30.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:28.748544+0000 mgr.smithi026.gdpjol (mgr.14760) 277 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi026.ilnpwf-rgw 2024-02-15T18:21:30.530 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:28.756038+0000 mgr.smithi026.gdpjol (mgr.14760) 278 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi026.ilnpwf on smithi026 2024-02-15T18:21:31.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:29.717788+0000 mgr.smithi026.gdpjol (mgr.14760) 279 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 6.7 KiB/s wr, 10 op/s 2024-02-15T18:21:31.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:29.717788+0000 mgr.smithi026.gdpjol (mgr.14760) 279 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 6.7 KiB/s wr, 10 op/s 2024-02-15T18:21:33.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:31.718474+0000 mgr.smithi026.gdpjol (mgr.14760) 280 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 6.6 KiB/s wr, 6 op/s 2024-02-15T18:21:33.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:32.276286+0000 mon.smithi026 (mon.0) 736 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:33.595 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:31.718474+0000 mgr.smithi026.gdpjol (mgr.14760) 280 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 6.6 KiB/s wr, 6 op/s 2024-02-15T18:21:33.595 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:32.276286+0000 mon.smithi026 (mon.0) 736 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:33.719183+0000 mgr.smithi026.gdpjol (mgr.14760) 281 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 6.9 KiB/s wr, 5 op/s 2024-02-15T18:21:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:34.048452+0000 mgr.smithi026.gdpjol (mgr.14760) 282 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi158.zgcgyn (2/2) 2024-02-15T18:21:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.053459+0000 mon.smithi026 (mon.0) 737 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:34.054292+0000 mgr.smithi026.gdpjol (mgr.14760) 283 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi158.zgcgyn 2024-02-15T18:21:35.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.054600+0000 mon.smithi026 (mon.0) 738 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:34.055329+0000 mgr.smithi026.gdpjol (mgr.14760) 284 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.055610+0000 mon.smithi026 (mon.0) 739 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.058741+0000 mon.smithi026 (mon.0) 740 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.060073+0000 mon.smithi026 (mon.0) 741 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.105812+0000 mon.smithi026 (mon.0) 742 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.109164+0000 mon.smithi026 (mon.0) 743 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:34.156927+0000 mgr.smithi026.gdpjol (mgr.14760) 285 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:34.157055+0000 mgr.smithi026.gdpjol (mgr.14760) 286 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi158.zgcgyn-rgw 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.157467+0000 mon.smithi026 (mon.0) 744 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:34.158716+0000 mon.smithi026 (mon.0) 745 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:35.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:34.159521+0000 mgr.smithi026.gdpjol (mgr.14760) 287 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi158.zgcgyn on smithi158 2024-02-15T18:21:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:33.719183+0000 mgr.smithi026.gdpjol (mgr.14760) 281 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 6.9 KiB/s wr, 5 op/s 2024-02-15T18:21:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:34.048452+0000 mgr.smithi026.gdpjol (mgr.14760) 282 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi158.zgcgyn (2/2) 2024-02-15T18:21:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.053459+0000 mon.smithi026 (mon.0) 737 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:34.054292+0000 mgr.smithi026.gdpjol (mgr.14760) 283 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi158.zgcgyn 2024-02-15T18:21:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.054600+0000 mon.smithi026 (mon.0) 738 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-15T18:21:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:34.055329+0000 mgr.smithi026.gdpjol (mgr.14760) 284 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-15T18:21:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.055610+0000 mon.smithi026 (mon.0) 739 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:21:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.058741+0000 mon.smithi026 (mon.0) 740 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 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-15T18:21:35.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.060073+0000 mon.smithi026 (mon.0) 741 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:35.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.105812+0000 mon.smithi026 (mon.0) 742 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-15T18:21:35.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.109164+0000 mon.smithi026 (mon.0) 743 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-15T18:21:35.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:34.156927+0000 mgr.smithi026.gdpjol (mgr.14760) 285 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-15T18:21:35.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:34.157055+0000 mgr.smithi026.gdpjol (mgr.14760) 286 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi158.zgcgyn-rgw 2024-02-15T18:21:35.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.157467+0000 mon.smithi026 (mon.0) 744 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi158.zgcgyn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-15T18:21:35.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:34.158716+0000 mon.smithi026 (mon.0) 745 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:35.400 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:34.159521+0000 mgr.smithi026.gdpjol (mgr.14760) 287 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi158.zgcgyn on smithi158 2024-02-15T18:21:37.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:35.720047+0000 mgr.smithi026.gdpjol (mgr.14760) 288 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 7.9 KiB/s wr, 5 op/s 2024-02-15T18:21:37.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:35.720047+0000 mgr.smithi026.gdpjol (mgr.14760) 288 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 7.9 KiB/s wr, 5 op/s 2024-02-15T18:21:38.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:37.629553+0000 mon.smithi026 (mon.0) 746 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:38.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:37.630608+0000 mon.smithi026 (mon.0) 747 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:38.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:37.720595+0000 mgr.smithi026.gdpjol (mgr.14760) 289 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-15T18:21:39.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:37.629553+0000 mon.smithi026 (mon.0) 746 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:39.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:37.630608+0000 mon.smithi026 (mon.0) 747 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:39.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:37.720595+0000 mgr.smithi026.gdpjol (mgr.14760) 289 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-15T18:21:40.568 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-15T18:21:40.601 INFO:teuthology.orchestra.run.smithi026.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-15T18:21:40.601 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:21:40.601 INFO:teuthology.orchestra.run.smithi026.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-15T18:21:40.602 INFO:teuthology.orchestra.run.smithi026.stdout:0 of 5 processes prepared for launch 0 sec 2024-02-15T18:21:40.702 INFO:teuthology.orchestra.run.smithi026.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-15T18:21:40.702 INFO:teuthology.orchestra.run.smithi026.stdout:releasing clients 2024-02-15T18:21:40.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:39.721108+0000 mgr.smithi026.gdpjol (mgr.14760) 290 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-15T18:21:41.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:39.721108+0000 mgr.smithi026.gdpjol (mgr.14760) 290 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-15T18:21:42.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:40.783165+0000 mon.smithi026 (mon.0) 748 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:42.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:40.783165+0000 mon.smithi026 (mon.0) 748 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:42.702 INFO:teuthology.orchestra.run.smithi026.stdout: 5 446 31.47 MB/sec execute 1 sec latency 24.465 ms 2024-02-15T18:21:43.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:41.721681+0000 mgr.smithi026.gdpjol (mgr.14760) 291 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 645 KiB/s wr, 9 op/s 2024-02-15T18:21:43.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:41.721681+0000 mgr.smithi026.gdpjol (mgr.14760) 291 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 317 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 645 KiB/s wr, 9 op/s 2024-02-15T18:21:43.702 INFO:teuthology.orchestra.run.smithi026.stdout: 5 936 30.96 MB/sec execute 2 sec latency 40.894 ms 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.527371+0000 mon.smithi026 (mon.0) 749 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.528487+0000 mon.smithi026 (mon.0) 750 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.530398+0000 mon.smithi026 (mon.0) 751 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.537990+0000 mon.smithi026 (mon.0) 752 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.545122+0000 mon.smithi026 (mon.0) 753 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.550141+0000 mon.smithi026 (mon.0) 754 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.554600+0000 mon.smithi026 (mon.0) 755 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.556451+0000 mon.smithi026 (mon.0) 756 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.557903+0000 mon.smithi026 (mon.0) 757 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.560584+0000 mon.smithi026 (mon.0) 758 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.563168+0000 mon.smithi026 (mon.0) 759 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.564636+0000 mon.smithi026 (mon.0) 760 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.566253+0000 mon.smithi026 (mon.0) 761 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.567694+0000 mon.smithi026 (mon.0) 762 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.569149+0000 mon.smithi026 (mon.0) 763 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.570952+0000 mon.smithi026 (mon.0) 764 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:43.571695+0000 mgr.smithi026.gdpjol (mgr.14760) 292 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.577522+0000 mon.smithi026 (mon.0) 765 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.579192+0000 mon.smithi026 (mon.0) 766 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi026.ilnpwf"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.583486+0000 mon.smithi026 (mon.0) 767 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi026.ilnpwf"}]': finished 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.584521+0000 mon.smithi026 (mon.0) 768 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi158.zgcgyn"}]: dispatch 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:43.588984+0000 mon.smithi026 (mon.0) 769 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi158.zgcgyn"}]': finished 2024-02-15T18:21:44.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:43.722239+0000 mgr.smithi026.gdpjol (mgr.14760) 293 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 27 KiB/s rd, 4.2 MiB/s wr, 52 op/s 2024-02-15T18:21:44.703 INFO:teuthology.orchestra.run.smithi026.stdout: 5 1733 28.09 MB/sec execute 3 sec latency 19.484 ms 2024-02-15T18:21:44.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.527371+0000 mon.smithi026 (mon.0) 749 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:44.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.528487+0000 mon.smithi026 (mon.0) 750 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:21:44.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.530398+0000 mon.smithi026 (mon.0) 751 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:21:44.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.537990+0000 mon.smithi026 (mon.0) 752 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:44.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.545122+0000 mon.smithi026 (mon.0) 753 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:44.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.550141+0000 mon.smithi026 (mon.0) 754 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:44.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.554600+0000 mon.smithi026 (mon.0) 755 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.556451+0000 mon.smithi026 (mon.0) 756 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.557903+0000 mon.smithi026 (mon.0) 757 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.560584+0000 mon.smithi026 (mon.0) 758 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.563168+0000 mon.smithi026 (mon.0) 759 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.564636+0000 mon.smithi026 (mon.0) 760 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.566253+0000 mon.smithi026 (mon.0) 761 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.567694+0000 mon.smithi026 (mon.0) 762 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.569149+0000 mon.smithi026 (mon.0) 763 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.570952+0000 mon.smithi026 (mon.0) 764 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:43.571695+0000 mgr.smithi026.gdpjol (mgr.14760) 292 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.577522+0000 mon.smithi026 (mon.0) 765 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.579192+0000 mon.smithi026 (mon.0) 766 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi026.ilnpwf"}]: dispatch 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.583486+0000 mon.smithi026 (mon.0) 767 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi026.ilnpwf"}]': finished 2024-02-15T18:21:44.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.584521+0000 mon.smithi026 (mon.0) 768 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi158.zgcgyn"}]: dispatch 2024-02-15T18:21:44.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:43.588984+0000 mon.smithi026 (mon.0) 769 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi158.zgcgyn"}]': finished 2024-02-15T18:21:44.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:43.722239+0000 mgr.smithi026.gdpjol (mgr.14760) 293 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 27 KiB/s rd, 4.2 MiB/s wr, 52 op/s 2024-02-15T18:21:45.690 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:45.377440+0000 mgr.smithi026.gdpjol (mgr.14760) 294 : cephadm [INF] Upgrade: Updating node-exporter.smithi026 (1/2) 2024-02-15T18:21:45.690 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:45 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:45.377650+0000 mgr.smithi026.gdpjol (mgr.14760) 295 : cephadm [INF] Deploying daemon node-exporter.smithi026 on smithi026 2024-02-15T18:21:45.702 INFO:teuthology.orchestra.run.smithi026.stdout: 5 2767 28.20 MB/sec execute 4 sec latency 14.397 ms 2024-02-15T18:21:45.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:45.377440+0000 mgr.smithi026.gdpjol (mgr.14760) 294 : cephadm [INF] Upgrade: Updating node-exporter.smithi026 (1/2) 2024-02-15T18:21:45.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:45 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:45.377650+0000 mgr.smithi026.gdpjol (mgr.14760) 295 : cephadm [INF] Deploying daemon node-exporter.smithi026 on smithi026 2024-02-15T18:21:46.703 INFO:teuthology.orchestra.run.smithi026.stdout: 5 cleanup 5 sec 2024-02-15T18:21:46.749 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:45.722743+0000 mgr.smithi026.gdpjol (mgr.14760) 296 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 39 KiB/s rd, 5.2 MiB/s wr, 142 op/s 2024-02-15T18:21:46.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:45.722743+0000 mgr.smithi026.gdpjol (mgr.14760) 296 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 39 KiB/s rd, 5.2 MiB/s wr, 142 op/s 2024-02-15T18:21:46.899 INFO:teuthology.orchestra.run.smithi026.stdout: 0 cleanup 5 sec 2024-02-15T18:21:46.899 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:21:46.899 INFO:teuthology.orchestra.run.smithi026.stdout: Operation Count AvgLat MaxLat 2024-02-15T18:21:46.899 INFO:teuthology.orchestra.run.smithi026.stdout: ---------------------------------------- 2024-02-15T18:21:46.899 INFO:teuthology.orchestra.run.smithi026.stdout: NTCreateX 2594 2.912 38.957 2024-02-15T18:21:46.899 INFO:teuthology.orchestra.run.smithi026.stdout: Close 2199 2.462 40.877 2024-02-15T18:21:46.899 INFO:teuthology.orchestra.run.smithi026.stdout: Rename 130 5.100 17.175 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: Unlink 305 2.812 11.082 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: Qpathinfo 2368 1.015 19.009 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: Qfileinfo 720 6.443 31.619 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: Qfsinfo 467 0.616 3.891 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: Sfileinfo 250 5.713 10.455 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: Find 965 0.373 3.508 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: WriteX 2614 0.019 0.066 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: ReadX 4765 0.010 1.283 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: LockX 10 0.508 0.975 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: UnlockX 10 0.431 1.216 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: Flush 215 5.883 20.430 2024-02-15T18:21:46.900 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:21:46.901 INFO:teuthology.orchestra.run.smithi026.stdout:Throughput 28.1953 MB/sec 5 clients 5 procs max_latency=40.894 ms 2024-02-15T18:21:46.902 DEBUG:teuthology.parallel:result is None 2024-02-15T18:21:49.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:47.723345+0000 mgr.smithi026.gdpjol (mgr.14760) 297 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 41 KiB/s rd, 9.7 MiB/s wr, 327 op/s 2024-02-15T18:21:49.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:47.723345+0000 mgr.smithi026.gdpjol (mgr.14760) 297 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 41 KiB/s rd, 9.7 MiB/s wr, 327 op/s 2024-02-15T18:21:51.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:49.723933+0000 mgr.smithi026.gdpjol (mgr.14760) 298 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 44 KiB/s rd, 12 MiB/s wr, 456 op/s 2024-02-15T18:21:51.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:50.272266+0000 mon.smithi026 (mon.0) 770 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:51.504 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:21:51.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:49.723933+0000 mgr.smithi026.gdpjol (mgr.14760) 298 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 44 KiB/s rd, 12 MiB/s wr, 456 op/s 2024-02-15T18:21:51.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:50.272266+0000 mon.smithi026 (mon.0) 770 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (12m) 8s ago 14m 19.2M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (4m) 8s ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (4m) 11s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (12m) 8s ago 14m 33.6M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (46s) 8s ago 8m 26.3M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5cf0b1df1f98 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (28s) 11s ago 8m 11.1M - 16.2.14-521-g0e714d9a 1fbc92c859dc 4ed455096709 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (5m) 8s ago 16m 443M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (5m) 11s ago 13m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:21:52.101 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (5m) 8s ago 16m 54.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (5m) 11s ago 13m 43.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (20s) 8s ago 6m 62.9M - 3.5 1fbc92c859dc 40ca2e6665ab 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (15s) 11s ago 6m 16.5M - 3.5 1fbc92c859dc da6f3912fc82 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 starting - - - - 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (13m) 11s ago 13m 17.0M - 0.18.1 e5a616e4b9cf f82a55ee3cca 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (4m) 8s ago 12m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (3m) 8s ago 12m 106M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (3m) 8s ago 12m 89.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (2m) 8s ago 11m 113M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (2m) 11s ago 11m 120M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc db036d752b7c 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (116s) 11s ago 11m 118M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8e76b1298beb 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (87s) 11s ago 10m 106M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 4f7a4dab0a63 2024-02-15T18:21:52.102 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (59s) 11s ago 10m 134M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc ed15be3352d5 2024-02-15T18:21:52.103 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (5m) 8s ago 13m 68.1M - 2.18.1 de242295e225 a813bb02062f 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:21:52.454 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:21:52.455 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:21:52.455 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:21:52.455 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:21:52.455 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:21:52.455 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:21:52.455 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T18:21:52.455 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:21:52.455 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:21:52.757 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:21:52.757 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:21:52.757 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:21:52.757 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:21:52.757 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:21:52.757 INFO:teuthology.orchestra.run.smithi026.stdout: "nfs", 2024-02-15T18:21:52.757 INFO:teuthology.orchestra.run.smithi026.stdout: "mds", 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout: "osd", 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr", 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout: "crash" 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "18/23 daemons upgraded", 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:21:52.758 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:21:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:51.491144+0000 mgr.smithi026.gdpjol (mgr.14760) 299 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:51.724433+0000 mgr.smithi026.gdpjol (mgr.14760) 300 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 289 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 44 KiB/s rd, 13 MiB/s wr, 486 op/s 2024-02-15T18:21:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:51.794096+0000 mgr.smithi026.gdpjol (mgr.14760) 301 : audit [DBG] from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:51.880723+0000 mgr.smithi026.gdpjol (mgr.14760) 302 : cephadm [INF] Upgrade: Updating node-exporter.smithi158 (2/2) 2024-02-15T18:21:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:21:51.880872+0000 mgr.smithi026.gdpjol (mgr.14760) 303 : cephadm [INF] Deploying daemon node-exporter.smithi158 on smithi158 2024-02-15T18:21:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:52.092133+0000 mgr.smithi026.gdpjol (mgr.14760) 304 : audit [DBG] from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:52.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:52.454527+0000 mon.smithi026 (mon.0) 771 : audit [DBG] from='client.? 172.21.15.26:0/3254151492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:52.837 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:51.491144+0000 mgr.smithi026.gdpjol (mgr.14760) 299 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:52.837 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:51.724433+0000 mgr.smithi026.gdpjol (mgr.14760) 300 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 289 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 44 KiB/s rd, 13 MiB/s wr, 486 op/s 2024-02-15T18:21:52.837 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:51.794096+0000 mgr.smithi026.gdpjol (mgr.14760) 301 : audit [DBG] from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:52.837 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:51.880723+0000 mgr.smithi026.gdpjol (mgr.14760) 302 : cephadm [INF] Upgrade: Updating node-exporter.smithi158 (2/2) 2024-02-15T18:21:52.838 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:21:51.880872+0000 mgr.smithi026.gdpjol (mgr.14760) 303 : cephadm [INF] Deploying daemon node-exporter.smithi158 on smithi158 2024-02-15T18:21:52.838 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:52.092133+0000 mgr.smithi026.gdpjol (mgr.14760) 304 : audit [DBG] from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:52.838 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:52.454527+0000 mon.smithi026 (mon.0) 771 : audit [DBG] from='client.? 172.21.15.26:0/3254151492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:21:53.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:52.757584+0000 mgr.smithi026.gdpjol (mgr.14760) 305 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:53.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:52.757584+0000 mgr.smithi026.gdpjol (mgr.14760) 305 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:21:54.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:53.725212+0000 mgr.smithi026.gdpjol (mgr.14760) 306 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 222 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 40 KiB/s rd, 12 MiB/s wr, 506 op/s 2024-02-15T18:21:54.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:53.725212+0000 mgr.smithi026.gdpjol (mgr.14760) 306 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 222 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 40 KiB/s rd, 12 MiB/s wr, 506 op/s 2024-02-15T18:21:57.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:55.725873+0000 mgr.smithi026.gdpjol (mgr.14760) 307 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 217 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 8.6 MiB/s wr, 463 op/s 2024-02-15T18:21:57.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:55.725873+0000 mgr.smithi026.gdpjol (mgr.14760) 307 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 217 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 8.6 MiB/s wr, 463 op/s 2024-02-15T18:21:58.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:56.848957+0000 mon.smithi026 (mon.0) 772 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:58.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:56.849934+0000 mon.smithi026 (mon.0) 773 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:58.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:56.848957+0000 mon.smithi026 (mon.0) 772 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:21:58.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:56.849934+0000 mon.smithi026 (mon.0) 773 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:21:59.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:21:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:57.726436+0000 mgr.smithi026.gdpjol (mgr.14760) 308 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 7.6 MiB/s wr, 373 op/s 2024-02-15T18:21:59.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:21:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:57.726436+0000 mgr.smithi026.gdpjol (mgr.14760) 308 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 7.6 MiB/s wr, 373 op/s 2024-02-15T18:22:01.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:21:59.727096+0000 mgr.smithi026.gdpjol (mgr.14760) 309 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 204 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.1 MiB/s wr, 189 op/s 2024-02-15T18:22:01.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:21:59.742574+0000 mon.smithi026 (mon.0) 774 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:21:59.727096+0000 mgr.smithi026.gdpjol (mgr.14760) 309 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 204 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.1 MiB/s wr, 189 op/s 2024-02-15T18:22:01.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:21:59.742574+0000 mon.smithi026 (mon.0) 774 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:01.727569+0000 mgr.smithi026.gdpjol (mgr.14760) 310 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 469 KiB/s wr, 56 op/s 2024-02-15T18:22:02.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:01.727569+0000 mgr.smithi026.gdpjol (mgr.14760) 310 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 469 KiB/s wr, 56 op/s 2024-02-15T18:22:03.722 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.510112+0000 mon.smithi026 (mon.0) 775 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:03.722 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.510972+0000 mon.smithi026 (mon.0) 776 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:03.722 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.511702+0000 mon.smithi026 (mon.0) 777 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:03.722 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.515635+0000 mon.smithi026 (mon.0) 778 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.520684+0000 mon.smithi026 (mon.0) 779 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.523616+0000 mon.smithi026 (mon.0) 780 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.525808+0000 mon.smithi026 (mon.0) 781 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.527047+0000 mon.smithi026 (mon.0) 782 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.528242+0000 mon.smithi026 (mon.0) 783 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.529865+0000 mon.smithi026 (mon.0) 784 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.531504+0000 mon.smithi026 (mon.0) 785 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.532494+0000 mon.smithi026 (mon.0) 786 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.533451+0000 mon.smithi026 (mon.0) 787 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.534421+0000 mon.smithi026 (mon.0) 788 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.535360+0000 mon.smithi026 (mon.0) 789 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.536485+0000 mon.smithi026 (mon.0) 790 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:03 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:02.537797+0000 mon.smithi026 (mon.0) 791 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.510112+0000 mon.smithi026 (mon.0) 775 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:03.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.510972+0000 mon.smithi026 (mon.0) 776 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:03.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.511702+0000 mon.smithi026 (mon.0) 777 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:03.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.515635+0000 mon.smithi026 (mon.0) 778 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:03.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.520684+0000 mon.smithi026 (mon.0) 779 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:03.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.523616+0000 mon.smithi026 (mon.0) 780 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.525808+0000 mon.smithi026 (mon.0) 781 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.527047+0000 mon.smithi026 (mon.0) 782 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.528242+0000 mon.smithi026 (mon.0) 783 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.529865+0000 mon.smithi026 (mon.0) 784 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.531504+0000 mon.smithi026 (mon.0) 785 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.532494+0000 mon.smithi026 (mon.0) 786 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.533451+0000 mon.smithi026 (mon.0) 787 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.534421+0000 mon.smithi026 (mon.0) 788 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.535360+0000 mon.smithi026 (mon.0) 789 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.536485+0000 mon.smithi026 (mon.0) 790 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:03.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:02.537797+0000 mon.smithi026 (mon.0) 791 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:04.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:03.728352+0000 mgr.smithi026.gdpjol (mgr.14760) 311 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 7.2 KiB/s wr, 25 op/s 2024-02-15T18:22:04.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:22:04.100045+0000 mgr.smithi026.gdpjol (mgr.14760) 312 : cephadm [INF] Upgrade: Updating prometheus.smithi026 2024-02-15T18:22:04.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:22:04.108639+0000 mgr.smithi026.gdpjol (mgr.14760) 313 : cephadm [INF] Deploying daemon prometheus.smithi026 on smithi026 2024-02-15T18:22:04.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:03.728352+0000 mgr.smithi026.gdpjol (mgr.14760) 311 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 7.2 KiB/s wr, 25 op/s 2024-02-15T18:22:04.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:22:04.100045+0000 mgr.smithi026.gdpjol (mgr.14760) 312 : cephadm [INF] Upgrade: Updating prometheus.smithi026 2024-02-15T18:22:04.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:22:04.108639+0000 mgr.smithi026.gdpjol (mgr.14760) 313 : cephadm [INF] Deploying daemon prometheus.smithi026 on smithi026 2024-02-15T18:22:07.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:05.728905+0000 mgr.smithi026.gdpjol (mgr.14760) 314 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 3.1 KiB/s wr, 2 op/s 2024-02-15T18:22:07.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:05.728905+0000 mgr.smithi026.gdpjol (mgr.14760) 314 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 3.1 KiB/s wr, 2 op/s 2024-02-15T18:22:09.041 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:07.729506+0000 mgr.smithi026.gdpjol (mgr.14760) 315 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.8 KiB/s wr, 2 op/s 2024-02-15T18:22:09.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:07.729506+0000 mgr.smithi026.gdpjol (mgr.14760) 315 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.8 KiB/s wr, 2 op/s 2024-02-15T18:22:10.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:09.354866+0000 mon.smithi026 (mon.0) 792 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:10.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:09.355696+0000 mon.smithi026 (mon.0) 793 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:10.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:09.354866+0000 mon.smithi026 (mon.0) 792 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:10.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:09.355696+0000 mon.smithi026 (mon.0) 793 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:11.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:09.730038+0000 mgr.smithi026.gdpjol (mgr.14760) 316 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 1 op/s 2024-02-15T18:22:11.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:11 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:09.730038+0000 mgr.smithi026.gdpjol (mgr.14760) 316 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 1 op/s 2024-02-15T18:22:12.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:11.730711+0000 mgr.smithi026.gdpjol (mgr.14760) 317 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:22:12.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:11.730711+0000 mgr.smithi026.gdpjol (mgr.14760) 317 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-15T18:22:15.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:13.731294+0000 mgr.smithi026.gdpjol (mgr.14760) 318 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:14.705315+0000 mon.smithi026 (mon.0) 794 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:15.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:13.731294+0000 mgr.smithi026.gdpjol (mgr.14760) 318 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:15.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:14.705315+0000 mon.smithi026 (mon.0) 794 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:14.989643+0000 mon.smithi026 (mon.0) 795 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:14.990341+0000 mon.smithi026 (mon.0) 796 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:14.994460+0000 mon.smithi026 (mon.0) 797 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:16.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:14.999756+0000 mon.smithi026 (mon.0) 798 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.003850+0000 mon.smithi026 (mon.0) 799 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.004204+0000 mgr.smithi026.gdpjol (mgr.14760) 319 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.005683+0000 mon.smithi026 (mon.0) 800 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.007633+0000 mon.smithi026 (mon.0) 801 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.008752+0000 mon.smithi026 (mon.0) 802 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.010047+0000 mon.smithi026 (mon.0) 803 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.011676+0000 mon.smithi026 (mon.0) 804 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.013200+0000 mon.smithi026 (mon.0) 805 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.014254+0000 mon.smithi026 (mon.0) 806 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.015084+0000 mon.smithi026 (mon.0) 807 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.015937+0000 mon.smithi026 (mon.0) 808 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.016765+0000 mon.smithi026 (mon.0) 809 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.017766+0000 mon.smithi026 (mon.0) 810 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.018916+0000 mon.smithi026 (mon.0) 811 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:15.019941+0000 mon.smithi026 (mon.0) 812 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:14.989643+0000 mon.smithi026 (mon.0) 795 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:14.990341+0000 mon.smithi026 (mon.0) 796 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:14.994460+0000 mon.smithi026 (mon.0) 797 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:14.999756+0000 mon.smithi026 (mon.0) 798 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.003850+0000 mon.smithi026 (mon.0) 799 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.004204+0000 mgr.smithi026.gdpjol (mgr.14760) 319 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.005683+0000 mon.smithi026 (mon.0) 800 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.007633+0000 mon.smithi026 (mon.0) 801 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.008752+0000 mon.smithi026 (mon.0) 802 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.010047+0000 mon.smithi026 (mon.0) 803 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.011676+0000 mon.smithi026 (mon.0) 804 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.013200+0000 mon.smithi026 (mon.0) 805 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.014254+0000 mon.smithi026 (mon.0) 806 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.015084+0000 mon.smithi026 (mon.0) 807 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.015937+0000 mon.smithi026 (mon.0) 808 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.016765+0000 mon.smithi026 (mon.0) 809 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.017766+0000 mon.smithi026 (mon.0) 810 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.018916+0000 mon.smithi026 (mon.0) 811 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:16.150 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:15.019941+0000 mon.smithi026 (mon.0) 812 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:17.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:17 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:15.731712+0000 mgr.smithi026.gdpjol (mgr.14760) 320 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:17.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:15.731712+0000 mgr.smithi026.gdpjol (mgr.14760) 320 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:18.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:22:16.570218+0000 mgr.smithi026.gdpjol (mgr.14760) 321 : cephadm [INF] Upgrade: Updating alertmanager.smithi026 2024-02-15T18:22:18.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:22:16.576736+0000 mgr.smithi026.gdpjol (mgr.14760) 322 : cephadm [INF] Deploying daemon alertmanager.smithi026 on smithi026 2024-02-15T18:22:18.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:22:16.570218+0000 mgr.smithi026.gdpjol (mgr.14760) 321 : cephadm [INF] Upgrade: Updating alertmanager.smithi026 2024-02-15T18:22:18.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:22:16.576736+0000 mgr.smithi026.gdpjol (mgr.14760) 322 : cephadm [INF] Deploying daemon alertmanager.smithi026 on smithi026 2024-02-15T18:22:19.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:19 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:17.732248+0000 mgr.smithi026.gdpjol (mgr.14760) 323 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:19.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:17.732248+0000 mgr.smithi026.gdpjol (mgr.14760) 323 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:21.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:21 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:19.732767+0000 mgr.smithi026.gdpjol (mgr.14760) 324 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:21.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:19.732767+0000 mgr.smithi026.gdpjol (mgr.14760) 324 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:22.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:21.733344+0000 mgr.smithi026.gdpjol (mgr.14760) 325 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:22.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:21.733344+0000 mgr.smithi026.gdpjol (mgr.14760) 325 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:23.095 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (13m) 8s ago 15m 19.2M - 0.20.0 0881eb8f169f b8c694f6f116 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (5m) 8s ago 15m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (5m) 23s ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (13m) 8s ago 14m 33.7M - 6.7.4 557c83e11646 bb1db44f7e7f 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (77s) 8s ago 9m 40.1M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5cf0b1df1f98 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (60s) 23s ago 9m 11.2M - 16.2.14-521-g0e714d9a 1fbc92c859dc 4ed455096709 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (6m) 8s ago 16m 444M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (5m) 23s ago 14m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (5m) 8s ago 17m 54.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (5m) 23s ago 14m 46.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (52s) 8s ago 6m 232M - 3.5 1fbc92c859dc 40ca2e6665ab 2024-02-15T18:22:23.703 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (46s) 23s ago 6m 63.8M - 3.5 1fbc92c859dc da6f3912fc82 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (34s) 8s ago 14m 12.9M - 1.3.1 1dbe0e931976 e20b8a5ba241 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (27s) 23s ago 13m 3623k - 1.3.1 1dbe0e931976 e10144e50083 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (5m) 8s ago 13m 141M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (4m) 8s ago 12m 117M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (3m) 8s ago 12m 108M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (3m) 8s ago 12m 144M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (2m) 23s ago 11m 152M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc db036d752b7c 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (2m) 23s ago 11m 128M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8e76b1298beb 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (119s) 23s ago 11m 124M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 4f7a4dab0a63 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (90s) 23s ago 10m 162M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc ed15be3352d5 2024-02-15T18:22:23.704 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (14s) 8s ago 14m 35.0M - 2.33.4 514e6a882f6e 8da7b3c3c4b5 2024-02-15T18:22:23.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:23.083608+0000 mgr.smithi026.gdpjol (mgr.14760) 326 : audit [DBG] from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:23.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:23 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:23.389698+0000 mgr.smithi026.gdpjol (mgr.14760) 327 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:23.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:23.083608+0000 mgr.smithi026.gdpjol (mgr.14760) 326 : audit [DBG] from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:23.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:23.389698+0000 mgr.smithi026.gdpjol (mgr.14760) 327 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:24.068 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:22:24.068 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:22:24.068 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:22:24.068 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:22:24.068 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:22:24.069 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:22:24.378 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:22:24.378 INFO:teuthology.orchestra.run.smithi026.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "in_progress": true, 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "services_complete": [ 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "nfs", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "mds", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "osd", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "mon", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "crash" 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "progress": "18/23 daemons upgraded", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "message": "Currently upgrading alertmanager daemons", 2024-02-15T18:22:24.379 INFO:teuthology.orchestra.run.smithi026.stdout: "is_paused": false 2024-02-15T18:22:24.380 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:22:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:23.692956+0000 mgr.smithi026.gdpjol (mgr.14760) 328 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:23.733843+0000 mgr.smithi026.gdpjol (mgr.14760) 329 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:24.069051+0000 mon.smithi026 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.26:0/3812791073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:24.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:24.379132+0000 mgr.smithi026.gdpjol (mgr.14760) 330 : audit [DBG] from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:24.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:23.692956+0000 mgr.smithi026.gdpjol (mgr.14760) 328 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:24.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:23.733843+0000 mgr.smithi026.gdpjol (mgr.14760) 329 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:24.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:24.069051+0000 mon.smithi026 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.26:0/3812791073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:24.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:24.379132+0000 mgr.smithi026.gdpjol (mgr.14760) 330 : audit [DBG] from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:27.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:25.734301+0000 mgr.smithi026.gdpjol (mgr.14760) 331 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:27.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:25.734301+0000 mgr.smithi026.gdpjol (mgr.14760) 331 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:28.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:27.267071+0000 mon.smithi026 (mon.0) 814 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:28.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:27.267835+0000 mon.smithi026 (mon.0) 815 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:28.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:27.267071+0000 mon.smithi026 (mon.0) 814 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:28.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:27.267835+0000 mon.smithi026 (mon.0) 815 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:29.533 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:29 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:27.734758+0000 mgr.smithi026.gdpjol (mgr.14760) 332 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:29.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:27.734758+0000 mgr.smithi026.gdpjol (mgr.14760) 332 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:31.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:31 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:29.735429+0000 mgr.smithi026.gdpjol (mgr.14760) 333 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:31.648 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:29.735429+0000 mgr.smithi026.gdpjol (mgr.14760) 333 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:32.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:31.735872+0000 mgr.smithi026.gdpjol (mgr.14760) 334 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:32.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:31.735872+0000 mgr.smithi026.gdpjol (mgr.14760) 334 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.550830+0000 mon.smithi026 (mon.0) 816 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.551662+0000 mon.smithi026 (mon.0) 817 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.552336+0000 mon.smithi026 (mon.0) 818 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.555786+0000 mon.smithi026 (mon.0) 819 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.561628+0000 mon.smithi026 (mon.0) 820 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.565698+0000 mon.smithi026 (mon.0) 821 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.566023+0000 mgr.smithi026.gdpjol (mgr.14760) 335 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.566803+0000 mon.smithi026 (mon.0) 822 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.567060+0000 mgr.smithi026.gdpjol (mgr.14760) 336 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.570701+0000 mon.smithi026 (mon.0) 823 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:33.665 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.574059+0000 mon.smithi026 (mon.0) 824 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.577644+0000 mon.smithi026 (mon.0) 825 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.579489+0000 mon.smithi026 (mon.0) 826 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.581658+0000 mon.smithi026 (mon.0) 827 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.583448+0000 mon.smithi026 (mon.0) 828 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.585136+0000 mon.smithi026 (mon.0) 829 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.586137+0000 mon.smithi026 (mon.0) 830 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.587106+0000 mon.smithi026 (mon.0) 831 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.588443+0000 mon.smithi026 (mon.0) 832 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.589566+0000 mon.smithi026 (mon.0) 833 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.591042+0000 mon.smithi026 (mon.0) 834 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.592620+0000 mon.smithi026 (mon.0) 835 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.593846+0000 mon.smithi026 (mon.0) 836 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.666 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:32.595074+0000 mon.smithi026 (mon.0) 837 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.550830+0000 mon.smithi026 (mon.0) 816 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.551662+0000 mon.smithi026 (mon.0) 817 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.552336+0000 mon.smithi026 (mon.0) 818 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.555786+0000 mon.smithi026 (mon.0) 819 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.561628+0000 mon.smithi026 (mon.0) 820 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.565698+0000 mon.smithi026 (mon.0) 821 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.566023+0000 mgr.smithi026.gdpjol (mgr.14760) 335 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.566803+0000 mon.smithi026 (mon.0) 822 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T18:22:33.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.567060+0000 mgr.smithi026.gdpjol (mgr.14760) 336 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.570701+0000 mon.smithi026 (mon.0) 823 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.574059+0000 mon.smithi026 (mon.0) 824 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.577644+0000 mon.smithi026 (mon.0) 825 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.579489+0000 mon.smithi026 (mon.0) 826 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.581658+0000 mon.smithi026 (mon.0) 827 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.583448+0000 mon.smithi026 (mon.0) 828 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.585136+0000 mon.smithi026 (mon.0) 829 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.586137+0000 mon.smithi026 (mon.0) 830 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.587106+0000 mon.smithi026 (mon.0) 831 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.588443+0000 mon.smithi026 (mon.0) 832 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.589566+0000 mon.smithi026 (mon.0) 833 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.591042+0000 mon.smithi026 (mon.0) 834 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.592620+0000 mon.smithi026 (mon.0) 835 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.900 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.593846+0000 mon.smithi026 (mon.0) 836 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:33.901 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:32.595074+0000 mon.smithi026 (mon.0) 837 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:35.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:33.736365+0000 mgr.smithi026.gdpjol (mgr.14760) 337 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:22:33.955943+0000 mgr.smithi026.gdpjol (mgr.14760) 338 : cephadm [INF] Upgrade: Updating grafana.smithi026 2024-02-15T18:22:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:34.088860+0000 mon.smithi026 (mon.0) 838 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:34.091322+0000 mon.smithi026 (mon.0) 839 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:34.094510+0000 mon.smithi026 (mon.0) 840 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:22:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:34.094850+0000 mgr.smithi026.gdpjol (mgr.14760) 339 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:22:35.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:22:34.100261+0000 mgr.smithi026.gdpjol (mgr.14760) 340 : cephadm [INF] Deploying daemon grafana.smithi026 on smithi026 2024-02-15T18:22:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:33.736365+0000 mgr.smithi026.gdpjol (mgr.14760) 337 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:22:33.955943+0000 mgr.smithi026.gdpjol (mgr.14760) 338 : cephadm [INF] Upgrade: Updating grafana.smithi026 2024-02-15T18:22:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:34.088860+0000 mon.smithi026 (mon.0) 838 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:34.091322+0000 mon.smithi026 (mon.0) 839 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:34.094510+0000 mon.smithi026 (mon.0) 840 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:22:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:34.094850+0000 mgr.smithi026.gdpjol (mgr.14760) 339 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-15T18:22:35.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:35 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:22:34.100261+0000 mgr.smithi026.gdpjol (mgr.14760) 340 : cephadm [INF] Deploying daemon grafana.smithi026 on smithi026 2024-02-15T18:22:37.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:37 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:35.736901+0000 mgr.smithi026.gdpjol (mgr.14760) 341 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:37.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:35.736901+0000 mgr.smithi026.gdpjol (mgr.14760) 341 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:39.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:39 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:37.737380+0000 mgr.smithi026.gdpjol (mgr.14760) 342 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:39.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:39 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:37.737380+0000 mgr.smithi026.gdpjol (mgr.14760) 342 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:41.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:41 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:39.737855+0000 mgr.smithi026.gdpjol (mgr.14760) 343 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:41.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:41 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:39.737855+0000 mgr.smithi026.gdpjol (mgr.14760) 343 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:42.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:41.738294+0000 mgr.smithi026.gdpjol (mgr.14760) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:42.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:41.738294+0000 mgr.smithi026.gdpjol (mgr.14760) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:44.902 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:43.739091+0000 mgr.smithi026.gdpjol (mgr.14760) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:45.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:43.739091+0000 mgr.smithi026.gdpjol (mgr.14760) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:47.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:45.739544+0000 mgr.smithi026.gdpjol (mgr.14760) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:47.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:45.739544+0000 mgr.smithi026.gdpjol (mgr.14760) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:49.398 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:47.740020+0000 mgr.smithi026.gdpjol (mgr.14760) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:49.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:48.144098+0000 mon.smithi026 (mon.0) 841 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:49.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:49 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:48.144907+0000 mon.smithi026 (mon.0) 842 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:49.519 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:47.740020+0000 mgr.smithi026.gdpjol (mgr.14760) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:49.520 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:48.144098+0000 mon.smithi026 (mon.0) 841 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:49.520 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:49 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:48.144907+0000 mon.smithi026 (mon.0) 842 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:51.399 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:51 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:49.740517+0000 mgr.smithi026.gdpjol (mgr.14760) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:51.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:51 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:49.740517+0000 mgr.smithi026.gdpjol (mgr.14760) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:52.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:51.740946+0000 mgr.smithi026.gdpjol (mgr.14760) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:52.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:51.740946+0000 mgr.smithi026.gdpjol (mgr.14760) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.329958+0000 mon.smithi026 (mon.0) 843 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.330821+0000 mon.smithi026 (mon.0) 844 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.331475+0000 mon.smithi026 (mon.0) 845 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.335457+0000 mon.smithi026 (mon.0) 846 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.340693+0000 mon.smithi026 (mon.0) 847 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.344689+0000 mon.smithi026 (mon.0) 848 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.345035+0000 mgr.smithi026.gdpjol (mgr.14760) 350 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.345797+0000 mon.smithi026 (mon.0) 849 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.346070+0000 mgr.smithi026.gdpjol (mgr.14760) 351 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.349706+0000 mon.smithi026 (mon.0) 850 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.352770+0000 mon.smithi026 (mon.0) 851 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.356370+0000 mon.smithi026 (mon.0) 852 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.357672+0000 mon.smithi026 (mon.0) 853 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.359386+0000 mon.smithi026 (mon.0) 854 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.361225+0000 mon.smithi026 (mon.0) 855 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.363078+0000 mon.smithi026 (mon.0) 856 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.364305+0000 mon.smithi026 (mon.0) 857 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.365751+0000 mon.smithi026 (mon.0) 858 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.366828+0000 mon.smithi026 (mon.0) 859 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.367852+0000 mon.smithi026 (mon.0) 860 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.369339+0000 mon.smithi026 (mon.0) 861 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.370542+0000 mon.smithi026 (mon.0) 862 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.371603+0000 mon.smithi026 (mon.0) 863 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.372642+0000 mon.smithi026 (mon.0) 864 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.373702+0000 mon.smithi026 (mon.0) 865 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:22:53.374246+0000 mgr.smithi026.gdpjol (mgr.14760) 352 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.378121+0000 mon.smithi026 (mon.0) 866 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.378710+0000 mon.smithi026 (mon.0) 867 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.381492+0000 mon.smithi026 (mon.0) 868 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.381996+0000 mon.smithi026 (mon.0) 869 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.384841+0000 mon.smithi026 (mon.0) 870 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.385350+0000 mon.smithi026 (mon.0) 871 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.387903+0000 mon.smithi026 (mon.0) 872 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.388414+0000 mon.smithi026 (mon.0) 873 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.390928+0000 mon.smithi026 (mon.0) 874 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.391453+0000 mon.smithi026 (mon.0) 875 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.393890+0000 mon.smithi026 (mon.0) 876 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.394403+0000 mon.smithi026 (mon.0) 877 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-15T18:22:54.565 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.396923+0000 mon.smithi026 (mon.0) 878 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.397489+0000 mon.smithi026 (mon.0) 879 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.400027+0000 mon.smithi026 (mon.0) 880 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.400602+0000 mon.smithi026 (mon.0) 881 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.401101+0000 mon.smithi026 (mon.0) 882 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.403619+0000 mon.smithi026 (mon.0) 883 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.404131+0000 mon.smithi026 (mon.0) 884 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.406527+0000 mon.smithi026 (mon.0) 885 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.407051+0000 mon.smithi026 (mon.0) 886 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.407527+0000 mon.smithi026 (mon.0) 887 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.408001+0000 mon.smithi026 (mon.0) 888 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.408456+0000 mon.smithi026 (mon.0) 889 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.408953+0000 mon.smithi026 (mon.0) 890 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.411391+0000 mon.smithi026 (mon.0) 891 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cephadm 2024-02-15T18:22:53.411823+0000 mgr.smithi026.gdpjol (mgr.14760) 353 : cephadm [INF] Upgrade: Complete! 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.412152+0000 mon.smithi026 (mon.0) 892 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.413902+0000 mon.smithi026 (mon.0) 893 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.414249+0000 mon.smithi026 (mon.0) 894 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.415412+0000 mon.smithi026 (mon.0) 895 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.415949+0000 mon.smithi026 (mon.0) 896 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.419023+0000 mon.smithi026 (mon.0) 897 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.423751+0000 mon.smithi026 (mon.0) 898 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.426676+0000 mon.smithi026 (mon.0) 899 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.427783+0000 mon.smithi026 (mon.0) 900 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:54.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.428309+0000 mon.smithi026 (mon.0) 901 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:54.568 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.431787+0000 mon.smithi026 (mon.0) 902 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.568 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:53.436251+0000 mon.smithi026 (mon.0) 903 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.568 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:54.107135+0000 mon.smithi026 (mon.0) 904 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.329958+0000 mon.smithi026 (mon.0) 843 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.330821+0000 mon.smithi026 (mon.0) 844 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:54.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.331475+0000 mon.smithi026 (mon.0) 845 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:54.649 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.335457+0000 mon.smithi026 (mon.0) 846 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.340693+0000 mon.smithi026 (mon.0) 847 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.344689+0000 mon.smithi026 (mon.0) 848 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.345035+0000 mgr.smithi026.gdpjol (mgr.14760) 350 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.345797+0000 mon.smithi026 (mon.0) 849 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.346070+0000 mgr.smithi026.gdpjol (mgr.14760) 351 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.349706+0000 mon.smithi026 (mon.0) 850 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.352770+0000 mon.smithi026 (mon.0) 851 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.356370+0000 mon.smithi026 (mon.0) 852 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.357672+0000 mon.smithi026 (mon.0) 853 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.359386+0000 mon.smithi026 (mon.0) 854 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.361225+0000 mon.smithi026 (mon.0) 855 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.363078+0000 mon.smithi026 (mon.0) 856 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.650 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.364305+0000 mon.smithi026 (mon.0) 857 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.365751+0000 mon.smithi026 (mon.0) 858 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.366828+0000 mon.smithi026 (mon.0) 859 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.367852+0000 mon.smithi026 (mon.0) 860 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.369339+0000 mon.smithi026 (mon.0) 861 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.370542+0000 mon.smithi026 (mon.0) 862 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.371603+0000 mon.smithi026 (mon.0) 863 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.372642+0000 mon.smithi026 (mon.0) 864 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.373702+0000 mon.smithi026 (mon.0) 865 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:22:53.374246+0000 mgr.smithi026.gdpjol (mgr.14760) 352 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.378121+0000 mon.smithi026 (mon.0) 866 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.378710+0000 mon.smithi026 (mon.0) 867 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.381492+0000 mon.smithi026 (mon.0) 868 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-15T18:22:54.651 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.381996+0000 mon.smithi026 (mon.0) 869 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.384841+0000 mon.smithi026 (mon.0) 870 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.385350+0000 mon.smithi026 (mon.0) 871 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.387903+0000 mon.smithi026 (mon.0) 872 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.388414+0000 mon.smithi026 (mon.0) 873 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.390928+0000 mon.smithi026 (mon.0) 874 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.391453+0000 mon.smithi026 (mon.0) 875 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.393890+0000 mon.smithi026 (mon.0) 876 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.394403+0000 mon.smithi026 (mon.0) 877 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.396923+0000 mon.smithi026 (mon.0) 878 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.397489+0000 mon.smithi026 (mon.0) 879 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.400027+0000 mon.smithi026 (mon.0) 880 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-15T18:22:54.652 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.400602+0000 mon.smithi026 (mon.0) 881 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.401101+0000 mon.smithi026 (mon.0) 882 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.403619+0000 mon.smithi026 (mon.0) 883 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.404131+0000 mon.smithi026 (mon.0) 884 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.406527+0000 mon.smithi026 (mon.0) 885 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.407051+0000 mon.smithi026 (mon.0) 886 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.407527+0000 mon.smithi026 (mon.0) 887 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.408001+0000 mon.smithi026 (mon.0) 888 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.408456+0000 mon.smithi026 (mon.0) 889 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.408953+0000 mon.smithi026 (mon.0) 890 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.411391+0000 mon.smithi026 (mon.0) 891 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cephadm 2024-02-15T18:22:53.411823+0000 mgr.smithi026.gdpjol (mgr.14760) 353 : cephadm [INF] Upgrade: Complete! 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.412152+0000 mon.smithi026 (mon.0) 892 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-15T18:22:54.653 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.413902+0000 mon.smithi026 (mon.0) 893 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.414249+0000 mon.smithi026 (mon.0) 894 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.415412+0000 mon.smithi026 (mon.0) 895 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.415949+0000 mon.smithi026 (mon.0) 896 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.419023+0000 mon.smithi026 (mon.0) 897 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.423751+0000 mon.smithi026 (mon.0) 898 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.426676+0000 mon.smithi026 (mon.0) 899 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.427783+0000 mon.smithi026 (mon.0) 900 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.428309+0000 mon.smithi026 (mon.0) 901 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.431787+0000 mon.smithi026 (mon.0) 902 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:53.436251+0000 mon.smithi026 (mon.0) 903 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:54.654 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:54.107135+0000 mon.smithi026 (mon.0) 904 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:22:55.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:55 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:53.741426+0000 mgr.smithi026.gdpjol (mgr.14760) 354 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:55.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:55 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:53.741426+0000 mgr.smithi026.gdpjol (mgr.14760) 354 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:22:56.505 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-15T18:22:56.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:54.698595+0000 mgr.smithi026.gdpjol (mgr.14760) 355 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:56.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:54.698595+0000 mgr.smithi026.gdpjol (mgr.14760) 355 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:22:57.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:57 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:55.742117+0000 mgr.smithi026.gdpjol (mgr.14760) 356 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:57.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:57 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:55.742117+0000 mgr.smithi026.gdpjol (mgr.14760) 356 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:58.699 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (32s) 5s ago 16m 15.9M - 0.23.0 ba2b418f427c 9b2dbd89e823 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (5m) 5s ago 16m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (5m) 58s ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (11s) 5s ago 15m 41.3M - 8.3.5 dad864ee21e9 5b44c751cdfb 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (112s) 5s ago 9m 40.1M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5cf0b1df1f98 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (95s) 58s ago 9m 11.2M - 16.2.14-521-g0e714d9a 1fbc92c859dc 4ed455096709 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (6m) 5s ago 17m 445M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (6m) 58s ago 14m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (6m) 5s ago 17m 57.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (6m) 58s ago 14m 46.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (87s) 5s ago 7m 239M - 3.5 1fbc92c859dc 40ca2e6665ab 2024-02-15T18:22:58.700 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (81s) 58s ago 7m 63.8M - 3.5 1fbc92c859dc da6f3912fc82 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (69s) 5s ago 15m 15.0M - 1.3.1 1dbe0e931976 e20b8a5ba241 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (62s) 58s ago 14m 3623k - 1.3.1 1dbe0e931976 e10144e50083 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (5m) 5s ago 14m 141M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (5m) 5s ago 13m 116M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (4m) 5s ago 13m 108M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (4m) 5s ago 12m 145M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (3m) 58s ago 12m 152M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc db036d752b7c 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (3m) 58s ago 12m 128M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8e76b1298beb 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (2m) 58s ago 11m 124M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 4f7a4dab0a63 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (2m) 58s ago 11m 162M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc ed15be3352d5 2024-02-15T18:22:58.701 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (49s) 5s ago 14m 57.4M - 2.33.4 514e6a882f6e 8da7b3c3c4b5 2024-02-15T18:22:59.407 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-15T18:22:59.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:22:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:57.742828+0000 mgr.smithi026.gdpjol (mgr.14760) 357 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:22:59.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:22:59 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:57.742828+0000 mgr.smithi026.gdpjol (mgr.14760) 357 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:22:58.690326+0000 mgr.smithi026.gdpjol (mgr.14760) 358 : audit [DBG] from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:00.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:22:58.690326+0000 mgr.smithi026.gdpjol (mgr.14760) 358 : audit [DBG] from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:23:01.601 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:23:01.602 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:23:01.603 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:23:01.603 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:23:01.603 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T18:23:01.603 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:23:01.603 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:23:01.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:01 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:22:59.743345+0000 mgr.smithi026.gdpjol (mgr.14760) 359 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:01.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:01 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:22:59.743345+0000 mgr.smithi026.gdpjol (mgr.14760) 359 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:02.253 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-15T18:23:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:23:01.601636+0000 mon.smithi026 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.26:0/1962015583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:23:02.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:01.743889+0000 mgr.smithi026.gdpjol (mgr.14760) 360 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:02.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:23:01.601636+0000 mon.smithi026 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.26:0/1962015583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:23:02.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:01.743889+0000 mgr.smithi026.gdpjol (mgr.14760) 360 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:04.187 INFO:teuthology.orchestra.run.smithi026.stdout:wait for servicemap items w/ changing names to refresh 2024-02-15T18:23:04.955 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:03.744391+0000 mgr.smithi026.gdpjol (mgr.14760) 361 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:04.981 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 60' 2024-02-15T18:23:05.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:03.744391+0000 mgr.smithi026.gdpjol (mgr.14760) 361 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:07.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:05.744813+0000 mgr.smithi026.gdpjol (mgr.14760) 362 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:07.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:05.744813+0000 mgr.smithi026.gdpjol (mgr.14760) 362 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:09.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:07.745352+0000 mgr.smithi026.gdpjol (mgr.14760) 363 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:09.151 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:07.745352+0000 mgr.smithi026.gdpjol (mgr.14760) 363 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:11.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:09.745915+0000 mgr.smithi026.gdpjol (mgr.14760) 364 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:11.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:09.745915+0000 mgr.smithi026.gdpjol (mgr.14760) 364 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:12.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:11.746516+0000 mgr.smithi026.gdpjol (mgr.14760) 365 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:12.899 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:11.746516+0000 mgr.smithi026.gdpjol (mgr.14760) 365 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:15.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:13.747149+0000 mgr.smithi026.gdpjol (mgr.14760) 366 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:15.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:13.747149+0000 mgr.smithi026.gdpjol (mgr.14760) 366 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:17.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:15.747860+0000 mgr.smithi026.gdpjol (mgr.14760) 367 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:17.149 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:15.747860+0000 mgr.smithi026.gdpjol (mgr.14760) 367 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:19.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:17.748571+0000 mgr.smithi026.gdpjol (mgr.14760) 368 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:19.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:17.748571+0000 mgr.smithi026.gdpjol (mgr.14760) 368 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:21.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:19.749159+0000 mgr.smithi026.gdpjol (mgr.14760) 369 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:21.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:19.749159+0000 mgr.smithi026.gdpjol (mgr.14760) 369 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:22.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:21.749921+0000 mgr.smithi026.gdpjol (mgr.14760) 370 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:22.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:21.749921+0000 mgr.smithi026.gdpjol (mgr.14760) 370 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:25.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:23.750719+0000 mgr.smithi026.gdpjol (mgr.14760) 371 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:25.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:23.750719+0000 mgr.smithi026.gdpjol (mgr.14760) 371 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:27.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:25.751269+0000 mgr.smithi026.gdpjol (mgr.14760) 372 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:27.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:25.751269+0000 mgr.smithi026.gdpjol (mgr.14760) 372 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:29.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:27.751843+0000 mgr.smithi026.gdpjol (mgr.14760) 373 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:29.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:27.751843+0000 mgr.smithi026.gdpjol (mgr.14760) 373 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:31.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:29.752545+0000 mgr.smithi026.gdpjol (mgr.14760) 374 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:31.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:29.752545+0000 mgr.smithi026.gdpjol (mgr.14760) 374 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:32.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:31.753101+0000 mgr.smithi026.gdpjol (mgr.14760) 375 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:32.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:31.753101+0000 mgr.smithi026.gdpjol (mgr.14760) 375 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:35.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:33.753815+0000 mgr.smithi026.gdpjol (mgr.14760) 376 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:35.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:33.753815+0000 mgr.smithi026.gdpjol (mgr.14760) 376 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:37.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:36 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:35.754449+0000 mgr.smithi026.gdpjol (mgr.14760) 377 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:37.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:36 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:35.754449+0000 mgr.smithi026.gdpjol (mgr.14760) 377 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:39.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:38 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:37.755040+0000 mgr.smithi026.gdpjol (mgr.14760) 378 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:39.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:38 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:37.755040+0000 mgr.smithi026.gdpjol (mgr.14760) 378 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:41.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:40 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:39.755722+0000 mgr.smithi026.gdpjol (mgr.14760) 379 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:41.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:40 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:39.755722+0000 mgr.smithi026.gdpjol (mgr.14760) 379 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:42.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:42 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:41.756229+0000 mgr.smithi026.gdpjol (mgr.14760) 380 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:42.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:42 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:41.756229+0000 mgr.smithi026.gdpjol (mgr.14760) 380 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:45.062 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:43.756917+0000 mgr.smithi026.gdpjol (mgr.14760) 381 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:45.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:44 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:43.756917+0000 mgr.smithi026.gdpjol (mgr.14760) 381 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:47.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:46 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:45.757608+0000 mgr.smithi026.gdpjol (mgr.14760) 382 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:47.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:46 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:45.757608+0000 mgr.smithi026.gdpjol (mgr.14760) 382 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:49.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:48 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:47.758229+0000 mgr.smithi026.gdpjol (mgr.14760) 383 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:49.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:48 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:47.758229+0000 mgr.smithi026.gdpjol (mgr.14760) 383 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:51.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:50 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:49.758815+0000 mgr.smithi026.gdpjol (mgr.14760) 384 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:51.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:50 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:49.758815+0000 mgr.smithi026.gdpjol (mgr.14760) 384 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:52.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:51.759449+0000 mgr.smithi026.gdpjol (mgr.14760) 385 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:52.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:52 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:51.759449+0000 mgr.smithi026.gdpjol (mgr.14760) 385 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:53.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:53 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:23:53.439109+0000 mon.smithi026 (mon.0) 906 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:53.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:53 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:23:53.439109+0000 mon.smithi026 (mon.0) 906 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-15T18:23:54.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:23:53.739110+0000 mon.smithi026 (mon.0) 907 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:54.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:23:53.739837+0000 mon.smithi026 (mon.0) 908 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:54.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:23:53.743913+0000 mon.smithi026 (mon.0) 909 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:23:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:23:53.749028+0000 mon.smithi026 (mon.0) 910 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:23:54.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:54 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:53.759910+0000 mgr.smithi026.gdpjol (mgr.14760) 386 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:54.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:23:53.739110+0000 mon.smithi026 (mon.0) 907 : audit [DBG] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-15T18:23:54.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:23:53.739837+0000 mon.smithi026 (mon.0) 908 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-15T18:23:54.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:23:53.743913+0000 mon.smithi026 (mon.0) 909 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:23:54.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:23:53.749028+0000 mon.smithi026 (mon.0) 910 : audit [INF] from='mgr.14760 172.21.15.26:0/3902247285' entity='mgr.smithi026.gdpjol' 2024-02-15T18:23:54.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:54 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:53.759910+0000 mgr.smithi026.gdpjol (mgr.14760) 386 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:23:57.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:56 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:55.760390+0000 mgr.smithi026.gdpjol (mgr.14760) 387 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:57.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:56 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:55.760390+0000 mgr.smithi026.gdpjol (mgr.14760) 387 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:59.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:23:58 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:57.760972+0000 mgr.smithi026.gdpjol (mgr.14760) 388 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:23:59.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:23:58 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:57.760972+0000 mgr.smithi026.gdpjol (mgr.14760) 388 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:01.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:00 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:23:59.761640+0000 mgr.smithi026.gdpjol (mgr.14760) 389 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:01.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:00 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:23:59.761640+0000 mgr.smithi026.gdpjol (mgr.14760) 389 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:02.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:02 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:01.762152+0000 mgr.smithi026.gdpjol (mgr.14760) 390 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:02.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:01.762152+0000 mgr.smithi026.gdpjol (mgr.14760) 390 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:05.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:03.762804+0000 mgr.smithi026.gdpjol (mgr.14760) 391 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:24:05.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:04 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:03.762804+0000 mgr.smithi026.gdpjol (mgr.14760) 391 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:24:07.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:05.763425+0000 mgr.smithi026.gdpjol (mgr.14760) 392 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:07.254 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:06 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:05.763425+0000 mgr.smithi026.gdpjol (mgr.14760) 392 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:07.644 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-15T18:24:08.912 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:08 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:07.763913+0000 mgr.smithi026.gdpjol (mgr.14760) 393 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:09.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:07.763913+0000 mgr.smithi026.gdpjol (mgr.14760) 393 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:09.955 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-15T18:24:09.955 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (103s) 76s ago 17m 15.9M - 0.23.0 ba2b418f427c 9b2dbd89e823 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (7m) 76s ago 17m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 20b25dd26682 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi158 smithi158 running (7m) 2m ago 15m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 5f5056679e1e 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (82s) 76s ago 16m 41.3M - 8.3.5 dad864ee21e9 5b44c751cdfb 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.rykwlo smithi026 running (3m) 76s ago 11m 40.1M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5cf0b1df1f98 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi158.wdmeny smithi158 running (2m) 2m ago 10m 11.2M - 16.2.14-521-g0e714d9a 1fbc92c859dc 4ed455096709 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.gdpjol smithi026 *:8443,9283 running (8m) 76s ago 18m 445M - 16.2.14-521-g0e714d9a 1fbc92c859dc 6c57c506a0fe 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi158.xjmdwr smithi158 *:8443,9283 running (7m) 2m ago 15m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc cf98c0cbff5d 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (7m) 76s ago 18m 57.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc a581fbf9642b 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi158 smithi158 running (7m) 2m ago 15m 46.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 51d541bb46a9 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.1.smithi026.ilnpwf smithi026 *:2049 running (2m) 76s ago 8m 239M - 3.5 1fbc92c859dc 40ca2e6665ab 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.1.1.smithi158.zgcgyn smithi158 *:2049 running (2m) 2m ago 8m 63.8M - 3.5 1fbc92c859dc da6f3912fc82 2024-02-15T18:24:09.956 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (2m) 76s ago 16m 15.0M - 1.3.1 1dbe0e931976 e20b8a5ba241 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi158 smithi158 *:9100 running (2m) 2m ago 15m 3623k - 1.3.1 1dbe0e931976 e10144e50083 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (6m) 76s ago 15m 141M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 6cdc173fbc4a 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (6m) 76s ago 14m 116M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 2b1307777b91 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi026 running (5m) 76s ago 14m 108M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 4eabc88074b2 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (5m) 76s ago 13m 145M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc c3c5f320ed2e 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi158 running (4m) 2m ago 13m 152M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc db036d752b7c 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi158 running (4m) 2m ago 13m 128M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8e76b1298beb 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi158 running (3m) 2m ago 13m 124M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 4f7a4dab0a63 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi158 running (3m) 2m ago 12m 162M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc ed15be3352d5 2024-02-15T18:24:09.957 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (2m) 76s ago 16m 57.4M - 2.33.4 514e6a882f6e 8da7b3c3c4b5 2024-02-15T18:24:10.624 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-15T18:24:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:09.764399+0000 mgr.smithi026.gdpjol (mgr.14760) 394 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:10 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:24:09.947165+0000 mgr.smithi026.gdpjol (mgr.14760) 395 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:11.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:09.764399+0000 mgr.smithi026.gdpjol (mgr.14760) 394 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:11.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:24:09.947165+0000 mgr.smithi026.gdpjol (mgr.14760) 395 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:12.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:12 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:11.765057+0000 mgr.smithi026.gdpjol (mgr.14760) 396 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:12.898 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:11.765057+0000 mgr.smithi026.gdpjol (mgr.14760) 396 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: "mds": { 2024-02-15T18:24:12.961 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-15T18:24:12.962 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:24:12.962 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2024-02-15T18:24:12.962 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-15T18:24:12.962 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:24:12.962 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-02-15T18:24:13.610 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-15T18:24:13.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:13 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:24:12.962509+0000 mon.smithi026 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.26:0/3530378483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:13.897 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:24:12.962509+0000 mon.smithi026 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.26:0/3530378483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:14.791 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:14 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:13.765561+0000 mgr.smithi026.gdpjol (mgr.14760) 397 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:24:14.897 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:13.765561+0000 mgr.smithi026.gdpjol (mgr.14760) 397 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:24:15.798 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-02-15T18:24:16.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:24:15.787414+0000 mon.smithi026 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.26:0/3903597892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:16.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:15 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:24:15.787414+0000 mon.smithi026 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.26:0/3903597892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:16.506 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-15T18:24:17.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:15.765965+0000 mgr.smithi026.gdpjol (mgr.14760) 398 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:17.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:16 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:15.765965+0000 mgr.smithi026.gdpjol (mgr.14760) 398 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:18.714 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)" 2024-02-15T18:24:19.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:17.766550+0000 mgr.smithi026.gdpjol (mgr.14760) 399 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:19.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:18 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:24:18.702833+0000 mon.smithi026 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.26:0/3416083784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:19.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:17.766550+0000 mgr.smithi026.gdpjol (mgr.14760) 399 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:19.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:24:18.702833+0000 mon.smithi026 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.26:0/3416083784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-15T18:24:19.370 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-15T18:24:19.370 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-15T18:24:19.371 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-15T18:24:21.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:20 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:19.767113+0000 mgr.smithi026.gdpjol (mgr.14760) 400 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:21.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:19.767113+0000 mgr.smithi026.gdpjol (mgr.14760) 400 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:21.498 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-02-15T18:24:21.498 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-15T18:06:13.752646Z", "last_refresh": "2024-02-15T18:22:53.323462Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-15T18:06:01.599072Z", "last_refresh": "2024-02-15T18:21:59.736632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-15T18:06:11.268657Z", "last_refresh": "2024-02-15T18:22:53.323618Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-15T18:13:04.636914Z", "last_refresh": "2024-02-15T18:21:59.737341Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-15T18:06:00.253213Z", "last_refresh": "2024-02-15T18:21:59.736840Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi158:172.21.15.158=smithi158"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-15T18:07:09.888657Z", "last_refresh": "2024-02-15T18:21:59.736924Z", "running": 2, "size": 2}}, {"events": ["2024-02-15T18:16:21.471627Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-15T18:15:28.054500Z", "last_refresh": "2024-02-15T18:21:59.737408Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-15T18:06:12.459426Z", "last_refresh": "2024-02-15T18:21:59.736997Z", "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-15T18:21:59.737067Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-15T18:06:09.988912Z", "last_refresh": "2024-02-15T18:22:53.323753Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-15T18:24:22.117 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-15T18:24:22.117 DEBUG:teuthology.parallel:result is None 2024-02-15T18:24:22.117 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-15T18:24:22.128 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:24:22.129 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-15T18:24:22.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ umount /mnt/foo 2024-02-15T18:24:22.188 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-15T18:24:22.198 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:24:22.199 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-15T18:24:22.782 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:24:21.496024+0000 mgr.smithi026.gdpjol (mgr.14760) 401 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:24:22.782 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:22 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:21.767717+0000 mgr.smithi026.gdpjol (mgr.14760) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:22.897 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:24:21.496024+0000 mgr.smithi026.gdpjol (mgr.14760) 401 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-15T18:24:22.897 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:21.767717+0000 mgr.smithi026.gdpjol (mgr.14760) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:24.564 INFO:teuthology.orchestra.run.smithi026.stdout:foo 2024-02-15T18:24:24.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:24 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:23.768286+0000 mgr.smithi026.gdpjol (mgr.14760) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:24:25.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:23.768286+0000 mgr.smithi026.gdpjol (mgr.14760) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-15T18:24:25.198 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-15T18:24:25.933 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:25 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:24:24.550378+0000 mgr.smithi026.gdpjol (mgr.14760) 404 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:26.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:24:24.550378+0000 mgr.smithi026.gdpjol (mgr.14760) 404 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:27.111 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:26 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:25.768933+0000 mgr.smithi026.gdpjol (mgr.14760) 405 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:27.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:25.768933+0000 mgr.smithi026.gdpjol (mgr.14760) 405 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:27.650 INFO:teuthology.orchestra.run.smithi026.stdout:[ 2024-02-15T18:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout: { 2024-02-15T18:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout: "export_id": 1, 2024-02-15T18:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout: "path": "/", 2024-02-15T18:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout: "cluster_id": "foo", 2024-02-15T18:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout: "pseudo": "/fake", 2024-02-15T18:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout: "access_type": "RW", 2024-02-15T18:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout: "squash": "no_root_squash", 2024-02-15T18:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout: "security_label": true, 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: "protocols": [ 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: 4 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: "transports": [ 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: "TCP" 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: ], 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: "fsal": { 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: "name": "CEPH", 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: "user_id": "nfs.foo.1", 2024-02-15T18:24:27.652 INFO:teuthology.orchestra.run.smithi026.stdout: "fs_name": "foofs" 2024-02-15T18:24:27.653 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2024-02-15T18:24:27.653 INFO:teuthology.orchestra.run.smithi026.stdout: "clients": [] 2024-02-15T18:24:27.653 INFO:teuthology.orchestra.run.smithi026.stdout: } 2024-02-15T18:24:27.653 INFO:teuthology.orchestra.run.smithi026.stdout:] 2024-02-15T18:24:28.527 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-15T18:24:29.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:24:27.623567+0000 mgr.smithi026.gdpjol (mgr.14760) 406 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:29.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:27.769425+0000 mgr.smithi026.gdpjol (mgr.14760) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:29.148 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:27.837425+0000 mon.smithi026 (mon.0) 914 : cluster [DBG] mgrmap e36: smithi026.gdpjol(active, since 8m), standbys: smithi158.xjmdwr 2024-02-15T18:24:29.244 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:24:27.623567+0000 mgr.smithi026.gdpjol (mgr.14760) 406 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-15T18:24:29.244 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:27.769425+0000 mgr.smithi026.gdpjol (mgr.14760) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:29.244 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:28 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:27.837425+0000 mon.smithi026 (mon.0) 914 : cluster [DBG] mgrmap e36: smithi026.gdpjol(active, since 8m), standbys: smithi158.xjmdwr 2024-02-15T18:24:30.663 INFO:teuthology.orchestra.run.smithi026.stdout:foo grace 2024-02-15T18:24:30.664 INFO:teuthology.orchestra.run.smithi026.stdout:foo rec-0000000000000005:nfs.foo.1 2024-02-15T18:24:30.664 INFO:teuthology.orchestra.run.smithi026.stdout:foo rec-0000000000000005:nfs.foo.0 2024-02-15T18:24:30.664 INFO:teuthology.orchestra.run.smithi026.stdout:foo conf-nfs.foo 2024-02-15T18:24:30.664 INFO:teuthology.orchestra.run.smithi026.stdout:foo export-1 2024-02-15T18:24:31.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:29.769937+0000 mgr.smithi026.gdpjol (mgr.14760) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:31.297 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:30 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:29.769937+0000 mgr.smithi026.gdpjol (mgr.14760) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-15T18:24:31.321 DEBUG:teuthology.orchestra.run.smithi026:> 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 b4759b10-cc2c-11ee-95ba-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-15T18:24:32.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:32 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:31.770414+0000 mgr.smithi026.gdpjol (mgr.14760) 409 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-15T18:24:32.897 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:31.770414+0000 mgr.smithi026.gdpjol (mgr.14760) 409 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-15T18:24:33.583 INFO:teuthology.orchestra.run.smithi026.stdout:5 2024-02-15T18:24:33.897 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: audit 2024-02-15T18:24:33.572970+0000 mon.smithi026 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.26:0/4076310847' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-15T18:24:33.929 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:33 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: audit 2024-02-15T18:24:33.572970+0000 mon.smithi026 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.26:0/4076310847' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-15T18:24:34.191 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-15T18:24:34.201 INFO:tasks.cephadm:Teardown begin 2024-02-15T18:24:34.202 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:24:34.235 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:24:34.275 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-15T18:24:34.276 DEBUG:teuthology.orchestra.run.smithi026:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-15T18:24:34.295 DEBUG:teuthology.orchestra.run.smithi158:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-15T18:24:34.336 INFO:tasks.cephadm:Stopping all daemons... 2024-02-15T18:24:34.337 INFO:tasks.cephadm.mon.smithi026:Stopping mon.smithi026... 2024-02-15T18:24:34.337 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026 2024-02-15T18:24:34.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:34 smithi026 systemd[1]: Stopping Ceph mon.smithi026 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:24:34.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:34 smithi026 bash[100717]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi026" found: no such container 2024-02-15T18:24:34.897 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: cluster 2024-02-15T18:24:33.771117+0000 mgr.smithi026.gdpjol (mgr.14760) 410 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-15T18:24:34.960 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: cluster 2024-02-15T18:24:33.771117+0000 mgr.smithi026.gdpjol (mgr.14760) 410 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 204 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-15T18:24:34.960 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:24:34.646+0000 7f16f0388700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi026 -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-15T18:24:34.960 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:34 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026[76968]: debug 2024-02-15T18:24:34.646+0000 7f16f0388700 -1 mon.smithi026@0(leader) e2 *** Got Signal Terminated *** 2024-02-15T18:24:35.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Feb 15 18:24:35 smithi026 bash[100758]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi026 2024-02-15T18:24:35.424 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi026.service' 2024-02-15T18:24:35.472 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:24:35.472 INFO:tasks.cephadm.mon.smithi026:Stopped mon.smithi026 2024-02-15T18:24:35.472 INFO:tasks.cephadm.mon.smithi158:Stopping mon.smithi158... 2024-02-15T18:24:35.472 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi158 2024-02-15T18:24:35.787 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:35 smithi158 systemd[1]: Stopping Ceph mon.smithi158 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:24:35.787 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:35 smithi158 bash[71031]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon.smithi158" found: no such container 2024-02-15T18:24:36.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:24:35.787+0000 7ff52b4de700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi158 -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-15T18:24:36.147 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:35 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158[58773]: debug 2024-02-15T18:24:35.787+0000 7ff52b4de700 -1 mon.smithi158@1(peon) e2 *** Got Signal Terminated *** 2024-02-15T18:24:36.647 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:Feb 15 18:24:36 smithi158 bash[71071]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-mon-smithi158 2024-02-15T18:24:36.834 DEBUG:teuthology.orchestra.run.smithi158:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@mon.smithi158.service' 2024-02-15T18:24:36.883 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:24:36.883 INFO:tasks.cephadm.mon.smithi158:Stopped mon.smithi158 2024-02-15T18:24:36.883 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-15T18:24:36.884 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.0 2024-02-15T18:24:37.185 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:24:36 smithi026 systemd[1]: Stopping Ceph osd.0 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:24:37.186 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:24:36 smithi026 bash[100888]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.0" found: no such container 2024-02-15T18:24:37.560 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:24:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-0[80460]: debug 2024-02-15T18:24:37.186+0000 7f547d510700 -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-15T18:24:37.560 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:24:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-0[80460]: debug 2024-02-15T18:24:37.186+0000 7f547d510700 -1 osd.0 110 *** Got signal Terminated *** 2024-02-15T18:24:37.560 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:24:37 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-0[80460]: debug 2024-02-15T18:24:37.186+0000 7f547d510700 -1 osd.0 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:24:42.811 INFO:journalctl@ceph.osd.0.smithi026.stdout:Feb 15 18:24:42 smithi026 bash[100928]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-0 2024-02-15T18:24:44.523 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.0.service' 2024-02-15T18:24:44.569 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:24:44.569 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-15T18:24:44.570 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-15T18:24:44.570 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.1 2024-02-15T18:24:44.810 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:24:44 smithi026 systemd[1]: Stopping Ceph osd.1 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:24:44.810 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:24:44 smithi026 bash[101178]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.1" found: no such container 2024-02-15T18:24:45.310 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:24:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-1[82982]: debug 2024-02-15T18:24:44.955+0000 7f76d1735700 -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-15T18:24:45.310 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:24:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-1[82982]: debug 2024-02-15T18:24:44.955+0000 7f76d1735700 -1 osd.1 110 *** Got signal Terminated *** 2024-02-15T18:24:45.310 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:24:44 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-1[82982]: debug 2024-02-15T18:24:44.955+0000 7f76d1735700 -1 osd.1 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:24:50.560 INFO:journalctl@ceph.osd.1.smithi026.stdout:Feb 15 18:24:50 smithi026 bash[101219]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-1 2024-02-15T18:24:52.092 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.1.service' 2024-02-15T18:24:52.137 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:24:52.138 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-15T18:24:52.138 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-15T18:24:52.138 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.2 2024-02-15T18:24:52.441 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:24:52 smithi026 systemd[1]: Stopping Ceph osd.2 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:24:52.442 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:24:52 smithi026 bash[101452]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.2" found: no such container 2024-02-15T18:24:52.810 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:24:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-2[85419]: debug 2024-02-15T18:24:52.441+0000 7fbaa16f8700 -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-15T18:24:52.810 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:24:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-2[85419]: debug 2024-02-15T18:24:52.441+0000 7fbaa16f8700 -1 osd.2 110 *** Got signal Terminated *** 2024-02-15T18:24:52.810 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:24:52 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-2[85419]: debug 2024-02-15T18:24:52.441+0000 7fbaa16f8700 -1 osd.2 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:24:58.061 INFO:journalctl@ceph.osd.2.smithi026.stdout:Feb 15 18:24:57 smithi026 bash[101493]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-2 2024-02-15T18:24:59.601 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.2.service' 2024-02-15T18:24:59.645 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:24:59.645 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-15T18:24:59.645 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-15T18:24:59.646 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.3 2024-02-15T18:24:59.992 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:24:59 smithi026 systemd[1]: Stopping Ceph osd.3 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:24:59.992 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:24:59 smithi026 bash[101734]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.3" found: no such container 2024-02-15T18:25:00.310 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:24:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-3[87912]: debug 2024-02-15T18:24:59.993+0000 7f98bf4ad700 -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-15T18:25:00.310 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:24:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-3[87912]: debug 2024-02-15T18:24:59.993+0000 7f98bf4ad700 -1 osd.3 110 *** Got signal Terminated *** 2024-02-15T18:25:00.310 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:24:59 smithi026 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-3[87912]: debug 2024-02-15T18:24:59.993+0000 7f98bf4ad700 -1 osd.3 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:25:02.647 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:02.330+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:03.293 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:02 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:02.999+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:03.646 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:03.294+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:03.647 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:03 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:03.424+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:04.397 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:04.282+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:04.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:04.034+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:04.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:04 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:04.417+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:05.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:05.029+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:05.397 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:05.247+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:05.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:05.003+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:05.810 INFO:journalctl@ceph.osd.3.smithi026.stdout:Feb 15 18:25:05 smithi026 bash[101773]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-3 2024-02-15T18:25:05.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:05.445+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:06.254 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:06.049+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:06.254 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:05 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:05.997+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:06.646 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:06.255+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:06.647 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:06.476+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:07.129 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.3.service' 2024-02-15T18:25:07.176 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:25:07.177 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-15T18:25:07.177 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-15T18:25:07.177 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.4 2024-02-15T18:25:07.245 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:07 smithi158 systemd[1]: Stopping Ceph osd.4 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:25:07.245 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:06 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:06.985+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:07.245 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:07.081+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:07.511 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:07 smithi158 bash[71205]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.4" found: no such container 2024-02-15T18:25:07.512 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:07.302+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:07.512 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:07.478+0000 7f8ad2274700 -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-15T18:25:07.512 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:07.478+0000 7f8ad2274700 -1 osd.4 110 *** Got signal Terminated *** 2024-02-15T18:25:07.512 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:07.478+0000 7f8ad2274700 -1 osd.4 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:25:07.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:07.513+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:08.283 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:07 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:07.977+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:08.283 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:08.079+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:08.549 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:08.284+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:08.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:08 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:08.551+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:09.397 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:09.235+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:09.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:09.012+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:09.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:09.035+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:09.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:09 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:09.539+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:10.258 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:10.008+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:10.258 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:10.057+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:10.647 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:10.260+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:10.647 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:10.501+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:11.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:11.051+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:11.397 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:11.220+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:11.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:10 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:10.978+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:11.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:11 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:11.477+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:12.396 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:12.004+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:12.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:12.076+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:12.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:12.076+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:12.397 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:12.190+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.372554+0000 front 2024-02-15T18:24:39.372564+0000 (oldest deadline 2024-02-15T18:25:02.272479+0000) 2024-02-15T18:25:12.397 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4[61396]: debug 2024-02-15T18:25:12.190+0000 7f8acd1ed700 -1 osd.4 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.573571+0000 front 2024-02-15T18:24:47.573632+0000 (oldest deadline 2024-02-15T18:25:11.673517+0000) 2024-02-15T18:25:12.830 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:12 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:12.503+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:13.147 INFO:journalctl@ceph.osd.4.smithi158.stdout:Feb 15 18:25:13 smithi158 bash[71245]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-4 2024-02-15T18:25:13.147 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:13.079+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:13.147 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:13.079+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:13.147 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:13.040+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:13.147 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:13.040+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.368007+0000 front 2024-02-15T18:24:47.368100+0000 (oldest deadline 2024-02-15T18:25:12.667944+0000) 2024-02-15T18:25:13.753 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:13 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:13.489+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:14.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:14.065+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:14.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:14.065+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.368007+0000 front 2024-02-15T18:24:47.368100+0000 (oldest deadline 2024-02-15T18:25:12.667944+0000) 2024-02-15T18:25:14.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:14.070+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:14.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:14.070+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:14.830 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:14.500+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:14.830 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:14 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:14.500+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:14.838 DEBUG:teuthology.orchestra.run.smithi158:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.4.service' 2024-02-15T18:25:14.879 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:25:14.880 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-15T18:25:14.880 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-15T18:25:14.880 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.5 2024-02-15T18:25:15.091 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:14 smithi158 systemd[1]: Stopping Ceph osd.5 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:25:15.091 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:14 smithi158 bash[71481]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.5" found: no such container 2024-02-15T18:25:15.091 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:15.044+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:15.091 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:15.044+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.368007+0000 front 2024-02-15T18:24:47.368100+0000 (oldest deadline 2024-02-15T18:25:12.667944+0000) 2024-02-15T18:25:15.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:15.093+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:15.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:15.093+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:15.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:15.257+0000 7fc99769e700 -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-15T18:25:15.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:15.257+0000 7fc99769e700 -1 osd.5 110 *** Got signal Terminated *** 2024-02-15T18:25:15.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:15.257+0000 7fc99769e700 -1 osd.5 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:25:15.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:15.469+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:15.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:15 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:15.469+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:16.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:16.105+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:16.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:16.105+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:16.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:16.093+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:16.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:16.093+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.368007+0000 front 2024-02-15T18:24:47.368100+0000 (oldest deadline 2024-02-15T18:25:12.667944+0000) 2024-02-15T18:25:16.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:16.492+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:16.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:16 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:16.492+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:17.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:17.091+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:17.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:17.091+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.368007+0000 front 2024-02-15T18:24:47.368100+0000 (oldest deadline 2024-02-15T18:25:12.667944+0000) 2024-02-15T18:25:17.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:17.079+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:17.398 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:17.079+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:17.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:17.481+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:17.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:17 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:17.481+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:18.396 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:18.095+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:18.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:18.095+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.368007+0000 front 2024-02-15T18:24:47.368100+0000 (oldest deadline 2024-02-15T18:25:12.667944+0000) 2024-02-15T18:25:18.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:18.098+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:18.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:18.098+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:18.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:18.098+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:18.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:18.520+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:18.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:18 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:18.520+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:19.396 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:19.079+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:19.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:19.079+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.368007+0000 front 2024-02-15T18:24:47.368100+0000 (oldest deadline 2024-02-15T18:25:12.667944+0000) 2024-02-15T18:25:19.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:19.074+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:19.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:19.074+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:19.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:19.074+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:19.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:19.535+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:19.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:19.535+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:19.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:19 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:19.535+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:20.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:20.108+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:40.665353+0000 front 2024-02-15T18:24:40.665206+0000 (oldest deadline 2024-02-15T18:25:02.965119+0000) 2024-02-15T18:25:20.397 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5[63335]: debug 2024-02-15T18:25:20.108+0000 7fc990613700 -1 osd.5 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:47.368007+0000 front 2024-02-15T18:24:47.368100+0000 (oldest deadline 2024-02-15T18:25:12.667944+0000) 2024-02-15T18:25:20.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:20.106+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:20.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:20.106+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:20.397 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:20.106+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:20.896 INFO:journalctl@ceph.osd.5.smithi158.stdout:Feb 15 18:25:20 smithi158 bash[71523]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-5 2024-02-15T18:25:20.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:20.557+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:20.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:20.557+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:20.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:20 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:20.557+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:21.371 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:21.108+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:21.371 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:21.108+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:21.371 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:21.108+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:21.646 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:21.521+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:21.646 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:21.521+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:21.646 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:21 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:21.521+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:22.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:22.130+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:22.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:22.130+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:22.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:22.130+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:22.467 DEBUG:teuthology.orchestra.run.smithi158:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.5.service' 2024-02-15T18:25:22.509 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:25:22.509 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-15T18:25:22.509 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-15T18:25:22.510 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.6 2024-02-15T18:25:22.840 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:22 smithi158 systemd[1]: Stopping Ceph osd.6 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:25:22.841 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:22 smithi158 bash[71761]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.6" found: no such container 2024-02-15T18:25:22.841 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:22.544+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:22.841 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:22.544+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:22.841 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:22.544+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:23.123 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:22.842+0000 7fa137620700 -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-15T18:25:23.123 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:22.842+0000 7fa137620700 -1 osd.6 110 *** Got signal Terminated *** 2024-02-15T18:25:23.123 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:22 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:22.842+0000 7fa137620700 -1 osd.6 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:25:23.123 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:23.125+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:23.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:23.125+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:23.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:23.125+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:23.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:23.560+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:23.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:23.560+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:23.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:23 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:23.560+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:24.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:24.127+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:24.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:24.127+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:24.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:24.127+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:24.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:24.607+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:24.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:24.607+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:24.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:24 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:24.607+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:25.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:25.110+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:25.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:25.110+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:25.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:25.110+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:25.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:25.590+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:25.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:25.590+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:25.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:25 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:25.590+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:26.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:26.074+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:26.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:26.074+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:26.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:26.074+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:26.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:26.599+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:26.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:26.599+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:26.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:26.600+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:26.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:26 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:26.600+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:27.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:27.092+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:41.313369+0000 front 2024-02-15T18:24:41.313283+0000 (oldest deadline 2024-02-15T18:25:04.813221+0000) 2024-02-15T18:25:27.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:27.092+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:46.514074+0000 front 2024-02-15T18:24:46.514225+0000 (oldest deadline 2024-02-15T18:25:11.814217+0000) 2024-02-15T18:25:27.396 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6[65251]: debug 2024-02-15T18:25:27.092+0000 7fa130595700 -1 osd.6 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:51.814933+0000 front 2024-02-15T18:24:51.814878+0000 (oldest deadline 2024-02-15T18:25:17.714846+0000) 2024-02-15T18:25:27.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:27.585+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:27.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:27.585+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:27.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:27.585+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:27.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:27 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:27.585+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:28.616 INFO:journalctl@ceph.osd.6.smithi158.stdout:Feb 15 18:25:28 smithi158 bash[71801]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-6 2024-02-15T18:25:28.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:28.618+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:28.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:28.618+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:28.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:28.618+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:28.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:28 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:28.618+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:29.875 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:29.636+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:29.875 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:29.636+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:29.875 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:29.636+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:29.875 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:29 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:29.636+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:30.235 DEBUG:teuthology.orchestra.run.smithi158:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.6.service' 2024-02-15T18:25:30.277 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:25:30.278 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-15T18:25:30.278 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-15T18:25:30.278 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.7 2024-02-15T18:25:30.602 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 systemd[1]: Stopping Ceph osd.7 for b4759b10-cc2c-11ee-95ba-87774f69a715... 2024-02-15T18:25:30.602 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 bash[72042]: Error: no container with name or ID "ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd.7" found: no such container 2024-02-15T18:25:30.602 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:30.603+0000 7f8db3db4700 -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-15T18:25:30.896 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:30.603+0000 7f8db3db4700 -1 osd.7 110 *** Got signal Terminated *** 2024-02-15T18:25:30.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:30.603+0000 7f8db3db4700 -1 osd.7 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-15T18:25:30.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:30.667+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:30.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:30.667+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:30.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:30.667+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:30.897 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:30 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:30.667+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:32.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:31.716+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:32.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:31.716+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:32.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:31.716+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:32.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:31 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:31.716+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:33.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:32.683+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:33.147 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:32.683+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:33.147 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:32.683+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:33.147 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:32 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:32.683+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:34.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:33.676+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:34.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:33.676+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:34.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:33.676+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:34.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:33.676+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:34.147 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:33 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:33.676+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.158:6804 osd.4 since back 2024-02-15T18:25:07.516474+0000 front 2024-02-15T18:25:07.516464+0000 (oldest deadline 2024-02-15T18:25:33.416483+0000) 2024-02-15T18:25:35.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:34.690+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6806 osd.0 since back 2024-02-15T18:24:39.613193+0000 front 2024-02-15T18:24:39.613109+0000 (oldest deadline 2024-02-15T18:25:03.113004+0000) 2024-02-15T18:25:35.146 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:34.690+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6814 osd.1 since back 2024-02-15T18:24:48.214849+0000 front 2024-02-15T18:24:48.214771+0000 (oldest deadline 2024-02-15T18:25:13.514595+0000) 2024-02-15T18:25:35.147 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:34.690+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6822 osd.2 since back 2024-02-15T18:24:53.515080+0000 front 2024-02-15T18:24:53.515088+0000 (oldest deadline 2024-02-15T18:25:18.814927+0000) 2024-02-15T18:25:35.147 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:34.690+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.26:6830 osd.3 since back 2024-02-15T18:25:00.515901+0000 front 2024-02-15T18:25:00.515858+0000 (oldest deadline 2024-02-15T18:25:25.815774+0000) 2024-02-15T18:25:35.147 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:34 smithi158 ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7[67147]: debug 2024-02-15T18:25:34.690+0000 7f8db1532700 -1 osd.7 110 heartbeat_check: no reply from 172.21.15.158:6804 osd.4 since back 2024-02-15T18:25:07.516474+0000 front 2024-02-15T18:25:07.516464+0000 (oldest deadline 2024-02-15T18:25:33.416483+0000) 2024-02-15T18:25:36.396 INFO:journalctl@ceph.osd.7.smithi158.stdout:Feb 15 18:25:36 smithi158 bash[72083]: ceph-b4759b10-cc2c-11ee-95ba-87774f69a715-osd-7 2024-02-15T18:25:37.769 DEBUG:teuthology.orchestra.run.smithi158:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4759b10-cc2c-11ee-95ba-87774f69a715@osd.7.service' 2024-02-15T18:25:37.810 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-15T18:25:37.811 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-15T18:25:37.811 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-15T18:28:36.308 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-15T18:28:56.217 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:28:56.257 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-15T18:28:56.287 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-15T18:28:56.289 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655/remote/ubuntu@smithi026.front.sepia.ceph.com/crash 2024-02-15T18:28:56.290 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/crash -- . 2024-02-15T18:28:56.348 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-15T18:28:56.348 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2024-02-15T18:28:56.349 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655/remote/ubuntu@smithi158.front.sepia.ceph.com/crash 2024-02-15T18:28:56.350 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/crash -- . 2024-02-15T18:28:56.397 INFO:teuthology.orchestra.run.smithi158.stderr:tar: /var/lib/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-15T18:28:56.398 INFO:teuthology.orchestra.run.smithi158.stderr:tar: Error is not recoverable: exiting now 2024-02-15T18:28:56.399 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-15T18:28:56.399 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T18:28:56.431 INFO:teuthology.orchestra.run.smithi026.stdout:2024-02-15T18:09:56.279459+0000 mon.smithi026 (mon.0) 362 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T18:28:56.432 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-15T18:28:56.433 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[SEC\]' /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T18:28:56.505 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]' /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T18:28:56.577 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[WRN\]' /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-15T18:28:56.646 INFO:teuthology.orchestra.run.smithi026.stdout:2024-02-15T18:09:56.279459+0000 mon.smithi026 (mon.0) 362 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-15T18:28:56.648 INFO:tasks.cephadm:Compressing logs... 2024-02-15T18:28:56.648 DEBUG:teuthology.orchestra.run.smithi026:> 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-15T18:28:56.691 DEBUG:teuthology.orchestra.run.smithi158:> 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-15T18:28:56.718 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-15T18:28:56.718 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-15T18:28:56.718 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mgr.smithi026.gdpjol.log 2024-02-15T18:28:56.721 INFO:teuthology.orchestra.run.smithi158.stderr:find: ‘/var/log/rbd-target-api’gzip -5 : No such file or directory--verbose 2024-02-15T18:28:56.721 INFO:teuthology.orchestra.run.smithi158.stderr:-- /var/log/ceph/cephadm.log 2024-02-15T18:28:56.721 INFO:teuthology.orchestra.run.smithi158.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.6.log 2024-02-15T18:28:56.721 INFO:teuthology.orchestra.run.smithi158.stderr:gzip /var/log/ceph/cephadm.log: -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-15T18:28:56.721 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-15T18:28:56.721 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-15T18:28:56.721 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mon.smithi158.log 2024-02-15T18:28:56.721 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.cephadm.log: /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mon.smithi158.log: 84.8% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-15T18:28:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose /var/log/ceph/cephadm.log: -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi026.rykwlo.log 2024-02-15T18:28:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-15T18:28:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mgr.smithi026.gdpjol.log: /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi026.rykwlo.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.2.log 2024-02-15T18:28:56.722 INFO:teuthology.orchestra.run.smithi026.stderr: 86.1% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi026.rykwlo.log.gz 2024-02-15T18:28:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-15T18:28:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-15T18:28:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.2.log: /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.3.log 2024-02-15T18:28:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.cephadm.log: /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.3.log: 84.8% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-15T18:28:56.724 INFO:teuthology.orchestra.run.smithi026.stderr: 90.9% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-15T18:28:56.724 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.0.log 2024-02-15T18:28:56.724 INFO:teuthology.orchestra.run.smithi026.stderr: 91.4% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-15T18:28:56.724 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mon.smithi026.log 2024-02-15T18:28:56.724 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log 2024-02-15T18:28:56.724 INFO:teuthology.orchestra.run.smithi158.stderr: 90.2% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-15T18:28:56.724 INFO:teuthology.orchestra.run.smithi158.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi158.wdmeny.log 2024-02-15T18:28:56.725 INFO:teuthology.orchestra.run.smithi158.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.7.log 2024-02-15T18:28:56.725 INFO:teuthology.orchestra.run.smithi158.stderr: 91.5% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-15T18:28:56.725 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi158.wdmeny.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log 2024-02-15T18:28:56.725 INFO:teuthology.orchestra.run.smithi158.stderr: 79.4% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi158.wdmeny.log.gz 2024-02-15T18:28:56.725 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.4.log 2024-02-15T18:28:56.725 INFO:teuthology.orchestra.run.smithi158.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.5.log 2024-02-15T18:28:56.729 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log: /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.4.log: /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.5.log: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-15T18:28:56.729 INFO:teuthology.orchestra.run.smithi158.stderr: 87.9% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-15T18:28:56.731 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mon.smithi026.log: /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log: 87.9% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-15T18:28:56.731 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.1.log 2024-02-15T18:28:56.733 INFO:teuthology.orchestra.run.smithi158.stderr:gzip -5 --verbose -- /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mgr.smithi158.xjmdwr.log 2024-02-15T18:28:56.733 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.1.log: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-15T18:28:56.765 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mgr.smithi158.xjmdwr.log: 89.2% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mgr.smithi158.xjmdwr.log.gz 2024-02-15T18:28:56.954 INFO:teuthology.orchestra.run.smithi158.stderr: 92.7% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mon.smithi158.log.gz 2024-02-15T18:28:57.103 INFO:teuthology.orchestra.run.smithi026.stderr: 91.1% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mgr.smithi026.gdpjol.log.gz 2024-02-15T18:28:57.934 INFO:teuthology.orchestra.run.smithi026.stderr: 91.7% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-mon.smithi026.log.gz 2024-02-15T18:29:00.798 INFO:teuthology.orchestra.run.smithi026.stderr: 94.3% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.2.log.gz 2024-02-15T18:29:02.078 INFO:teuthology.orchestra.run.smithi158.stderr: 94.1% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.6.log.gz 2024-02-15T18:29:02.182 INFO:teuthology.orchestra.run.smithi158.stderr: 93.9% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.4.log.gz 2024-02-15T18:29:03.092 INFO:teuthology.orchestra.run.smithi026.stderr: 94.0% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.0.log.gz 2024-02-15T18:29:03.150 INFO:teuthology.orchestra.run.smithi026.stderr: 94.1% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.1.log.gz 2024-02-15T18:29:03.435 INFO:teuthology.orchestra.run.smithi158.stderr: 94.1% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.5.log.gz 2024-02-15T18:29:03.581 INFO:teuthology.orchestra.run.smithi026.stderr: 94.0% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.3.log.gz 2024-02-15T18:29:03.583 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-02-15T18:29:03.583 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m6.876s 2024-02-15T18:29:03.583 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m24.445s 2024-02-15T18:29:03.583 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.891s 2024-02-15T18:29:05.088 INFO:teuthology.orchestra.run.smithi158.stderr: 94.1% -- replaced with /var/log/ceph/b4759b10-cc2c-11ee-95ba-87774f69a715/ceph-osd.7.log.gz 2024-02-15T18:29:05.090 INFO:teuthology.orchestra.run.smithi158.stderr: 2024-02-15T18:29:05.090 INFO:teuthology.orchestra.run.smithi158.stderr:real 0m8.381s 2024-02-15T18:29:05.090 INFO:teuthology.orchestra.run.smithi158.stderr:user 0m25.078s 2024-02-15T18:29:05.090 INFO:teuthology.orchestra.run.smithi158.stderr:sys 0m1.085s 2024-02-15T18:29:05.090 INFO:tasks.cephadm:Archiving logs... 2024-02-15T18:29:05.091 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655/remote/ubuntu@smithi026.front.sepia.ceph.com/log 2024-02-15T18:29:05.092 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-15T18:29:08.343 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655/remote/ubuntu@smithi158.front.sepia.ceph.com/log 2024-02-15T18:29:08.344 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-15T18:29:12.002 INFO:tasks.cephadm:Removing cluster... 2024-02-15T18:29:12.002 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 --force 2024-02-15T18:29:12.364 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4759b10-cc2c-11ee-95ba-87774f69a715 --force 2024-02-15T18:29:12.720 INFO:tasks.cephadm:Removing cephadm ... 2024-02-15T18:29:12.720 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-15T18:29:12.739 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-15T18:29:12.756 INFO:tasks.cephadm:Teardown complete 2024-02-15T18:29:12.757 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-15T18:29:12.768 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-15T18:29:12.769 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T18:29:12.781 DEBUG:teuthology.orchestra.run.smithi158:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-15T18:29:12.796 INFO:teuthology.orchestra.run.smithi026.stderr:bash: ntpq: command not found 2024-02-15T18:29:12.801 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T18:29:12.801 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-02-15T18:29:12.801 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 5 +1055us[+1066us] +/- 101ms 2024-02-15T18:29:12.801 INFO:teuthology.orchestra.run.smithi026.stdout:^* hv02.front.sepia.ceph.com 3 6 377 4 +62us[ +73us] +/- 52ms 2024-02-15T18:29:12.801 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 5 -853us[ -843us] +/- 76ms 2024-02-15T18:29:12.801 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:29:12.812 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2024-02-15T18:29:12.817 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-15T18:29:12.817 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2024-02-15T18:29:12.817 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 4 +1050us[+1075us] +/- 101ms 2024-02-15T18:29:12.817 INFO:teuthology.orchestra.run.smithi158.stdout:^* hv02.front.sepia.ceph.com 3 6 377 4 +62us[ +88us] +/- 52ms 2024-02-15T18:29:12.817 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 -860us[ -860us] +/- 76ms 2024-02-15T18:29:12.817 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-15T18:29:12.818 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-15T18:29:12.827 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-15T18:29:12.828 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-15T18:29:12.854 DEBUG:teuthology.orchestra.run.smithi026:> 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-15T18:29:12.919 DEBUG:teuthology.orchestra.run.smithi158:> 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-15T18:29:12.979 DEBUG:teuthology.orchestra.run.smithi026:> 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-15T18:29:13.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:29:13.010 DEBUG:teuthology.orchestra.run.smithi158:> 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-15T18:29:13.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:29:13.039 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-15T18:29:13.050 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-15T18:29:13.072 INFO:teuthology.task.internal:Duration was 2008.157236 seconds 2024-02-15T18:29:13.073 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-15T18:29:13.106 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-15T18:29:13.106 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-15T18:29:13.109 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-15T18:29:13.154 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T18:29:13.154 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-15T18:29:13.595 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-15T18:29:13.595 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2024-02-15T18:29:13.595 DEBUG:teuthology.orchestra.run.smithi026:> 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-15T18:29:13.619 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi158.front.sepia.ceph.com 2024-02-15T18:29:13.619 DEBUG:teuthology.orchestra.run.smithi158:> 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-15T18:29:13.642 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-15T18:29:13.642 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-15T18:29:13.661 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-15T18:29:13.741 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-15T18:29:13.742 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-15T18:29:13.744 DEBUG:teuthology.orchestra.run.smithi158:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-15T18:29:13.878 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-15T18:29:13.889 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-15T18:29:13.889 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-15T18:29:13.917 DEBUG:teuthology.orchestra.run.smithi158:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-15T18:29:13.944 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-15T18:29:13.955 DEBUG:teuthology.orchestra.run.smithi026:> 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-15T18:29:13.959 DEBUG:teuthology.orchestra.run.smithi158:> 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-15T18:29:13.983 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2024-02-15T18:29:14.011 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = core 2024-02-15T18:29:14.029 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-15T18:29:14.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:29:14.066 DEBUG:teuthology.orchestra.run.smithi158:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-15T18:29:14.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-15T18:29:14.086 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-15T18:29:14.096 INFO:teuthology.task.internal:Transferring archived files... 2024-02-15T18:29:14.097 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655/remote/smithi026 2024-02-15T18:29:14.098 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-15T18:29:14.152 DEBUG:teuthology.misc:Transferring archived files from smithi158:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655/remote/smithi158 2024-02-15T18:29:14.153 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-15T18:29:14.194 INFO:teuthology.task.internal:Removing archive directory... 2024-02-15T18:29:14.194 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-15T18:29:14.197 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-15T18:29:14.245 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-15T18:29:14.257 INFO:teuthology.task.internal:Not uploading archives. 2024-02-15T18:29:14.257 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-15T18:29:14.280 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-15T18:29:14.281 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-15T18:29:14.283 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-15T18:29:14.298 INFO:teuthology.orchestra.run.smithi026.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 15 18:29 /home/ubuntu/cephtest 2024-02-15T18:29:14.303 INFO:teuthology.orchestra.run.smithi158.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 15 18:29 /home/ubuntu/cephtest 2024-02-15T18:29:14.304 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-15T18:29:14.314 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-15T18:29:14.381 INFO:teuthology.nuke:Checking targets against current locks 2024-02-15T18:29:14.409 DEBUG:teuthology.nuke:shortname: smithi026 2024-02-15T18:29:14.410 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T18:29:14.435 DEBUG:teuthology.nuke:shortname: smithi158 2024-02-15T18:29:14.435 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-15T18:29:14.438 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655', '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 17:46:45.554620', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPXLicBr46tjEWFp7wqcgMh+UEfKOX2E2RFUtSC2MfsqyTA4YCHRGFV0MglZnyFm6xZlLXvj72H8KhyxVLGC9cw='} 2024-02-15T18:29:14.460 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-15_17:32:20-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7561655', '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 17:46:45.556705', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsJ/XUuzblc6PE1+xGXz3VGhnHmB5DckdGW020MdolDq19vW/tHR4G8OS9sHDr5In9lNkmn3of+Gf06jg2AEBk='} 2024-02-15T18:29:14.480 INFO:teuthology.orchestra.console.smithi026:Power off 2024-02-15T18:29:14.480 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-15T18:29:14.505 DEBUG:teuthology.orchestra.console.smithi026:power off output: Chassis Power Control: Down/Off 2024-02-15T18:29:14.505 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:29:14.519 INFO:teuthology.orchestra.console.smithi158:Power off 2024-02-15T18:29:14.520 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-15T18:29:14.529 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-02-15T18:29:14.542 DEBUG:teuthology.orchestra.console.smithi158:power off output: Chassis Power Control: Down/Off 2024-02-15T18:29:14.542 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:29:14.563 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2024-02-15T18:29:18.530 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:29:18.564 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:29:18.640 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-02-15T18:29:18.674 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2024-02-15T18:29:22.644 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:29:22.675 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-15T18:29:22.754 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is off 2024-02-15T18:29:22.784 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is off 2024-02-15T18:29:22.856 INFO:teuthology.orchestra.console.smithi026:Power off completed 2024-02-15T18:29:22.885 INFO:teuthology.orchestra.console.smithi158:Power off completed 2024-02-15T18:29:22.989 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: 2008.1572358608246 failure_reason: '"2024-02-15T18:09:56.279459+0000 mon.smithi026 (mon.0) 362 : 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-15T18:29:22.990 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-15T18:29:23.071 INFO:teuthology.run:FAIL